Heiko Stuebner
04511a6fae
ARM: SAMSUNG: Fix missing api-change from subsys_interface change
...
Commit 4a858cfc9a
(arm: convert sysdev_class to a regular subsystem)
converted the samsung sysdevs into subsys_interface instances.
While the original add-function only had a (struct sys_device *)
parameter, the dev_add from subsys_interface needs
(struct device *, struct subsys_interface *)
leading to "initialized from incompatible pointer type" warnings.
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
Cc: Greg Kroah-Hartman <gregkh@suse.de >
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com >
2012-01-27 15:35:47 +09:00
Kay Sievers
4a858cfc9a
arm: convert sysdev_class to a regular subsystem
...
After all sysdev classes are ported to regular driver core entities, the
sysdev implementation will be entirely removed from the kernel.
Cc: Kukjin Kim <kgene.kim@samsung.com >
Cc: Russell King <linux@arm.linux.org.uk >
Cc: Ben Dooks <ben-linux@fluff.org >
Cc: Vinod Koul <vinod.koul@intel.com >
Cc: Boojin Kim <boojin.kim@samsung.com >
Cc: Linus Walleij <linus.walleij@linaro.org >
Cc: Lucas De Marchi <lucas.demarchi@profusion.mobi >
Cc: Heiko Stuebner <heiko@sntech.de >
Signed-off-by: Kay Sievers <kay.sievers@vrfy.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-12-21 16:01:38 -08:00
Ben Dooks
e02f866456
ARM: S3C: Update Simtec copyright statements from , to -
...
There are a number of statements of the form A, B or A, B, C where
the numbers A,B,C are consecutive. Tidy these up to be A-B or A-C
as appropriate and to comply better with copyright standards [1]
[1] http://www.copyrightservice.co.uk/copyright/p03_copyright_notices
section 4iii 'Year of publication'
Signed-off-by: Ben Dooks <ben@simtec.co.uk >
Signed-off-by: Simtec Linux Team <linux@simtec.co.uk >
Signed-off-by: Ben Dooks <ben-linux@fluff.org >
2009-12-01 01:33:51 +00:00
Ben Dooks
438a09e1eb
ARM: S3C2410: CPUFREQ: Add PLL table
...
Add PLL table for the S3C2410 SoC.
Signed-off-by: Ben Dooks <ben@simtec.co.uk >
Signed-off-by: Ben Dooks <ben-linux@fluff.org >
2009-07-30 23:22:52 +01:00