Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
759979ab
Commit
759979ab
authored
Nov 10, 2005
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6
parents
3ae0af12
a2932b35
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
12 additions
and
26 deletions
+12
-26
drivers/pcmcia/Kconfig
drivers/pcmcia/Kconfig
+1
-1
drivers/pcmcia/Makefile
drivers/pcmcia/Makefile
+3
-3
drivers/pcmcia/au1000_db1x00.c
drivers/pcmcia/au1000_db1x00.c
+1
-0
drivers/pcmcia/au1000_generic.h
drivers/pcmcia/au1000_generic.h
+2
-0
drivers/pcmcia/au1000_pb1x00.c
drivers/pcmcia/au1000_pb1x00.c
+1
-0
drivers/pcmcia/au1000_xxs1500.c
drivers/pcmcia/au1000_xxs1500.c
+0
-1
drivers/pcmcia/i82365.c
drivers/pcmcia/i82365.c
+1
-0
drivers/pcmcia/m8xx_pcmcia.c
drivers/pcmcia/m8xx_pcmcia.c
+3
-21
No files found.
drivers/pcmcia/Kconfig
View file @
759979ab
...
@@ -156,7 +156,7 @@ config TCIC
...
@@ -156,7 +156,7 @@ config TCIC
config PCMCIA_M8XX
config PCMCIA_M8XX
tristate "MPC8xx PCMCIA support"
tristate "MPC8xx PCMCIA support"
depends on PCMCIA && PPC
depends on PCMCIA && PPC
&& 8xx
select PCCARD_NONSTATIC
select PCCARD_NONSTATIC
help
help
Say Y here to include support for PowerPC 8xx series PCMCIA
Say Y here to include support for PowerPC 8xx series PCMCIA
...
...
drivers/pcmcia/Makefile
View file @
759979ab
drivers/pcmcia/au1000_db1x00.c
View file @
759979ab
...
@@ -30,6 +30,7 @@
...
@@ -30,6 +30,7 @@
*
*
*/
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/errno.h>
...
...
drivers/pcmcia/au1000_generic.h
View file @
759979ab
...
@@ -22,6 +22,8 @@
...
@@ -22,6 +22,8 @@
#define __ASM_AU1000_PCMCIA_H
#define __ASM_AU1000_PCMCIA_H
/* include the world */
/* include the world */
#include <linux/config.h>
#include <pcmcia/cs_types.h>
#include <pcmcia/cs_types.h>
#include <pcmcia/cs.h>
#include <pcmcia/cs.h>
#include <pcmcia/ss.h>
#include <pcmcia/ss.h>
...
...
drivers/pcmcia/au1000_pb1x00.c
View file @
759979ab
...
@@ -21,6 +21,7 @@
...
@@ -21,6 +21,7 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* with this program; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
* 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
*/
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/delay.h>
...
...
drivers/pcmcia/au1000_xxs1500.c
View file @
759979ab
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
*/
*/
#include <linux/module.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/init.h>
#include <linux/config.h>
#include <linux/delay.h>
#include <linux/delay.h>
#include <linux/ioport.h>
#include <linux/ioport.h>
#include <linux/kernel.h>
#include <linux/kernel.h>
...
...
drivers/pcmcia/i82365.c
View file @
759979ab
...
@@ -1366,6 +1366,7 @@ static int __init init_i82365(void)
...
@@ -1366,6 +1366,7 @@ static int __init init_i82365(void)
if
(
sockets
==
0
)
{
if
(
sockets
==
0
)
{
printk
(
"not found.
\n
"
);
printk
(
"not found.
\n
"
);
platform_device_unregister
(
&
i82365_device
);
platform_device_unregister
(
&
i82365_device
);
release_region
(
i365_base
,
2
);
driver_unregister
(
&
i82365_driver
);
driver_unregister
(
&
i82365_driver
);
return
-
ENODEV
;
return
-
ENODEV
;
}
}
...
...
drivers/pcmcia/m8xx_pcmcia.c
View file @
759979ab
...
@@ -39,7 +39,6 @@
...
@@ -39,7 +39,6 @@
#include <asm/io.h>
#include <asm/io.h>
#include <asm/bitops.h>
#include <asm/bitops.h>
#include <asm/segment.h>
#include <asm/system.h>
#include <asm/system.h>
#include <linux/kernel.h>
#include <linux/kernel.h>
...
@@ -50,6 +49,7 @@
...
@@ -50,6 +49,7 @@
#include <linux/ioport.h>
#include <linux/ioport.h>
#include <linux/delay.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include <asm/mpc8xx.h>
#include <asm/mpc8xx.h>
#include <asm/8xx_immap.h>
#include <asm/8xx_immap.h>
...
@@ -546,29 +546,11 @@ static void m8xx_shutdown(void)
...
@@ -546,29 +546,11 @@ static void m8xx_shutdown(void)
free_irq
(
pcmcia_schlvl
,
NULL
);
free_irq
(
pcmcia_schlvl
,
NULL
);
}
}
/* copied from tcic.c */
static
int
m8xx_drv_suspend
(
struct
device
*
dev
,
pm_message_t
state
,
u32
level
)
{
int
ret
=
0
;
if
(
level
==
SUSPEND_SAVE_STATE
)
ret
=
pcmcia_socket_dev_suspend
(
dev
,
state
);
return
ret
;
}
static
int
m8xx_drv_resume
(
struct
device
*
dev
,
u32
level
)
{
int
ret
=
0
;
if
(
level
==
RESUME_RESTORE_STATE
)
ret
=
pcmcia_socket_dev_resume
(
dev
);
return
ret
;
}
static
struct
device_driver
m8xx_driver
=
{
static
struct
device_driver
m8xx_driver
=
{
.
name
=
"m8xx-pcmcia"
,
.
name
=
"m8xx-pcmcia"
,
.
bus
=
&
platform_bus_type
,
.
bus
=
&
platform_bus_type
,
.
suspend
=
m8xx_dr
v_suspend
,
.
suspend
=
pcmcia_socket_de
v_suspend
,
.
resume
=
m8xx_dr
v_resume
,
.
resume
=
pcmcia_socket_de
v_resume
,
};
};
static
struct
platform_device
m8xx_device
=
{
static
struct
platform_device
m8xx_device
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment