aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c24xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-09Merge branch 's3c24xx-updates' of git://git.fluff.org/bjdooks/linuxLinus Torvalds3-3/+7
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-3/+1
2009-12-08ARM: S3C24XX: DMA: Use valid index when accessing arrayRamax Lo1-2/+4
2009-12-08ARM: S3C24XX: Export s3c24xx_set_fiq for modules.Ben Dooks1-0/+2
2009-12-08ARM: S3C: move s3c_adc_remove to .devexit.textUwe Kleine-König1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-12-03ARM: Merge next-s3c24xx-dev-rtpBen Dooks1-1/+1
2009-12-01ARM: S3C: Add NAND device platform data set callBen Dooks1-1/+1
2009-12-01ARM: S3C: Update Simtec copyright statements from , to - [2]Ben Dooks8-8/+8
2009-12-01ARM: S3C: Update Simtec copyright statements from , to -Ben Dooks6-7/+7
2009-12-01ARM: S3C: Fix Simtec copyright statements in Documentation/S3C24XXBen Dooks2-4/+4
2009-12-01ARM: S3C24XX: Add documentation for arch/arm/plat-s3c24xx/include/plat/mci.hBen Dooks1-0/+25
2009-12-01ARM: S3C24XX: machine support for Simtec AudioBen Dooks3-0/+85
2009-11-09Kconfig: Remove useless and sometimes wrong commentsMichael Roth1-2/+0
2009-10-28ARM: S3C24XX: Fix warnings in arch/arm/plat-s3c24xx/gpio.cBen Dooks1-0/+1
2009-10-28ARM: S3C24XX: arch/arm/plat-s3c24xx: Move dereference after NULL testJulia Lawall1-3/+3
2009-10-28ARM: S3C: Fix adc function exportsRyan Mallon1-1/+1
2009-10-28ARM: S3C2410: Fix link if CONFIG_S3C2410_IOTIMING is not setBen Dooks1-2/+7
2009-10-28ARM: S3C24XX: Introduce S3C2442B CPUHarald Welte1-0/+10
2009-10-28ARM: S3C24XX: Define a macro to avoid compilation errorRamax Lo1-0/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-10-01s3cmci: add better support for no card detect or write protect availableBen Dooks1-0/+2
2009-10-01s3cmci: Kconfig selection for PIO/DMA/BothBen Dooks1-0/+1
2009-09-12Merge branch 'master' into develRussell King1-1/+1
2009-08-16ARM: S3C: Add S3C_DEV_NAND Kconfig entryBen Dooks1-0/+1
2009-08-14Merge branch 'next-s3c64xx-moves' into next-s3cBen Dooks3-425/+0
2009-08-14Merge branch 'next-s3c24xx-cpufreq' into next-s3cBen Dooks13-1/+2629
2009-08-14Merge branch 'next-s3c24xx' into next-s3cBen Dooks6-0/+144
2009-08-14ARM: S3C24XX: Add SPI bus 1 on GPD8 through GPD10Ben Dooks3-0/+45
2009-08-14ARM: S3C24XX: Add platform device for AC97 controllerMark Brown1-0/+50
2009-08-14ARM: S3C24XX: Add FIQ IRQ routing supportBen Dooks2-0/+49
2009-08-14ARM: S3C24XX: Fix clkout mpx errorDavide Rizzo1-1/+1
2009-07-31ARM: S3C: move timer/pwm handling from plat-s3c24xx to plat-s3cPeter Korsgaard2-406/+0
2009-07-31ARM: S3C: move s3c_device_nand from plat-s3c24xx to plat-s3cPeter Korsgaard1-19/+0
2009-07-30ARM: S3C: PWM fix for low duty cyclePeter Korsgaard1-0/+4
2009-07-30ARM: S3C: CPUFREQ: Add debugfs support for cpufreqBen Dooks7-0/+307
2009-07-30ARM: S3C2410: Add S3C2410A sysdev.Ben Dooks2-1/+2
2009-07-30ARM: S3C24XX: CPUFREQ: S3C2412/S3C2443 IO timing supportBen Dooks4-1/+322
2009-07-30ARM: S3C2440: CPUFREQ: Add crystal frequency Kconfig entries.Ben Dooks1-2/+14
2009-07-30ARM: S3C2440: CPUFREQ: Add PLL tablesBen Dooks4-0/+241
2009-07-30ARM: S3C2440: CPUFREQ: Add core support.Ben Dooks3-0/+318
2009-07-30ARM: S3C2410: CPUFREQ: Add core support.Ben Dooks3-0/+72
2009-07-30ARM: S3C2410: CPUFREQ: Add io-timing support.Ben Dooks3-0/+442
2009-07-30ARM: S3C: CPUFREQ: Move struct s3c_cpufreq_config to cpu-freq-core.hBen Dooks1-0/+25
2009-07-30ARM: S3C24XX: CPUFREQ: Add core support.Ben Dooks3-0/+889
2009-07-18ARM: S3C: Add ADC synchronous read call.Ben Dooks1-11/+53
2009-07-18ARM: S3C: Update hwmon device definition and nameBen Dooks1-1/+1
2009-06-23[ARM] S3C24XX: Fix spi-bus configuration build errorsBen Dooks2-4/+2
2009-06-23[ARM] S3C24XX: Fix use of CONFIG_S3C24XX_PWMBen Dooks1-1/+1
2009-06-10Merge branch for-rmk-devel of git://aeryn.fluff.org.uk/bjdooks/linux into develRussell King15-427/+305