summaryrefslogtreecommitdiffstats
path: root/arch/sh/boards
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Yoshinori Sato2019-06-0214-16/+21
|\
| * treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2019-05-1512-12/+12
| * arch/sh/boards/mach-dreamcast/irq.c: Remove duplicate headerSabyasachi Gupta2019-05-141-1/+0Star
| * Merge branch 'spi-5.2' into spi-nextMark Brown2019-05-021-3/+9
| |\
| | * spi: sh-msiof: Convert to use GPIO descriptorsGeert Uytterhoeven2019-04-041-3/+9
* | | Fix allyesconfig output.Yoshinori Sato2019-04-211-11/+3Star
|/ /
* / sh: fix multiple function definition build errorsRandy Dunlap2019-04-061-2/+2
|/
* memblock: memblock_phys_alloc(): don't panicMike Rapoport2019-03-125-0/+21
* memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_allocMike Rapoport2019-03-125-7/+7
* Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-105-17/+10Star
|\
| * dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flagChristoph Hellwig2019-02-205-17/+10Star
* | Merge tag 'media/v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2019-03-091-0/+1
|\ \
| * | media: sh: migor: Include missing dma-mapping headerJacopo Mondi2019-02-181-0/+1
| |/
* / regulator: fixed/gpio: Pull inversion/OD into gpiolibLinus Walleij2019-02-061-2/+0Star
|/
* Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-291-15/+15
|\
| * PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig2018-11-231-15/+15
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-2996-293/+103Star
|\ \
| * | sh: boards: convert to SPDX identifiersKuninori Morimoto2018-12-2895-291/+102Star
| * | arch/sh/boards/mach-kfr2r09/setup.c: drop pointless static qualifier in kfr2r...YueHaibing2018-12-281-1/+1
| * | arch/sh/boards/mach-kfr2r09/setup.c: fix struct mtd_oob_ops build warningRandy Dunlap2018-12-281-1/+0Star
| |/
* | Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2018-12-291-7/+36
|\ \
| * | sh: ecovec24: Fix an ifdefLinus Walleij2018-12-171-1/+1
| * | mmc: host: tmio: Use GPIO descriptorsLinus Walleij2018-12-171-4/+22
| * | mmc: spi: Convert to use GPIO descriptorsLinus Walleij2018-12-171-3/+14
| |/
* | sh: remove board_time_init() callbackArnd Bergmann2018-12-181-8/+0Star
* | sh: sh03: rtc: push down rtc class ops into driverArnd Bergmann2018-12-183-30/+33
* | sh: dreamcast: rtc: push down rtc class ops into driverArnd Bergmann2018-12-183-17/+33
|/
* Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-1/+1
|\
| * SH: use for_each_of_cpu_node iteratorRob Herring2018-09-281-1/+1
* | Merge tag 'regulator-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2018-10-231-2/+25
|\ \
| * | regulator: fixed: Convert to use GPIO descriptor onlyLinus Walleij2018-09-171-2/+25
| |/
* | mtd: rawnand: Move platform_nand_xxx definitions out of rawnand.hBoris Brezillon2018-10-031-1/+1
* | mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} thereBoris Brezillon2018-10-031-3/+3
* | mtd: rawnand: plat_nand: Pass a nand_chip object to all platform_nand_ctrl hooksBoris Brezillon2018-10-031-4/+2Star
|/
* sh: make use of for_each_node_by_type()Dmitry Torokhov2018-08-181-3/+4
* media: sh: migor: Remove stale soc_camera includeJacopo Mondi2018-07-241-1/+0Star
* media: ov772x: omit consumer ID when getting clock referenceAkinobu Mita2018-06-281-1/+1
* media: ov772x: use generic names for reset and powerdown gpiosAkinobu Mita2018-06-281-2/+3
* media: arch: sh: ap325rxa: Use new renesas-ceu camera driverJacopo Mondi2018-06-281-203/+79Star
* media: arch: sh: ms7724se: Use new renesas-ceu camera driverJacopo Mondi2018-06-281-41/+79
* media: arch: sh: kfr2r09: Use new renesas-ceu camera driverJacopo Mondi2018-06-281-114/+103Star
* Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-141-1/+1
|\
| * i2c: pca-platform: move header to platform_dataWolfram Sang2018-05-171-1/+1
* | media: arch: sh: migor: Fix TW9910 PDN gpioJacopo Mondi2018-06-051-1/+1
|/
* Merge tag 'sh-for-4.17' of git://git.libc.org/linux-shLinus Torvalds2018-04-131-6/+0Star
|\
| * sh: fix memory corruption of unflattened device treeRich Felker2018-04-131-6/+0Star
* | Merge branch 'i2c/for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-071-1/+10
|\ \
| * | i2c: pca-platform: drop gpio from platform dataChris Packham2018-03-241-1/+0Star
| * | sh: sh7785lcr: add GPIO lookup table for i2c controller resetChris Packham2018-03-241-0/+10
| |/
* | Merge tag 'media/v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-04-042-294/+269Star
|\ \