summaryrefslogtreecommitdiff
path: root/arch/mips/alchemy/devboards
AgeCommit message (Expand)AuthorFilesLines
2024-01-11MIPS: Alchemy: Fix an out-of-bound access in db1550_dev_setup()Christophe JAILLET1-1/+1
2024-01-11MIPS: Alchemy: Fix an out-of-bound access in db1200_dev_setup()Christophe JAILLET1-1/+1
2023-09-25MIPS: Alchemy: only build mmc support helpers if au1xmmc is enabledChristoph Hellwig3-0/+14
2023-08-02mmc: au1xmmc: force non-modular build and remove symbol_get usageChristoph Hellwig3-33/+4
2023-05-24Input: ads7846 - Convert to use software nodesLinus Walleij1-1/+10
2022-07-05MIPS: Alchemy: devboards: Remove duplicate 'the' in two places.Jiang Jian1-1/+1
2022-05-07Input: wm97xx - get rid of irq_enable method in wm97xx_mach_opsDmitry Torokhov1-9/+0
2021-10-13MIPS: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-07-29MIPS: Alchemy: Fix spelling contraction "cant" -> "can't"Colin Ian King1-1/+1
2020-10-06MIPS: alchemy: Share prom_init implementationThomas Bogendoerfer1-17/+0
2020-10-06MIPS: alchemy: Fix build breakage, if TOUCHSCREEN_WM97XX is disabledThomas Bogendoerfer1-0/+7
2020-05-07MIPS: Use fallthrough for arch/mipsLiangliang Huang1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner2-28/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2018-12-23MIPS: Alchemy: update dma masks for devboard devicesManuel Lauss4-26/+52
2018-12-23MIPS: Alchemy: drop DB1000 IrDA support bitsManuel Lauss1-58/+0
2018-10-03mtd: rawnand: Move platform_nand_xxx definitions out of rawnand.hBoris Brezillon3-6/+3
2018-10-03mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} thereBoris Brezillon3-9/+9
2018-10-03mtd: rawnand: plat_nand: Pass a nand_chip object to all platform_nand_ctrl hooksBoris Brezillon3-9/+6
2018-07-17mips: unify prom_putchar() declarationsAlexander Sverdlin1-1/+2
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-02-14spi: spi-gpio: Rewrite to use GPIO descriptorsLinus Walleij1-4/+20
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman6-0/+6
2017-09-16Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds3-42/+55
2017-08-29MIPS: Alchemy: Threaded carddetect irqs for devboardsManuel Lauss2-42/+53
2017-08-29MIPS: Alchemy: Add devboard machine type to cpuinfoManuel Lauss1-0/+2
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon3-3/+3
2017-02-22Merge tag 'mips_4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds1-1/+2
2017-02-14MIPS: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+2
2017-02-13MIPS: Alchemy: Don't rely on public mmc header to include interrupt.hUlf Hansson1-0/+1
2016-03-29pcmcia: db1xxx_ss: fix last irq_to_gpio userManuel Lauss2-12/+10
2015-12-09mips: nand: make use of mtd_to_nand() where appropriateBoris BREZILLON3-3/+3
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-09-03MIPS: Remove all the uses of custom gpio.hAlban Bedel4-1/+4
2015-08-26MIPS: alchemy: Remove pointless irqdisable/enableThomas Gleixner1-2/+4
2014-09-22MIPS: Alchemy: DB1300: Add touch penirq supportManuel Lauss1-0/+44
2014-09-22MIPS: Alchemy: DB1xxx: Explicitly set 50MHz clock for I2C/SPI units.Manuel Lauss2-6/+6
2014-09-22MIPS: Alchemy: devboards: sit and spin after poweroffManuel Lauss1-0/+3
2014-08-19MIPS: Alchemy: Fix db1200 PSC clock enablementManuel Lauss1-5/+1
2014-07-30MIPS: Alchemy: au1100fb: use clk frameworkManuel Lauss1-0/+14
2014-07-30MIPS: Alchemy: db1x00: use clk frameworkManuel Lauss3-25/+45
2014-07-30MIPS: Alchemy: add helpers to access static memory ctrl registers.Manuel Lauss3-4/+4
2014-07-30MIPS: Alchemy: introduce helpers to access SYS register block.Manuel Lauss4-44/+29
2014-06-05MIPS: Replace obsolete strict_strto call with kstrtoDaniel Walter1-2/+2
2014-03-27MIPS: Alchemy: pata_platform for DB1200Manuel Lauss1-7/+14
2014-03-27MIPS: Alchemy: fold mach-db1xxx/db1x00 headers into board codeManuel Lauss2-2/+80
2014-03-27MIPS: Alchemy: Unify Devboard support.Manuel Lauss6-48/+69
2014-02-04MIPS: Alchemy: Fix DB1100 GPIO registrationManuel Lauss1-5/+2
2013-10-30MIPS: Panic messages should not end in \n.Ralf Baechle1-1/+1