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
32710e8f
Commit
32710e8f
authored
Apr 08, 2009
by
Pierre Ossman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New mail address for Pierre Ossman
Signed-off-by:
Pierre Ossman
<
pierre@ossman.eu
>
parent
34b28950
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
MAINTAINERS
MAINTAINERS
+3
-3
drivers/mmc/host/sdhci-pci.c
drivers/mmc/host/sdhci-pci.c
+1
-1
drivers/mmc/host/sdhci.c
drivers/mmc/host/sdhci.c
+1
-1
drivers/mmc/host/wbsd.c
drivers/mmc/host/wbsd.c
+1
-1
No files found.
MAINTAINERS
View file @
32710e8f
...
@@ -3057,7 +3057,7 @@ S: Supported
...
@@ -3057,7 +3057,7 @@ S: Supported
MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
P: Pierre Ossman
P: Pierre Ossman
M:
drzeus-mmc@drzeus.cx
M:
pierre@ossman.eu
L: linux-kernel@vger.kernel.org
L: linux-kernel@vger.kernel.org
S: Maintained
S: Maintained
...
@@ -3939,7 +3939,7 @@ S: Maintained
...
@@ -3939,7 +3939,7 @@ S: Maintained
SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
P: Pierre Ossman
P: Pierre Ossman
M:
drzeus-sdhci@drzeus.cx
M:
pierre@ossman.eu
L: sdhci-devel@lists.ossman.eu
L: sdhci-devel@lists.ossman.eu
S: Maintained
S: Maintained
...
@@ -4926,7 +4926,7 @@ S: Maintained
...
@@ -4926,7 +4926,7 @@ S: Maintained
W83L51xD SD/MMC CARD INTERFACE DRIVER
W83L51xD SD/MMC CARD INTERFACE DRIVER
P: Pierre Ossman
P: Pierre Ossman
M:
drzeus-wbsd@drzeus.cx
M:
pierre@ossman.eu
L: linux-kernel@vger.kernel.org
L: linux-kernel@vger.kernel.org
S: Maintained
S: Maintained
...
...
drivers/mmc/host/sdhci-pci.c
View file @
32710e8f
...
@@ -729,6 +729,6 @@ static void __exit sdhci_drv_exit(void)
...
@@ -729,6 +729,6 @@ static void __exit sdhci_drv_exit(void)
module_init
(
sdhci_drv_init
);
module_init
(
sdhci_drv_init
);
module_exit
(
sdhci_drv_exit
);
module_exit
(
sdhci_drv_exit
);
MODULE_AUTHOR
(
"Pierre Ossman <
drzeus@drzeus.cx
>"
);
MODULE_AUTHOR
(
"Pierre Ossman <
pierre@ossman.eu
>"
);
MODULE_DESCRIPTION
(
"Secure Digital Host Controller Interface PCI driver"
);
MODULE_DESCRIPTION
(
"Secure Digital Host Controller Interface PCI driver"
);
MODULE_LICENSE
(
"GPL"
);
MODULE_LICENSE
(
"GPL"
);
drivers/mmc/host/sdhci.c
View file @
32710e8f
...
@@ -1935,7 +1935,7 @@ module_exit(sdhci_drv_exit);
...
@@ -1935,7 +1935,7 @@ module_exit(sdhci_drv_exit);
module_param
(
debug_quirks
,
uint
,
0444
);
module_param
(
debug_quirks
,
uint
,
0444
);
MODULE_AUTHOR
(
"Pierre Ossman <
drzeus@drzeus.cx
>"
);
MODULE_AUTHOR
(
"Pierre Ossman <
pierre@ossman.eu
>"
);
MODULE_DESCRIPTION
(
"Secure Digital Host Controller Interface core driver"
);
MODULE_DESCRIPTION
(
"Secure Digital Host Controller Interface core driver"
);
MODULE_LICENSE
(
"GPL"
);
MODULE_LICENSE
(
"GPL"
);
...
...
drivers/mmc/host/wbsd.c
View file @
32710e8f
...
@@ -2036,7 +2036,7 @@ module_param_named(irq, param_irq, uint, 0444);
...
@@ -2036,7 +2036,7 @@ module_param_named(irq, param_irq, uint, 0444);
module_param_named
(
dma
,
param_dma
,
int
,
0444
);
module_param_named
(
dma
,
param_dma
,
int
,
0444
);
MODULE_LICENSE
(
"GPL"
);
MODULE_LICENSE
(
"GPL"
);
MODULE_AUTHOR
(
"Pierre Ossman <
drzeus@drzeus.cx
>"
);
MODULE_AUTHOR
(
"Pierre Ossman <
pierre@ossman.eu
>"
);
MODULE_DESCRIPTION
(
"Winbond W83L51xD SD/MMC card interface driver"
);
MODULE_DESCRIPTION
(
"Winbond W83L51xD SD/MMC card interface driver"
);
#ifdef CONFIG_PNP
#ifdef CONFIG_PNP
...
...
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