Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-16 | ARM: SAMSUNG: Move map header file into plat-samsung | Kukjin Kim | |
This is required to work consolidation Samsung platform. Cc: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> | |||
2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | |
That is "success", "unknown", "through", "performance", "[re|un]mapping" , "access", "default", "reasonable", "[con]currently", "temperature" , "channel", "[un]used", "application", "example","hierarchy", "therefore" , "[over|under]flow", "contiguous", "threshold", "enough" and others. Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz> | |||
2009-05-07 | [ARM] S3C: Rename S3C24XX_PA_USBHOST to S3C_PA_USBHOST | Ben Dooks | |
The USB host base address is available on both the S3C24XX and S3C64XX ranges. Signed-off-by: Ben Dooks <ben@simtec.co.uk> Signed-off-by: Ben Dooks <ben-linux@fluff.org> | |||
2009-03-08 | [ARM] S3C: Update UART save over PM suspend/resume | Ben Dooks | |
Change the way the UART state is saved over suspend to allow the s3c64xx code to modify the settings on resume to avoid any illegal state changes to the UART clocks. This will also allow us to save the UDIVSLOT register on newer SoCs. Move to using a structure for the UART use the extant Kconfig configuration specifying the number of UARTs. Signed-off-by: Ben Dooks <ben-linux@fluff.org> | |||
2008-12-15 | [ARM] S3C: Make i2c device definition common to plat-s3c | Ben Dooks | |
Make the device i2c0 common to plat-s3c and move the definitions from arch/arm/plat-s3c24xx/devs.c Signed-off-by: Ben Dooks <ben-linux@fluff.org> | |||
2008-12-15 | [ARM] S3C64XX: Add system boot-time support | Ben Dooks | |
Add the necessary defines for <mach/uncompress.h> to function and build an working header code block. Signed-off-by: Ben Doioks <ben-linux@fluff.org> | |||
2008-12-15 | [ARM] S3C24XX: Split map.h into plat-s3c24xx and mach-s3c2410 | Ben Dooks | |
Split the map.h definitions into common S3C24XX code by adding arch/arm/plat-s3c24xx/include/plat/map.h and altering the machine specific header for the S3C24A0. As we add a new <plat/map.h> we move the original one in arch/arm/plat-s3c include directory to be called map-base.h to distinguish the two files. Signed-off-by: Ben Dooks <ben-linux@fluff.org> |