Arnd Bergmann
436d42c61c
ARM: samsung: move platform_data definitions
...
Platform data for device drivers should be defined in
include/linux/platform_data/*.h, not in the architecture
and platform specific directories.
This moves such data out of the samsung include directories
Signed-off-by: Arnd Bergmann <arnd@arndb.de >
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com >
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
Acked-by: Nicolas Pitre <nico@linaro.org >
Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com >
Cc: Kukjin Kim <kgene.kim@samsung.com >
Cc: Kyungmin Park <kyungmin.park@samsung.com >
Cc: Ben Dooks <ben-linux@fluff.org >
Cc: Jeff Garzik <jgarzik@pobox.com >
Cc: Guenter Roeck <linux@roeck-us.net >
Cc: "Wolfram Sang (embedded platforms)" <w.sang@pengutronix.de >
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com >
Cc: Bryan Wu <bryan.wu@canonical.com >
Cc: Richard Purdie <rpurdie@rpsys.net >
Cc: Sylwester Nawrocki <s.nawrocki@samsung.com >
Cc: Chris Ball <cjb@laptop.org >
Cc: David Woodhouse <dwmw2@infradead.org >
Cc: Grant Likely <grant.likely@secretlab.ca >
Cc: Felipe Balbi <balbi@ti.com >
Cc: Alan Stern <stern@rowland.harvard.edu >
Cc: Sangbeom Kim <sbkim73@samsung.com >
Cc: Liam Girdwood <lrg@ti.com >
Cc: linux-samsung-soc@vger.kernel.org
2012-09-19 17:42:18 +02:00
Joonyoung Shim
3185847957
ARM: S3C64XX: Remove gpio-bank-X header files
...
The gpio-bank-X header files of S3C64XX have definitions
which can be substituted by other common GPIO API.
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com >
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com >
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com >
2011-05-06 09:37:36 +09:00
Kukjin Kim
1c739c7f37
ARM: SAMSUNG: Fix on inclusion mach/gpio.h for Samsung SoCs
...
This patch fixes on inclusion <mach/gpio.h> to <linux/gpio.h>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com >
Cc: Ben Dooks <ben-linux@fluff.org >
2010-08-06 21:28:44 +09:00
Ben Dooks
88fc68a280
ARM: S3C64XX: Move device and device setup into mach-s3c64xx
...
Move the S3C64XX specific device and setup files into mach-s3c64xx as
they are unlikely to be used outside of this code.
Signed-off-by: Ben Dooks <ben-linux@fluff.org >
2010-02-20 22:32:01 +00:00