summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx/mach-crag6410.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-201-0/+2
|\
| * ARM: s3c64xx: enable sparse IRQ supportArnd Bergmann2015-12-011-0/+2
* | gpio: generic: factor into gpio_chip structLinus Walleij2016-01-051-1/+1
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2015-11-101-2/+7
|\
| * ARM: S3C64XX: Use PWM lookup table for mach-crag6410Thierry Reding2015-10-131-2/+7
* | usb: dwc2: rename all s3c_* to dwc2_*Felipe Balbi2015-09-271-2/+2
|/
* ARM: S3C64XX: Use fixed IRQ bases to avoid conflicts on CragganmoreCharles Keepax2015-03-271-0/+1
* ARM: s3c64xx: Leave disabling of unused PM domains to genpdUlf Hansson2014-09-091-1/+0
* ARM: SAMSUNG: Remove legacy clock codeTomasz Figa2014-07-191-1/+0
* ARM: SAMSUNG: Replace inclusion of plat/regs-serial.h header fileTushar Behera2014-02-141-1/+1
* ARM: S3C[24|64]xx: move includes back under <mach/> scopeLinus Walleij2014-01-141-2/+1
* ARM: s3c64xx: get rid of custom <mach/gpio.h>Linus Walleij2013-12-201-0/+1
* Merge tag 'pwm/for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-161-0/+1
|\
| * ARM: SAMSUNG: Initialize PWM backlight enable_gpio fieldThierry Reding2013-10-161-0/+1
* | Merge tag 'regulator-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-11-121-12/+0
|\ \
| * | mfd: arizona: Specify supply mappings for Arizona CODECsCharles Keepax2013-10-231-12/+0
| |/
* / ARM: S3C64XX: Migrate clock handling to Common Clock FrameworkTomasz Figa2013-09-171-1/+1
|/
* gpio: (gpio-pca953x) move header to linux/platform_data/Vivien Didelot2013-08-291-1/+1
* ARM: SAMSUNG: Modify board files to use new PWM platform deviceTomasz Figa2013-08-121-2/+2
* ARM: S3C64XX: Add samsung-time support for s3c64xxRomain Naour2013-03-051-1/+3
* Merge branch 'next/cleanup-header' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2013-02-041-5/+4
|\
| * ARM: S3C64XX: make regs-sys.h localKukjin Kim2013-01-101-1/+1
| * ARM: S3C64XX: make regs-modem.h localKukjin Kim2013-01-101-1/+1
| * ARM: S3C64XX: make regs-gpio-memport.h localKukjin Kim2013-01-101-2/+1
| * ARM: S3C64XX: make crag6410.h localKukjin Kim2013-01-101-1/+1
* | Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into...Olof Johansson2013-01-141-2/+0
|\ \
| * | ARM: remove unneeded vic.h includesRob Herring2013-01-121-1/+0
| * | ARM: remove mach .handle_irq for VIC usersRob Herring2013-01-121-1/+0
* | | Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson2013-01-141-34/+34
|\| |
| * | ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-34/+34
| |/
* / ARM: delete struct sys_timerStephen Warren2012-12-241-1/+1
|/
* Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-12-131-1/+0
|\
| * ASoC: Samsung: Do not register samsung audio dma device as pdevPadmavathi Venna2012-12-071-1/+0
* | ARM: S3C64XX: Add dummy supplies for Glenfarclas LDOsMark Brown2012-11-281-0/+10
* | ARM: S3C64XX: Add registration of WM2200 Bells device on CragganmoreMark Brown2012-11-281-2/+8
* | ARM: S3C64XX: Add handset module to probed Glenfarclas modulesMark Brown2012-10-171-0/+1
* | ARM: S3C64XX: Add WM2200 module for CragganmoreMark Brown2012-10-171-0/+5
* | ARM: S3C64XX: Update hookup for Arizona class devicesMark Brown2012-10-171-1/+22
|/
* Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-10-121-1/+1
|\
| * include/video: move fimd register headers from platform to include/videoLeela Krishna Amudala2012-08-081-1/+1
* | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-10-011-2/+2
|\ \
| * | ARM: samsung: move platform_data definitionsArnd Bergmann2012-09-191-2/+2
| |/
* / ARM: S3C64XX: Register audio platform devices for Bells on CragganmoreMark Brown2012-08-101-0/+12
|/
* Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-231-35/+34
|\
| * ARM: S3C64XX: Mark most Cragganmore initdata devinitdataMark Brown2012-07-191-34/+34
| * ARM: S3C64XX: Dynamically assign interrupts for CPU PMIC on CragganmoreMark Brown2012-06-201-1/+0
* | ARM: SAMSUNG: Modify s3c64xx_spi{0|1|2}_set_platdata functionThomas Abraham2012-07-131-1/+1
|/
* Merge tag 'fbdev-updates-for-3.5' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-06-011-11/+14
|\
| * ARM: Samsung: Rework platform data of s3c-fb driverThomas Abraham2012-04-091-11/+14
* | Merge branch 'late/board' into devel-lateOlof Johansson2012-05-301-0/+1
|\ \