aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-1/+1
2018-06-05media: arch: sh: migor: Fix TW9910 PDN gpioJacopo Mondi1-1/+1
2018-05-17i2c: pca-platform: move header to platform_dataWolfram Sang1-1/+1
2018-04-13Merge tag 'sh-for-4.17' of git://git.libc.org/linux-shLinus Torvalds1-6/+0
2018-04-12sh: fix memory corruption of unflattened device treeRich Felker1-6/+0
2018-04-07Merge branch 'i2c/for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-1/+10
2018-04-03Merge tag 'media/v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-294/+269
2018-03-24i2c: pca-platform: drop gpio from platform dataChris Packham1-1/+0
2018-03-24sh: sh7785lcr: add GPIO lookup table for i2c controller resetChris Packham1-0/+10
2018-03-21media: arch: sh: ecovec: Use new renesas-ceu camera driverJacopo Mondi1-169/+169
2018-03-05sh: kfr2r09: use MMC_CAP2_NO_WRITE_PROTECT instead of TMIO own flagMasahiro Yamada1-1/+1
2018-02-26media: arch: sh: migor: Use new renesas-ceu camera driverJacopo Mondi1-125/+100
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+20
2018-01-09SolutionEngine771x: add Ether TSU resourceSergei Shtylyov1-2/+12
2018-01-09SolutionEngine771x: fix Ether platform dataSergei Shtylyov1-2/+8
2018-01-08sh_eth: remove sh_eth_plat_data::edmac_endianSergei Shtylyov5-8/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman25-0/+25
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-1/+1
2017-07-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+1
2017-06-14clocksource/drivers: Rename CLKSRC_OF to TIMER_OFDaniel Lezcano1-1/+1
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano1-1/+1
2017-05-22Input: tsc2007 - move header file out of I2C realmWolfram Sang1-1/+1
2017-03-09sh: cayman: IDE support fixBartlomiej Zolnierkiewicz1-2/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-18sh: add Kconfig option for J-Core SoC core driversRich Felker1-0/+10
2016-08-05sh: use common clock framework with device tree boardsRich Felker1-0/+1
2016-07-31sh: make board-secureedge5410 explicitly non-modularPaul Gortmaker1-2/+1
2016-07-31sh: add support for linking a builtin device tree blob in the kernelRich Felker1-3/+12
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-16/+0
2016-06-23sh: Remove unnecessary of_platform_populate with default match tableKefeng Wang1-14/+0
2016-06-23of: iommu: make of_iommu_init() postcore_initcall_syncKefeng Wang1-2/+0
2016-06-08sh: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij3-13/+12
2016-05-17Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds2-4/+4
2016-05-02mmc: sh_mobile_sdhi: remove obsolete include fileWolfram Sang6-6/+0
2016-03-30sh: x3proto-gpio: switch to gpiochip_add_data()Linus Walleij1-2/+2
2016-03-30sh: sdk7786-gpio: switch to gpiochip_add_data()Linus Walleij1-2/+2
2016-03-17sh: add SMP method selection to device tree pseudo-boardRich Felker1-3/+86
2016-03-17sh: add device tree support and generic board using device treeRich Felker3-0/+130
2016-01-13Merge tag 'for-linus-20160112' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+1
2015-12-08sh: nand: make use of mtd_to_nand() where appropriateBoris BREZILLON1-1/+1
2015-11-17[media] include/media: move platform_data to linux/platform_data/mediaMauro Carvalho Chehab1-1/+1
2015-11-17[media] include/media: move driver interface headers to a separate dirMauro Carvalho Chehab5-7/+7
2015-11-17[media] include/media: split I2C headers from V4L2 coreMauro Carvalho Chehab5-8/+8
2015-11-06Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtdLinus Torvalds1-3/+0
2015-09-30sh: mach-rsk: remove unnecessary MTD partition probe specificationBrian Norris1-3/+0
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner4-4/+4
2015-07-29sh/intc: Prepare irq flow handlers for irq argument removalThomas Gleixner1-1/+2
2015-07-29sh/intc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu3-3/+3
2015-07-02Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+1
2015-06-16sh: don't use module_init in non-modular psw.c codePaul Gortmaker1-1/+1