aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-05Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds26-192/+121
2018-04-05Merge tag 'davinci-for-v4.17/soc-2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/socArnd Bergmann2-8/+5
2018-03-29ARM: davinci: da8xx: simplify CFGCHIP regmap_configDavid Lechner1-4/+1
2018-03-29ARM: davinci: da8xx: fix oops in USB PHY driver due to stack allocated platform_dataDavid Lechner1-4/+4
2018-03-12Merge tag 'davinci-fixes-for-v4.16' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into fixesArnd Bergmann1-2/+2
2018-03-09ARM: davinci: fix the GPIO lookup for omapl138-hawkBartosz Golaszewski1-2/+2
2018-03-07Merge tag 'davinci-for-v4.17/soc' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/socArnd Bergmann26-191/+123
2018-02-22ARM: davinci: mark spi_board_info arrays as constArnd Bergmann3-3/+3
2018-02-19ARM: davinci: move davinci_clk_init() to init_timeDavid Lechner21-39/+70
2018-02-19ARM: davinci: board-da830-evm: fix unused const variable warningSekhar Nori1-14/+14
2018-02-19ARM: davinci: remove watchdog resetDavid Lechner18-94/+1
2018-02-19ARM: da8xx: use platform data for CFGCHIP syscon regmapDavid Lechner7-38/+32
2018-02-12phy: da8xx-usb: rename clock con_idsDavid Lechner1-6/+6
2018-02-04Merge branch 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds2-4/+26
2018-02-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds11-14/+14
2018-01-15Merge 4.15-rc8 into usb-nextGreg Kroah-Hartman1-11/+18
2018-01-09ARM: da8xx: remove con_id from USB clocksDavid Lechner2-4/+4
2018-01-05ARM: davinci: constify gpio_ledArvind Yadav1-1/+1
2018-01-05ARM: davinci: drop unneeded newlineJulia Lawall1-2/+2
2017-12-31i2c/ARM: davinci: Deep refactoring of I2C recoveryLinus Walleij2-4/+26
2017-12-23ARM: davinci: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2-3/+3
2017-12-23ARM: davinci: make davinci_soc_info structures constBhumika Goyal6-6/+6
2017-12-23ARM: davinci: make argument to davinci_common_init() as constBhumika Goyal2-2/+2
2017-12-08ARM: davinci: fix mmc entries in dm365's dma_slave_mapAlejandro Mery1-4/+4
2017-12-07ARM: davinci: Add dma_mask to dm365's eDMA deviceAlejandro Mery1-0/+1
2017-12-07ARM: davinci: Use platform_device_register_full() to create pdev for dm365's eDMAAlejandro Mery1-7/+13
2017-11-16Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman7-0/+7
2017-09-20ARM: davinci: da8xx-dt: Add OF_DEV_AUXDATA entry for DSP clock matchingSuman Anna1-0/+1
2017-09-01Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextBoris Brezillon7-7/+7
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon7-7/+7
2017-07-27ARM: davinci: normalize clk APIArnd Bergmann1-0/+9
2017-07-27ARM: davinci: don't mark vpif_input structures as 'const'Arnd Bergmann1-2/+2
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds3-3/+3
2017-07-04Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-4/+39
2017-06-15ARM: davinci: fix const warningsKevin Hilman2-4/+4
2017-05-23gpio: pcf857x: move header file out of I2C realmWolfram Sang3-3/+3
2017-05-22ARM: davinci: da8xx: Add DSP internal RAM memories as IOMEM resourcesSuman Anna2-0/+23
2017-05-22ARM: davinci: da8xx: Add names to DSP IOMEM resourcesSuman Anna1-0/+2
2017-05-22ARM: davinci: da8xx: Create DSP device only when assigned memorySuman Anna1-0/+10
2017-05-17ARM: davinci: PM: Do not free useful resources in normal path in 'davinci_pm_init'Christophe JAILLET1-0/+2
2017-05-17ARM: davinci: PM: Free resources in error handling path in 'davinci_pm_init'Christophe JAILLET1-1/+4
2017-05-09Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds9-5/+200
2017-04-11ARM: davinci: Add clock for CPPI 4.1 DMA engineAlexandre Bailon2-0/+12
2017-03-30ARM: davinci: add pata_bk3710 libata driver supportSekhar Nori3-3/+6
2017-03-22[media] media: vpif: use a configurable i2c_adapter_id for vpif displayBartosz Golaszewski1-0/+1
2017-03-07ARM: davinci: add pdata-quirks for da850-evm vpif displayBartosz Golaszewski1-0/+66
2017-03-07ARM: da850-evm: add a fixed regulator for the UI board IO expanderBartosz Golaszewski1-0/+3
2017-03-07ARM: davinci: da8xx: add pdata-quirks for VPIF captureKevin Hilman1-0/+111
2017-03-07ARM: davinci: da8xx: add OF_DEV_AUXDATA() for vpifKevin Hilman1-0/+1