summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2410
Commit message (Expand)AuthorAgeFilesLines
* ARM: S3C2416: Add support for second HSMMC channelBen Dooks2010-05-102-2/+6
* ARM: S3C2416: Add basic clock supportBen Dooks2010-05-101-0/+2
* ARM: S3C2416: Add S3C2416-specific registers definitionsYauhen Kharuzhy2010-05-107-2/+150
* ARM: S3C: Add S3C2416 detection to uncompress codeYauhen Kharuzhy2010-05-061-1/+3
* ARM: S3C24XX: Remove _INP macros in <mach/regs-gpioj.h>Ben Dooks2010-05-061-13/+0
* ARM: S3C24XX: Remove S3C2410_GPJ numberingBen Dooks2010-05-061-19/+0
* ARM: S3C2410: Remove the users of s3c2410_gpio_pullup()Ben Dooks2010-05-062-2/+2
* ARM: S3C24XX: Remove s3c2410_gpio_getpull()Ben Dooks2010-05-061-12/+0
* ARM: S3C24XX: Remove s3c2410_gpio_setcfg()Ben Dooks2010-05-061-11/+24
* ARM: S3C24XX: Drop s3c2410 specific s3c2410_gpio_cfgpin()Ben Dooks2010-05-065-8/+12
* ARM: S3C2410: Change s3c2410_gpio_pullupl(x, 1) to use s3c_gpio_cfgpull()Ben Dooks2010-05-061-4/+4
* ARM: VR1000: Update mach-vr1000.c to use gpiolib APIBen Dooks2010-05-061-2/+3
* ARM: BAST: Update mach-bast to use gpiolib APIBen Dooks2010-05-061-3/+3
* ARM: n30: Update mach-n30 to use gpiolib APIBen Dooks2010-05-061-2/+5
* ARM: QT2410: Update mach-qt2410 to use gpiolib APIBen Dooks2010-05-061-3/+4
* ARM: H1940: Change mach-h1940 to use gpiolib APIBen Dooks2010-05-061-7/+8
* ARM: H1940: Change h1940-bluetooth to use gpiolib APIBen Dooks2010-05-061-4/+12
* ARM: S3C24XX: Add extended GPIO used on S3C2443 and beyondBen Dooks2010-05-063-4/+29
* ARM: S3C24XX: Add the gpio pull configuration for pull-upBen Dooks2010-05-062-0/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-121-1/+1
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
| |\
| | * Fix spelling of 'platform' in comments and docStefan Weil2010-02-051-1/+1
* | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-1217-52/+128
|\ \ \
| * \ \ Merge branch 'origin' into devel-stableRussell King2010-03-081-1/+1
| |\ \ \ | | |/ /
| * | | ARM: Merge next-samsung-s3c2443-clockBen Dooks2010-03-071-31/+1
| |\ \ \
| | * | | ARM: S3C2443: Further clksrc-clk conversionsBen Dooks2010-03-071-3/+0
| | * | | ARM: S3C2443: Change to using plat-samsung clksrc-clk implementationBen Dooks2010-03-071-28/+1
| * | | | ARM: S3C2443: GPIO: Correct AC97 pin definesJassi Brar2010-02-241-5/+5
| * | | | ARM: SAMSUNG: Move include/mach files out of plat-s3cBen Dooks2010-02-242-0/+44
| * | | | ARM: SAMSUNG: Remove dma-plat.h to allow plat-s3c64xx to be removedBen Dooks2010-02-211-1/+1
| * | | | ARM: SAMSUNG: Move pm-core.h to machine directoryBen Dooks2010-02-201-0/+64
| |/ / /
| * | | ARM: SAMSUNG: Remove empty gpio-core.h and use central plat/gpio-core.hBen Dooks2010-01-191-1/+0
| * | | ARM: S3C24XX: Add mci platform data set call s3c24xx_mci_set_platdata().Ben Dooks2010-01-191-3/+2
| * | | ARM: SAMSUNG: Add platform data registration for OHCIBen Dooks2010-01-191-2/+2
| * | | ARM: S3C: Rename s3c_device_usb to s3c_device_ohciBen Dooks2010-01-1510-10/+10
| | |/ | |/|
* | | platform-drivers: move probe to .devinit.text in arch/armUwe Kleine-König2010-03-071-1/+1
| |/ |/|
* | ARM: 5910/1: ARM: Add tmp register for addruart and loadspTony Lindgren2010-02-121-1/+1
|/
* ARM: S3C24XX: touchscreen device definitionArnaud Patard2009-12-232-0/+29
* ARM: mach-bast: add NAND_SCAN_SILENT_NODEV to optional devicesBen Dooks2009-12-231-0/+3
* Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2009-12-171-0/+2
|\
| * spi_s3c24xx: add FIQ pseudo-DMA supportBen Dooks2009-12-171-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-2/+0
|\ \
| * | Kconfig: Remove useless and sometimes wrong commentsMichael Roth2009-11-091-2/+0
| |/
* | ARM: Merge next-s3c24xx-dev-rtpBen Dooks2009-12-037-62/+162
|\ \
| * | ARM: H1940: Convert h1940 bluetooth driver to rfkillarnaud.patard@rtp-net.org2009-12-013-47/+52
| * | ARM: H1940: add lcd/backlight device definitionarnaud.patard@rtp-net.org2009-12-011-0/+77
| * | ARM: H1940: enable rtcarnaud.patard@rtp-net.org2009-12-011-0/+1
| * | ARM: H1940: add mmc devicearnaud.patard@rtp-net.org2009-12-011-1/+18
| * | ARM: N30: Use s3c_i2c0_set_platdata() to set I2C platform dataBen Dooks2009-12-011-2/+2
| * | ARM: S3C: Add NAND device platform data set callBen Dooks2009-12-012-8/+8
OpenPOWER on IntegriCloud