aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-07sh: boards: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-1/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig5-2/+5
2020-08-14sh: landisk: Add missing initialization of sh_io_port_baseGeert Uytterhoeven1-0/+3
2020-08-14sh: sh2007: Modernize printing of kernel messagesGeert Uytterhoeven1-2/+2
2020-08-14sh: Remove SH5-based Cayman platformGeert Uytterhoeven5-386/+0
2020-05-05clk: Allow the common clk framework to be selectableStephen Boyd1-0/+5
2020-03-29sh: Replace setup_irq() by request_irq()afzal mohammed1-12/+6
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig4-4/+4
2019-12-01Merge tag 'backlight-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlightLinus Torvalds1-8/+25
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-1/+1
2019-11-11sh: ecovec24: don't set unused fields in platform dataBartosz Golaszewski1-3/+0
2019-11-11sh: ecovec24: add additional properties to the backlight deviceBartosz Golaszewski1-5/+25
2019-10-18sh: Use pr_warn instead of pr_warningKefeng Wang1-1/+1
2019-08-22driver core: initialize a default DMA mask for platform deviceChristoph Hellwig5-7/+0
2019-06-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxYoshinori Sato14-16/+21
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada12-12/+12
2019-05-14arch/sh/boards/mach-dreamcast/irq.c: Remove duplicate headerSabyasachi Gupta1-1/+0
2019-05-02Merge branch 'spi-5.2' into spi-nextMark Brown1-3/+9
2019-04-21Fix allyesconfig output.Yoshinori Sato1-11/+3
2019-04-05sh: fix multiple function definition build errorsRandy Dunlap1-2/+2
2019-04-04spi: sh-msiof: Convert to use GPIO descriptorsGeert Uytterhoeven1-3/+9
2019-03-12memblock: memblock_phys_alloc(): don't panicMike Rapoport5-0/+21
2019-03-12memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_allocMike Rapoport5-7/+7
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds5-17/+10
2019-03-09Merge tag 'media/v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-0/+1
2019-02-20dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flagChristoph Hellwig5-17/+10
2019-02-18media: sh: migor: Include missing dma-mapping headerJacopo Mondi1-0/+1
2019-02-06regulator: fixed/gpio: Pull inversion/OD into gpiolibLinus Walleij1-2/+0
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-15/+15
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds96-293/+103
2018-12-28Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-7/+36
2018-12-28sh: boards: convert to SPDX identifiersKuninori Morimoto95-291/+102
2018-12-28arch/sh/boards/mach-kfr2r09/setup.c: drop pointless static qualifier in kfr2r09_usb0_gadget_setup()YueHaibing1-1/+1
2018-12-28arch/sh/boards/mach-kfr2r09/setup.c: fix struct mtd_oob_ops build warningRandy Dunlap1-1/+0
2018-12-18sh: remove board_time_init() callbackArnd Bergmann1-8/+0
2018-12-18sh: sh03: rtc: push down rtc class ops into driverArnd Bergmann3-30/+33
2018-12-18sh: dreamcast: rtc: push down rtc class ops into driverArnd Bergmann3-17/+33
2018-12-17sh: ecovec24: Fix an ifdefLinus Walleij1-1/+1
2018-12-17mmc: host: tmio: Use GPIO descriptorsLinus Walleij1-4/+22
2018-12-17mmc: spi: Convert to use GPIO descriptorsLinus Walleij1-3/+14
2018-11-23PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig1-15/+15
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
2018-10-23Merge tag 'regulator-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-2/+25
2018-10-03mtd: rawnand: Move platform_nand_xxx definitions out of rawnand.hBoris Brezillon1-1/+1
2018-10-03mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} thereBoris Brezillon1-3/+3
2018-10-03mtd: rawnand: plat_nand: Pass a nand_chip object to all platform_nand_ctrl hooksBoris Brezillon1-4/+2
2018-09-28SH: use for_each_of_cpu_node iteratorRob Herring1-1/+1
2018-09-17regulator: fixed: Convert to use GPIO descriptor onlyLinus Walleij1-2/+25
2018-08-17sh: make use of for_each_node_by_type()Dmitry Torokhov1-3/+4