aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-07Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds7-15/+65
2022-09-28ARM: s3c: remove orphan declarations from arch/arm/mach-s3c/devs.hGaosheng Cui1-2/+0
2022-09-07USB/ARM: Switch S3C2410 UDC to GPIO descriptorsLinus Walleij7-15/+65
2022-08-18ARM: remove obsolete Makefile.boot infrastructureArnd Bergmann1-9/+0
2022-08-02Merge tag 'arm-boardfiles-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-10/+10
2022-07-22ARM: s3c: mark most board files as unusedArnd Bergmann2-11/+11
2022-07-22ARM: add ATAGS dependencies to non-DT platformsArnd Bergmann1-1/+1
2022-06-09ARM: s3c: Kconfig.s3c64xx: Fix indentationJuerg Haefliger1-8/+8
2022-06-09ARM: s3c: Kconfig.s3c24xx: Fix indentation and replace some tabsJuerg Haefliger1-14/+12
2022-06-09ARM: s3c: Kconfig: Fix indentationJuerg Haefliger1-7/+7
2022-06-07ARM: s3c: Use strscpy to replace strlcpyXueBing Chen1-1/+1
2022-05-26Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds66-162/+127
2022-04-22ARM: s3c: fix include pathArnd Bergmann2-5/+0
2022-04-21ARM: s3c: mark as deprecated and schedule removalKrzysztof Kozlowski6-3/+29
2022-04-08ARM: rework endianess selectionArnd Bergmann1-0/+1
2022-04-08ARM: s3c: enable s3c24xx multiplatform supportArnd Bergmann1-1/+22
2022-04-07ARM: s3c24xx: convert to sparse-irqArnd Bergmann53-36/+67
2022-04-07ARM: s3c24xx: remove support for ISA drivers on BAST PC/104Arnd Bergmann16-119/+10
2022-04-04ARM: s3c: fix typos in commentsJulia Lawall3-3/+3
2022-04-04ARM: s3c: Drop config symbol S3C24XX_PWMUwe Kleine-König2-10/+0
2022-04-03Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-3/+3
2022-04-01Merge branches 'fixes' and 'misc' into for-linusRussell King (Oracle)3-1/+2
2022-03-31ARM: 9187/1: JIVE: fix return value of __setup handlerRandy Dunlap1-3/+3
2022-01-24spi: s3c64xx: Convert to use GPIO descriptorsLinus Walleij2-13/+11
2022-01-24spi: s3c64xx: Drop custom gpio setup argumentLinus Walleij2-4/+3
2022-01-24spi: s3c64xx: Delete unused boardfile helpersLinus Walleij4-99/+0
2021-11-21ARM: samsung: Remove HAVE_S3C2410_I2C and use direct dependenciesSam Protsenko1-1/+0
2021-11-16ARM: s3c: add one more "fallthrough" statement in JiveArnd Bergmann1-0/+1
2021-11-15ARM: s3c: include header for prototype of s3c2410_modify_misccrKrzysztof Kozlowski1-0/+1
2021-11-03Merge tag 'soc-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-5/+19
2021-10-26irq: remove handle_domain_{irq,nmi}()Mark Rutland1-1/+1
2021-09-20ARM: s3c: Use strscpy to replace strlcpyJason Wang1-1/+1
2021-09-15ARM: s3c: irq-s3c24xx: Fix return value check for s3c24xx_init_intc()Jackie Liu1-4/+18
2021-09-01Merge tag 'soc-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-2/+1
2021-08-19ARM: s3c: delete unneed local variable "delay"Jason Wang1-2/+1
2021-08-12ARM: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-3/+2
2021-05-11ARM: s3c: Remove unnecessary break in RX1950Wan Jiabing1-1/+0
2021-04-30Merge branch 'i2c/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-1/+5
2021-04-10ARM: s3c: mini2440: Constify the software nodeHeikki Krogerus1-1/+5
2021-04-01ARM: s3c: Use pwm_get() in favour of pwm_request() in RX1950Uwe Kleine-König1-5/+6
2021-02-08ARM: s3c: irq-s3c24xx: staticize local functionsKrzysztof Kozlowski1-3/+3
2021-02-08ARM: s3c: irq-s3c24xx: include headers for missing declarationsKrzysztof Kozlowski1-0/+2
2021-02-06ARM: s3c: fix fiq for clang IASArnd Bergmann1-6/+3
2020-12-19Merge tag 'for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds2-3/+20
2020-12-10mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layerMiquel Raynal11-11/+11
2020-11-30power: supply: s3c-adc-battery: Convert to GPIO descriptorsLinus Walleij2-3/+20
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds192-0/+32125
2020-09-26Merge tag 'samsung-soc-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/socOlof Johansson7-7/+12
2020-08-28ARM: s3c: Avoid naming clash of S3C24xx and S3C64xx timer setupKrzysztof Kozlowski38-89/+89
2020-08-22ARM: s3c: Cleanup from old plat-samsung includeKrzysztof Kozlowski1-2/+2