aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c24xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2016-03-20Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-12/+1
2016-03-20Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-2/+6
2016-02-26ARM: s3c24xx: Avoid warning for inb/outbArnd Bergmann1-1/+1
2016-02-25ARM: SAMSUNG: Remove unused register offset definitionPankaj Dubey1-11/+0
2016-02-19ARM: s3c24xx: switch to gpiochip_add_data()Linus Walleij1-1/+1
2016-02-01ARM: s3c24xx: fix unused gta02_configure_pmu_for_charger warningArnd Bergmann1-0/+2
2016-02-01ARM: s3c24xx: allow selecting S3C2440_XTAL_16934400 for s3c2442Arnd Bergmann1-1/+4
2016-02-01ARM: s3c24xx: don't select EEPROM_AT24Arnd Bergmann1-1/+0
2016-01-29clk: Move vendor's Kconfig into CCF menu sectionJames Liao1-0/+1
2015-12-31ARM: s3c: simplify s3c_irqwake_{e,}intallow definitionArnd Bergmann2-10/+15
2015-11-27cpufreq: s3c24xx: Do not mark s3c2410_plls_add as __initArnd Bergmann2-2/+2
2015-10-26Merge tag 'samsung-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/socOlof Johansson2-5/+13
2015-10-13ARM: S3C24XX: Use PWM lookup table for mach-rx1950Thierry Reding1-2/+6
2015-10-13ARM: S3C24XX: Use PWM lookup table for mach-h1940Thierry Reding1-3/+7
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-3/+1
2015-08-11Merge tag 'samsung-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanupOlof Johansson10-8/+170
2015-07-30ARM: SAMSUNG: local spi-core header in mach-s3c24xxKukjin Kim3-2/+32
2015-07-30ARM: SAMSUNG: local nand-core header in mach-s3c24xxKukjin Kim5-4/+31
2015-07-30ARM: SAMSUNG: local fb-core header in mach-s3c24xxKukjin Kim3-2/+30
2015-07-30ARM: SAMSUNG: make local setup-camif in mach-s3c24xxKukjin Kim3-0/+77
2015-07-28ARM: kill off set_irq_flags usageRob Herring1-1/+1
2015-07-28ARM: appropriate __init annotation for const dataNicolas Pitre1-1/+1
2015-02-27ARM: S3C24XX: avoid a Kconfig warningArnd Bergmann1-5/+5
2015-02-27ARM: S3C24XX: fix header file inclusionsArnd Bergmann1-2/+22
2015-02-27ARM: S3C24XX: fix building without PM_SLEEPArnd Bergmann10-20/+21
2015-02-27ARM: S3C24XX: use SAMSUNG_WAKEMASK for s3c2416Arnd Bergmann1-0/+1
2015-01-24ARM: SAMSUNG: remove unused DMA infrastructureArnd Bergmann8-2377/+0
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-04leds: leds-gpio: Convert gpio_blink_set() to use GPIO descriptorsMika Westerberg4-5/+9
2014-10-20ARM: mach-s3c24xx: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-5/+0
2014-10-02kbuild: remove unnecessary variable initializaionsMasahiro Yamada1-5/+0
2014-09-14ARM: S3C24XX: remove separate restart codeHeiko Stuebner33-104/+0
2014-08-08Merge branch 'akpm' (second patchbomb from Andrew Morton)Linus Torvalds1-1/+1
2014-08-08arch/arm/mach-s3c24xx/mach-jive.c: replace strict_strto* with kstrto*Daniel Walter1-1/+1
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds12-28/+4
2014-07-19ARM: SAMSUNG: Remove legacy clock codeTomasz Figa12-28/+4
2014-07-18ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King2-2/+2
2014-06-17ARM: samsung: make SAMSUNG_DMADEV optionalArnd Bergmann1-1/+1
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds2-10/+6
2014-06-01ARM: 8025/1: Get rid of meminfoLaura Abbott2-10/+6
2014-05-31Merge branch 'v3.16-next/cleanup-samsung' into v3.16-next/platform-exynosKukjin Kim2-129/+0
2014-05-26ARM: S3C24XX: move debug-macro.S into the common spaceHeiko Stuebner1-46/+0
2014-05-26ARM: S3C24XX: use generic DEBUG_UART_PHY/_VIRT in debug macroHeiko Stuebner1-7/+2
2014-05-26ARM: S3C24XX: trim down debug uart handlingHeiko Stuebner2-79/+1
2014-05-15ARM: S3C24XX: fix merge conflictKukjin Kim1-2/+0
2014-05-14ARM: S3C24XX: move S3C24XX clock Kconfig options to Samsung clock Kconfig filePankaj Dubey1-27/+0
2014-05-14ARM: S3C24XX: Remove omitted Kconfig selects and conditionalsTomasz Figa1-7/+5
2014-05-13ARM: S3C24XX: remove SAMSUNG_CLOCK remnants after ccf conversionHeiko Stuebner9-160/+0