summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-181-1/+1
|\
| * ARM / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-131-1/+1
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-142-2/+0
|\ \
| * | ARM: mach-davinci: drop owner assignment from platform_driversWolfram Sang2014-10-202-2/+0
* | | Merge tag 'media/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-12-114-11/+9
|\ \ \ | |_|/ |/| |
| * | [media] platform: Make use of media_bus_format enumBoris BREZILLON2014-11-144-11/+9
| |/
* | Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-101-1/+0
|\ \
| * | cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logicDaniel Lezcano2014-11-121-1/+0
| |/
* | ARM: davinci: Remove redundant castsRasmus Villemoes2014-11-181-6/+3
* | ARM: davinci: Use standard logging stylesJoe Perches2014-11-187-98/+81
|/
* Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-10-081-0/+1
|\
| * ARM: davinci: da8xx-dt: add OF_DEV_AUXDATA entry for mcasp0Peter Ujfalusi2014-08-261-0/+1
* | ARM: davinci: board-da850-evm: Add needed regulators for tlv320aic3106 codecPeter Ujfalusi2014-08-261-0/+14
* | ARM: davinci: board-da850-evm: Mark dcdc2 of TPS65070 as always_onPeter Ujfalusi2014-08-261-0/+1
|/
* ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King2014-07-181-1/+1
* ARM: Remove ARCH_HAS_CPUFREQ config optionStephen Boyd2014-06-171-1/+0
* Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-041-4/+5
|\
| * ARM: davinci: da850: Use cpufreq_for_each_entry macro for iterationStratos Karafotis2014-04-301-4/+5
* | Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-025-91/+0
|\ \
| * | ARM: davinci: Remove redundant/unused parameters for edmaPeter Ujfalusi2014-05-225-35/+0
| * | ARM: davinci: Remove eDMA3 queue_tc_mapping data from edma_soc_infoPeter Ujfalusi2014-05-225-56/+0
| |/
* | ARM: davinci: remove checks for CONFIG_USB_MUSB_PERIPHERALPaul Bolle2014-05-222-8/+0
|/
* Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-056-11/+114
|\
| * ARM: davinci: aemif: get rid of davinci-nand driver dependency on aemifIvan Khoronzhuk2014-02-236-11/+114
* | Merge tag 'soc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2014-04-0519-2029/+39
|\ \
| * \ Merge tag 'davinci-for-v3.15/soc' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2014-03-177-32/+39
| |\ \
| | * | ARM: davinci: da8xx: fix multiple watchdog device registrationSekhar Nori2014-03-066-19/+32
| | * | ARM: davinci: enable da8xx build concurrently with older devicesSekhar Nori2014-03-061-13/+7
| | |/
| * | ARM: davinci: remove tnetv107x supportArnd Bergmann2014-03-1712-1997/+0
| |/
* | Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-051-22/+0
|\ \
| * \ Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson2014-02-181-22/+0
| |\ \ | | |/ | |/|
| | * ARM: drop <mach/timex.h> for !ARCH_MULTIPLATFORM, tooUwe Kleine-König2013-12-201-22/+0
* | | Merge tag 'fixes-non-critical-3.15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-04-052-10/+6
|\ \ \
| * | | ARM: davinci: fix Kconfig for DA850_EVMArnd Bergmann2014-03-211-5/+0
| * | | ARM: davinci: make dm644x-evm phy fixup conditionalArnd Bergmann2014-03-211-5/+6
| |/ /
* | | ARM: davinci: da850: update SATA AHCI supportBartlomiej Zolnierkiewicz2014-03-252-92/+9
|/ /
* | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-239-16/+10
|\ \
| * \ Merge tag 'davinci-for-v3.14/watchdog' of git://git.kernel.org/pub/scm/linux/...Kevin Hilman2014-01-169-10/+10
| |\ \
| | * | watchdog: davinci: rename platform driver to davinci-wdtIvan Khoronzhuk2014-01-099-10/+10
| | |/
| * | gpio: davinci: remove unused variable intc_irq_numLad, Prabhakar2013-12-266-6/+0
* | | Merge tag 'davinci-for-v3.14/soc' of git://git.kernel.org/pub/scm/linux/kerne...Kevin Hilman2014-01-161-1/+1
|\ \ \
| * | | ARM: davinci: clock: return 0 upon error from clk_round_rate()Paul Walmsley2013-11-271-1/+1
| | |/ | |/|
* | | Merge branch 'efm32/soc' into next/socKevin Hilman2013-12-205-8/+11
|\ \ \ | | |/ | |/|
| * | Merge tag 'davinci-fixes-for-v3.13-rc3' of git://git.kernel.org/pub/scm/linux...Olof Johansson2013-12-045-4/+7
| |\ \
| | * | ARM: davinci: Fix McASP mem resource namesPeter Ujfalusi2013-12-055-4/+7
| | |/
| * | ARM: davinci: fix number of resources passed to davinci_gpio_register()Lad, Prabhakar2013-11-214-4/+4
| |/
* | Merge branch 'soc/sched_clock' into next/socKevin Hilman2013-12-061-2/+2
|\ \ | |/ |/|
| * ARM: davinci: Switch to sched_clock_register()Stephen Boyd2013-11-211-2/+2
* | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-11-187-7/+7
|\ \
| * | misc: (at24) move header to linux/platform_data/Vivien Didelot2013-09-307-7/+7
OpenPOWER on IntegriCloud