forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Haavard's e-mail address at Atmel is no longer valid. Signed-off-by: Jean Delvare <[email protected]> Acked-by: Havard Skinnemoen <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
- Loading branch information
Jean Delvare
authored and
Jiri Kosina
committed
May 18, 2011
1 parent
9e76a7a
commit e05503e
Showing
9 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -634,5 +634,5 @@ static void __exit dmatest_exit(void) | |
} | ||
module_exit(dmatest_exit); | ||
|
||
MODULE_AUTHOR("Haavard Skinnemoen <[email protected]>"); | ||
MODULE_AUTHOR("Haavard Skinnemoen (Atmel)"); | ||
MODULE_LICENSE("GPL v2"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1486,4 +1486,4 @@ module_exit(dw_exit); | |
|
||
MODULE_LICENSE("GPL v2"); | ||
MODULE_DESCRIPTION("Synopsys DesignWare DMA Controller driver"); | ||
MODULE_AUTHOR("Haavard Skinnemoen <[email protected]>"); | ||
MODULE_AUTHOR("Haavard Skinnemoen (Atmel)"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -219,7 +219,7 @@ static void __exit i2c_gpio_exit(void) | |
} | ||
module_exit(i2c_gpio_exit); | ||
|
||
MODULE_AUTHOR("Haavard Skinnemoen <[email protected]>"); | ||
MODULE_AUTHOR("Haavard Skinnemoen (Atmel)"); | ||
MODULE_DESCRIPTION("Platform-independent bitbanging I2C driver"); | ||
MODULE_LICENSE("GPL"); | ||
MODULE_ALIAS("platform:i2c-gpio"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1899,5 +1899,5 @@ late_initcall(atmci_init); /* try to load after dma driver when built-in */ | |
module_exit(atmci_exit); | ||
|
||
MODULE_DESCRIPTION("Atmel Multimedia Card Interface driver"); | ||
MODULE_AUTHOR("Haavard Skinnemoen <[email protected]>"); | ||
MODULE_AUTHOR("Haavard Skinnemoen (Atmel)"); | ||
MODULE_LICENSE("GPL v2"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1351,5 +1351,5 @@ module_exit(macb_exit); | |
|
||
MODULE_LICENSE("GPL"); | ||
MODULE_DESCRIPTION("Atmel MACB Ethernet driver"); | ||
MODULE_AUTHOR("Haavard Skinnemoen <[email protected]>"); | ||
MODULE_AUTHOR("Haavard Skinnemoen (Atmel)"); | ||
MODULE_ALIAS("platform:macb"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -935,6 +935,6 @@ static void __exit atmel_spi_exit(void) | |
module_exit(atmel_spi_exit); | ||
|
||
MODULE_DESCRIPTION("Atmel AT32/AT91 SPI Controller driver"); | ||
MODULE_AUTHOR("Haavard Skinnemoen <[email protected]>"); | ||
MODULE_AUTHOR("Haavard Skinnemoen (Atmel)"); | ||
MODULE_LICENSE("GPL"); | ||
MODULE_ALIAS("platform:atmel_spi"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2095,6 +2095,6 @@ static void __exit udc_exit(void) | |
module_exit(udc_exit); | ||
|
||
MODULE_DESCRIPTION("Atmel USBA UDC driver"); | ||
MODULE_AUTHOR("Haavard Skinnemoen <[email protected]>"); | ||
MODULE_AUTHOR("Haavard Skinnemoen (Atmel)"); | ||
MODULE_LICENSE("GPL"); | ||
MODULE_ALIAS("platform:atmel_usba_udc"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -333,7 +333,7 @@ static void __exit ltv350qv_exit(void) | |
module_init(ltv350qv_init); | ||
module_exit(ltv350qv_exit); | ||
|
||
MODULE_AUTHOR("Haavard Skinnemoen <[email protected]>"); | ||
MODULE_AUTHOR("Haavard Skinnemoen (Atmel)"); | ||
MODULE_DESCRIPTION("Samsung LTV350QV LCD Driver"); | ||
MODULE_LICENSE("GPL"); | ||
MODULE_ALIAS("spi:ltv350qv"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
# sh64 port by Paul Mundt | ||
# Random bits by Matt Mackall <[email protected]> | ||
# M68k port by Geert Uytterhoeven and Andreas Schwab | ||
# AVR32 port by Haavard Skinnemoen <[email protected]> | ||
# AVR32 port by Haavard Skinnemoen (Atmel) | ||
# PARISC port by Kyle McMartin <[email protected]> | ||
# sparc port by Martin Habets <[email protected]> | ||
# | ||
|