summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c24xx
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'samsung-soc-4.18' of https://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2018-05-142-6/+6
|\
| * ARM: s3c24xx: Fix invalid SPDX identifierThomas Gleixner2018-04-231-1/+1
| * ARM: s3c24xx: mini2440: Use device properties for at24 eepromBartosz Golaszewski2018-04-161-5/+5
* | ARM: s3c24xx: jive: Fix some GPIO namesLinus Walleij2018-04-261-2/+2
|/
* spi: spi-gpio: Rewrite to use GPIO descriptorsLinus Walleij2018-02-142-30/+51
* ARM: S3C24XX: Add SPDX license identifiersKrzysztof Kozlowski2018-01-0394-1046/+483
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2017-11-162-10/+6
|\
| * ARM: s3c2410: Fix typos in a commentsMarkus Elfring2017-10-042-2/+2
| * ARM: s3c24xx: Simplify size used for kzalloc in iotiming getMarkus Elfring2017-10-042-2/+2
| * ARM: s3c24xx: Remove printk for failed memory allocation in iotiming getMarkus Elfring2017-10-042-6/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge tag 'armsoc-platforms' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-106-18/+11
|\
| * ARM: s3c24xx: Fix NAND ECC mode for mini2440 boardSylwester Nawrocki2017-08-211-1/+1
| * ARM: s3c24xx: make H1940BT depend on RFKILLArnd Bergmann2017-07-201-1/+1
| * ARM: s3c24xx: Do not confuse local define with KconfigKrzysztof Kozlowski2017-07-201-5/+6
| * ARM: s3c24xx: Remove non-existing SND_SOC_SMDK2443_WM9710Krzysztof Kozlowski2017-07-201-8/+0
| * ARM: s3c24xx: Remove non-existing CONFIG_CPU_S3C2413Krzysztof Kozlowski2017-07-202-3/+3
* | Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtdLinus Torvalds2017-09-0911-11/+11
|\ \
| * | mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2017-08-1311-11/+11
| |/
* | mfd: tps65010: Move header file out of I2C realmWolfram Sang2017-08-152-2/+2
|/
* clocksource/drivers: Rename CLKSRC_OF to TIMER_OFDaniel Lezcano2017-06-141-1/+1
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-02-283-3/+3
|\
| * ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbolFlorian Fainelli2017-02-283-3/+3
* | Merge tag 'samsung-soc-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2017-01-163-4/+4
|\ \
| * | ARM: s3c24xx: Constify wake_irqsKrzysztof Kozlowski2016-12-291-1/+1
| * | ARM: s3c24xx: Constify few integer tablesKrzysztof Kozlowski2016-12-292-3/+3
| |/
* | Merge tag 'samsung-soc-4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2017-01-041-0/+76
|\ \ | |/ |/|
| * ARM: S3C24XX: Add DMA slave maps for remaining s3c24xx SoCsSylwester Nawrocki2016-11-051-0/+76
* | mtd: s3c2410: make ecc mode configurable via platform dataSergio Prado2016-11-0712-0/+12
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2016-10-072-5/+16
|\
| * ARM: S3C24XX: Add missing DMA device for Mini2440 boardSylwester Nawrocki2016-08-101-0/+1
| * ARM: S3C24XX: Add dma_mask assignments for DMA devicesSylwester Nawrocki2016-08-101-5/+15
* | Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2016-10-061-0/+35
|\ \
| * | dmaengine: s3c24xx: Add dma_slave_map for s3c2440 devicesSam Van Den Berge2016-09-261-0/+35
| |/
* | ARM: S3C24XX: Specify audio codec platform_data for mini2440 boardSylwester Nawrocki2016-08-081-0/+19
|/
* Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-08-018-6/+9
|\
| * Merge tag 'samsung-soc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2016-06-137-5/+8
| |\
| | * ARM: s3c24xx: Sort cpufreq tablesViresh Kumar2016-06-033-1/+4
| | * ARM: SAMSUNG: Fix typosAndrea Gelmini2016-05-304-4/+4
| * | ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij2016-06-031-1/+1
| |/
* | arm: Remove unnecessary of_platform_populate with default match tableKefeng Wang2016-06-231-2/+0
|/
* ARM: Explicitly apply PWM config extracted from pwm_argsBoris Brezillon2016-05-171-0/+6
* Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2016-03-201-0/+1
|\
| * clk: Move vendor's Kconfig into CCF menu sectionJames Liao2016-01-291-0/+1
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2016-03-202-12/+1
|\ \
| * | ARM: s3c24xx: Avoid warning for inb/outbArnd Bergmann2016-02-261-1/+1
| * | ARM: SAMSUNG: Remove unused register offset definitionPankaj Dubey2016-02-251-11/+0
| |/
* | Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-202-2/+6
|\ \
| * | ARM: s3c24xx: fix unused gta02_configure_pmu_for_charger warningArnd Bergmann2016-02-011-0/+2
| * | ARM: s3c24xx: allow selecting S3C2440_XTAL_16934400 for s3c2442Arnd Bergmann2016-02-011-1/+4
OpenPOWER on IntegriCloud