aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/board-dm646x-evm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-01ARM: davinci: Delete DM646x board filesLinus Walleij1-873/+0
2022-05-26Merge tag 'gpio-updates-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-3/+1
2022-04-29ARM: davinci: remove include/mach/ subdirectoryArnd Bergmann1-3/+2
2022-04-25gpio: pcf857x: Make teardown callback return voidUwe Kleine-König1-3/+1
2021-04-08ARM: davinci: Constify the software nodesHeikki Krogerus1-1/+5
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-6/+4
2020-09-28mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal1-1/+1
2020-09-03ARM: davinci: use simple i2c probe functionStephen Kitt1-6/+4
2020-07-22ARM: davinci: dm646x-evm: Simplify error handling in 'evm_sw_setup()'Christophe JAILLET1-9/+4
2019-02-19ARM: davinci: aintc: wrap davinci_irq_init() with a helperBartosz Golaszewski1-2/+2
2019-02-19ARM: davinci: make irqs.h a local headerBartosz Golaszewski1-1/+1
2019-01-10ARM: davinci: dm646x-evm: use device properties for at24 eepromBartosz Golaszewski1-8/+5
2018-12-06ARM: davinci: dm646x-evm: use cell nvmem lookup for mac addressBartosz Golaszewski1-0/+24
2018-07-10ARM: davinci: dm646x-evm: use aemif platform driverBartosz Golaszewski1-11/+41
2018-06-26ARM: davinci: dm646x: add new clock init using common clock frameworkDavid Lechner1-0/+2
2018-06-11Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2018-05-15ARM: davinci: board-dm646x-evm: set VPIF capture card nameSekhar Nori1-1/+2
2018-05-15ARM: davinci: board-dm646x-evm: pass correct I2C adapter id for VPIFSekhar Nori1-0/+2
2018-05-02ARM: davinci: dm646x-evm: specify the chipselect in davinci_nand_pdataBartosz Golaszewski1-0/+1
2018-02-19ARM: davinci: move davinci_clk_init() to init_timeDavid Lechner1-6/+13
2018-02-19ARM: davinci: remove watchdog resetDavid Lechner1-2/+0
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-1/+1
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+1
2017-06-15ARM: davinci: fix const warningsKevin Hilman1-2/+2
2017-05-23gpio: pcf857x: move header file out of I2C realmWolfram Sang1-1/+1
2017-03-30ARM: davinci: add pata_bk3710 libata driver supportSekhar Nori1-1/+2
2016-02-17ARM: davinci: make I2C support optionalArnd Bergmann1-0/+7
2015-11-17[media] include/media: split I2C headers from V4L2 coreMauro Carvalho Chehab1-2/+2
2015-01-20ARM: davinci: Remove CDCE949 driverRickard Strandqvist1-31/+0
2014-02-23ARM: davinci: aemif: get rid of davinci-nand driver dependency on aemifIvan Khoronzhuk1-0/+3
2013-11-18Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-1/+1
2013-09-30misc: (at24) move header to linux/platform_data/Vivien Didelot1-1/+1
2013-09-25ARM: davinci: board: gpio device creationPhilip Avinash1-3/+10
2013-09-06Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-5/+1
2013-08-22ARM: davinci: serial: get rid of davinci_uart_configManjunathappa, Prakash1-5/+1
2013-08-19ARM: davinci: nand: specify ecc strengthSekhar Nori1-0/+1
2013-05-04Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-6/+1
2013-04-02ARM: davinci: use is IS_ENABLED macroLad, Prabhakar1-6/+1
2013-03-19[media] davinci: replace V4L2_OUT_CAP_CUSTOM_TIMINGS by V4L2_OUT_CAP_DV_TIMINGSHans Verkuil1-1/+1
2013-01-14Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson1-1/+1
2013-01-03ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-12-24ARM: delete struct sys_timerStephen Warren1-2/+2
2012-10-26ARM: davinci: board-dm646x-evm.c: Remove unecessary semicolonPeter Senna Tschudin1-1/+1
2012-10-05Merge branch 'samsung_platform_data' into staging/for_v3.7Mauro Carvalho Chehab1-3/+3
2012-10-05[media] media: davinci: vpif: display: separate out subdev from outputLad, Prabhakar1-6/+38
2012-10-05[media] davinci: move struct vpif_interface to chan_cfgHans Verkuil1-12/+12
2012-10-05[media] vpif_capture: move routing info from subdev to inputHans Verkuil1-4/+6
2012-10-05[media] vpif_capture: remove unnecessary can_route flagHans Verkuil1-2/+0
2012-09-14ARM: davinci: move platform_data definitionsArnd Bergmann1-3/+3
2012-05-05ARM: davinci: use machine specific hook for late initShawn Guo1-0/+2