summaryrefslogtreecommitdiff
path: root/arch/sh/boards
AgeCommit message (Expand)AuthorFilesLines
2024-01-19sh: ecovec24: Rename missed backlight field from fbdev to devGeert Uytterhoeven1-1/+1
2023-11-03Merge tag 'sh-for-v6.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-641/+0
2023-10-25sh: Remove stale microdev boardArnd Bergmann7-641/+0
2023-09-28sh: boards: Fix Sound Simple-Card struct nameKuninori Morimoto2-2/+2
2023-09-10Merge tag 'sh-for-v6.6-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-11/+7
2023-09-09sh: boards: Fix CEU buffer size passed to dma_declare_coherent_memory()Petr Tesarik5-11/+7
2023-07-24sh: mach-sh7763rdp: Assign FB_MODE_IS_UNKNOWN to struct fb_videomode.flagThomas Zimmermann1-1/+1
2023-07-17Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2-2/+2
2023-07-13sh: mach-dreamcast: Handle virq offset in cascaded IRQ demuxGeert Uytterhoeven1-3/+3
2023-07-13sh: mach-highlander: Handle virq offset in cascaded IRL demuxGeert Uytterhoeven1-2/+2
2023-07-13sh: mach-r2d: Handle virq offset in cascaded IRL demuxGeert Uytterhoeven1-2/+2
2023-07-05sh: Fix -Wmissing-include-dirs warnings for various platformsMasahiro Yamada1-0/+19
2023-06-27backlight/lv5207lp: Rename struct lv5207lp_platform_data.fbdev to 'dev'Thomas Zimmermann1-1/+1
2023-06-27backlight/gpio_backlight: Rename field 'fbdev' to 'dev'Thomas Zimmermann1-1/+1
2023-04-28Merge tag 'sh-for-v6.4-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2023-03-23sh: mach-x3proto: Add missing #include <linux/gpio/driver.h>Geert Uytterhoeven1-1/+1
2023-03-23sh: SH2007: drop the bad URL infoRandy Dunlap1-1/+0
2023-03-06gpiolib: remove legacy gpio_export()Arnd Bergmann1-3/+4
2023-03-06gpiolib: remove empty asm/gpio.h filesArnd Bergmann1-0/+1
2022-04-26mmc: sh_mmcif: move platform_data header to proper locationWolfram Sang2-2/+2
2021-11-14Merge tag 'sh-for-5.16' of git://git.libc.org/linux-shLinus Torvalds1-2/+2
2021-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-7/+7
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport5-7/+7
2021-11-03Merge tag 'sound-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-2/+2
2021-10-20sh: Use of_get_cpu_hwid()Rob Herring1-3/+2
2021-10-11sh: Use modern ASoC DAI format terminologyMark Brown2-2/+2
2021-09-17sh: boards: Fix the cacography in irq.cTang Bin1-2/+2
2021-08-12SH: Bulk conversion to generic_handle_domain_irq()Marc Zyngier3-3/+3
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+2
2021-02-23whack-a-mole: don't open-code iminor/imajorAl Viro1-4/+2
2021-01-07sh: mach-sh03: remove duplicate includeWang Qing1-1/+0
2020-12-08sh: boards: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-1/+1
2020-10-26treewide: 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-15sh: landisk: Add missing initialization of sh_io_port_baseGeert Uytterhoeven1-0/+3
2020-08-15sh: sh2007: Modernize printing of kernel messagesGeert Uytterhoeven1-2/+2
2020-08-15sh: 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-02Merge tag 'backlight-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-8/+25
2019-11-26Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus 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/torval...Yoshinori Sato14-16/+21
2019-05-15treewide: 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