summaryrefslogtreecommitdiff
path: root/arch/sh/boards
AgeCommit message (Expand)Author
2024-01-19sh: ecovec24: Rename missed backlight field from fbdev to devGeert Uytterhoeven
2023-11-02Merge tag 'sh-for-v6.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-10-25sh: Remove stale microdev boardArnd Bergmann
2023-09-28sh: boards: Fix Sound Simple-Card struct nameKuninori Morimoto
2023-09-09Merge tag 'sh-for-v6.6-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-09-09sh: boards: Fix CEU buffer size passed to dma_declare_coherent_memory()Petr Tesarik
2023-07-24sh: mach-sh7763rdp: Assign FB_MODE_IS_UNKNOWN to struct fb_videomode.flagThomas Zimmermann
2023-07-17Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2023-07-13sh: mach-dreamcast: Handle virq offset in cascaded IRQ demuxGeert Uytterhoeven
2023-07-13sh: mach-highlander: Handle virq offset in cascaded IRL demuxGeert Uytterhoeven
2023-07-13sh: mach-r2d: Handle virq offset in cascaded IRL demuxGeert Uytterhoeven
2023-07-05sh: Fix -Wmissing-include-dirs warnings for various platformsMasahiro Yamada
2023-06-27backlight/lv5207lp: Rename struct lv5207lp_platform_data.fbdev to 'dev'Thomas Zimmermann
2023-06-27backlight/gpio_backlight: Rename field 'fbdev' to 'dev'Thomas Zimmermann
2023-04-27Merge tag 'sh-for-v6.4-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-03-23sh: mach-x3proto: Add missing #include <linux/gpio/driver.h>Geert Uytterhoeven
2023-03-23sh: SH2007: drop the bad URL infoRandy Dunlap
2023-03-06gpiolib: remove legacy gpio_export()Arnd Bergmann
2023-03-06gpiolib: remove empty asm/gpio.h filesArnd Bergmann
2022-04-26mmc: sh_mmcif: move platform_data header to proper locationWolfram Sang
2021-11-14Merge tag 'sh-for-5.16' of git://git.libc.org/linux-shLinus Torvalds
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport
2021-11-03Merge tag 'sound-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-10-20sh: Use of_get_cpu_hwid()Rob Herring
2021-10-11sh: Use modern ASoC DAI format terminologyMark Brown
2021-09-17sh: boards: Fix the cacography in irq.cTang Bin
2021-08-12SH: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2021-02-23whack-a-mole: don't open-code iminor/imajorAl Viro
2021-01-06sh: mach-sh03: remove duplicate includeWang Qing
2020-12-07sh: boards: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig
2020-08-14sh: landisk: Add missing initialization of sh_io_port_baseGeert Uytterhoeven
2020-08-14sh: sh2007: Modernize printing of kernel messagesGeert Uytterhoeven
2020-08-14sh: Remove SH5-based Cayman platformGeert Uytterhoeven
2020-05-05clk: Allow the common clk framework to be selectableStephen Boyd
2020-03-29sh: Replace setup_irq() by request_irq()afzal mohammed
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-01Merge tag 'backlight-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-11-11sh: ecovec24: don't set unused fields in platform dataBartosz Golaszewski
2019-11-11sh: ecovec24: add additional properties to the backlight deviceBartosz Golaszewski
2019-10-18sh: Use pr_warn instead of pr_warningKefeng Wang
2019-08-22driver core: initialize a default DMA mask for platform deviceChristoph Hellwig
2019-06-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Yoshinori Sato
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada
2019-05-14arch/sh/boards/mach-dreamcast/irq.c: Remove duplicate headerSabyasachi Gupta
2019-05-02Merge branch 'spi-5.2' into spi-nextMark Brown