04 Jan, 2013
1 commit
-
CONFIG_HOTPLUG is going away as an option. As a result, the __dev*
markings need to be removed.This change removes the use of __devinit from some include files that
were previously missed.Based on patches originally written by Bill Pemberton, but redone by me
in order to handle some of the coding style issues better, by hand.Cc: Bill Pemberton
Signed-off-by: Greg Kroah-Hartman
03 Dec, 2012
1 commit
-
All users of __pata_platform_remove() have been converted to utilize the
common ata_platform_remove_one().Signed-off-by: Brian Norris
Signed-off-by: Jeff Garzik
14 Dec, 2011
1 commit
-
Signed-off-by: Andrew Lunn
Tested-by: Michael Walle
Acked-by: Nicolas Pitre
Signed-off-by: Nicolas Pitre
28 Mar, 2008
1 commit
-
Make it possible to pass mbus_dram_target_info to the sata_mv
driver via the platform data, make the sata_mv driver program
the window registers based on this data if it is passed in, and
make the Orion platform setup code use this method instead of
programming the SATA mbus window registers by hand.Signed-off-by: Lennert Buytenhek
Reviewed-by: Tzachi Perelstein
Acked-by: Russell King
Signed-off-by: Nicolas Pitre
06 Feb, 2008
2 commits
-
Marvell's Orion SoC includes SATA controllers based on Marvell's
PCI-to-SATA 88SX controllers. This patch extends the libATA sata_mv
driver to support those controllers.[edited to use linux/ata_platform.h -jg]
Signed-off-by: Saeed Bishara
Signed-off-by: Jeff Garzik -
Signed-off-by: Jeff Garzik