summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-10ARM: S3C2416: Add support for second HSMMC channelBen Dooks4-2/+8
2010-05-10ARM: S3C2416: Add basic clock supportBen Dooks5-1/+165
2010-05-10ARM: S3C2443: Move parts of the clock code to common clock fileBen Dooks6-446/+505
2010-05-10ARM: S3C24XX: Identify S3C2416 if S3C2412/S3C2413 built inBen Dooks1-2/+10
2010-05-10ARM: S3C2416: Add initial support of SMDK2416Yauhen Kharuzhy3-0/+151
2010-05-10ARM: S3C2416: Add arch supportYauhen Kharuzhy10-3/+462
2010-05-10ARM: SAMSUNG: Add s3c_disable_clocks() and tidy init+disable usageBen Dooks4-35/+23
2010-05-10ARM: SAMSUNG: Move S3C6400 PLL code to <plat/pll.h> for re-useBen Dooks2-32/+54
2010-05-10ARM: S3C2416: Add S3C2416-specific registers definitionsYauhen Kharuzhy7-2/+150
2010-05-06serial: Use s3c2440 driver for S3C2416 SoCYauhen Kharuzhy1-3/+4
2010-05-06ARM: S3C: Add S3C2416 detection to uncompress codeYauhen Kharuzhy1-1/+3
2010-05-06ARM: S3C24XX: Remove _INP macros in <mach/regs-gpioj.h>Ben Dooks1-13/+0
2010-05-06ARM: S3C24XX: Remove S3C2410_GPJ numberingBen Dooks1-19/+0
2010-05-06ARM: S3C24XX: Wrapper s3c2410_gpio_setpin and s3c2410_gpio_pullup()Ben Dooks1-28/+19
2010-05-06ARM: S3C2410: Remove the users of s3c2410_gpio_pullup()Ben Dooks2-2/+2
2010-05-06ARM: mini2440: Move to using gpiolib API and s3c_gpio functionsBen Dooks1-9/+9
2010-05-06ARM: S3C24XX: Remove s3c2410_gpio_getcfg(), implement s3c_gpio_getcfg()Ben Dooks5-21/+39
2010-05-06ARM: SAMSUNG: Add GPIO configuration read callsBen Dooks5-1/+100
2010-05-06ARM: S3C24XX: Remove s3c2410_gpio_getirq()Ben Dooks2-20/+1
2010-05-06ARM: S3C24XX: Remove s3c2410_gpio_getpull()Ben Dooks2-25/+0
2010-05-06ARM: S3C24XX: Remove s3c2410_gpio_setcfg()Ben Dooks2-59/+24
2010-05-06ARM: S3C24XX: Drop s3c2410 specific s3c2410_gpio_cfgpin()Ben Dooks15-44/+55
2010-05-06ARM: S3C24XX: Change s3c2410_gpio_pullupl(x, 1) to use s3c_gpio_cfgpull()Ben Dooks3-9/+9
2010-05-06ARM: S3C2410: Change s3c2410_gpio_pullupl(x, 1) to use s3c_gpio_cfgpull()Ben Dooks1-4/+4
2010-05-06ARM: VR1000: Update mach-vr1000.c to use gpiolib APIBen Dooks1-2/+3
2010-05-06ARM: BAST: Update mach-bast to use gpiolib APIBen Dooks1-3/+3
2010-05-06ARM: n30: Update mach-n30 to use gpiolib APIBen Dooks1-2/+5
2010-05-06ARM: QT2410: Update mach-qt2410 to use gpiolib APIBen Dooks1-3/+4
2010-05-06ARM: H1940: Change mach-h1940 to use gpiolib APIBen Dooks2-11/+12
2010-05-06ARM: JIVE: Update mach-jive to use gpiolib APIBen Dooks1-10/+9
2010-05-06ARM: H1940: Change h1940-bluetooth to use gpiolib APIBen Dooks1-4/+12
2010-05-06ARM: S3C24XX: Add extended GPIO used on S3C2443 and beyondBen Dooks4-5/+69
2010-05-06ARM: S3C24XX: Add the gpio pull configuration for pull-upBen Dooks6-0/+61
2010-05-06ARM: S3C24XX: Add initial s3c_gpio configuration codeBen Dooks4-3/+22
2010-05-04Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds14-47/+83
2010-05-04Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-1/+22
2010-05-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2-4/+8
2010-05-05KEYS: Fix RCU handling in key_gc_keyring()David Howells1-3/+6
2010-05-05KEYS: Fix an RCU warning in the reading of user keysDavid Howells1-1/+2
2010-05-05drm/radeon/kms/legacy: only enable load detection property on DVI-IAlex Deucher1-0/+2
2010-05-05drm/radeon/kms: fix panel scaling adjusted mode setupAlex Deucher3-22/+53
2010-05-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o...Linus Torvalds8-74/+110
2010-05-04Fix the x86_64 implementation of call_rwsem_wait()David Howells1-1/+1
2010-05-04Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-23/+47
2010-05-04Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2010-05-04Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+18
2010-05-04i2c-core: Use per-adapter userspace device listsJean Delvare2-16/+20
2010-05-04i2c: Fix probing of FSC hardware monitoring chipsJean Delvare1-5/+16
2010-05-04i2c-core: Erase pointer to clientdata on removalWolfram Sang2-2/+11
2010-05-03ocfs2: Avoid a gcc warning in ocfs2_wipe_inode().Joel Becker1-1/+1