summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-141-1/+0Star
|\
| * Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2013-10-251-1/+0Star
| |\
| | * cpufreq: remove CONFIG_CPU_FREQ_TABLEViresh Kumar2013-10-161-1/+0Star
* | | arch/arm/mach-davinci/sram.c: use gen_pool_dma_alloc() to sram.cNicolin Chen2013-11-131-8/+1Star
* | | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-1121-234/+251
|\ \ \
| * | | ARM: davinci: gpio: use gpiolib API instead of inline functionsPhilip Avinash2013-09-252-178/+0Star
| * | | ARM: davinci: board: gpio device creationPhilip Avinash2013-09-256-15/+52
| * | | ARM: davinci: da8xx boards: gpio device creationPhilip Avinash2013-09-243-4/+22
| * | | ARM: davinci: support gpio platform devicePhilip Avinash2013-09-247-28/+126
| * | | ARM: davinci: da8xx: support gpio platform deviceKV Sujith2013-09-244-10/+51
| * | | gpio: davinci: move to platform deviceKV Sujith2013-09-241-0/+1
| | |/ | |/|
* | | Merge branch 'davinci/soc' into next/socKevin Hilman2013-10-171-7/+2Star
|\ \ \
| * | | ARM: davinci: convert to clockevents_config_and_registerUwe Kleine-König2013-10-171-7/+2Star
| |/ /
* | | Merge tag 'keystone-soc-for-arm-soc' of git://git.kernel.org/pub/scm/linux/ke...Kevin Hilman2013-10-122-3/+3
|\ \ \ | | |/ | |/|
| * | ARM: davinci: dm365 evm: fix unused variable warningBrian Norris2013-09-191-1/+1
| * | ARM: davinci: fix build breakage with DEBUG_LLSekhar Nori2013-09-191-2/+2
| |/
* / ARM: davinci: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-073-4/+4
|/
* Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-09-0627-201/+275
|\
| * Merge tag 'davinci-for-v3.12/dt' of git://git.kernel.org/pub/scm/linux/kernel...Kevin Hilman2013-08-221-0/+3
| |\
| | * ARM: davinci: da850: add OF_DEV_AUXDATA entry for davinci_emacLad, Prabhakar2013-08-211-0/+2
| | * ARM: davinci: da850: add OF_DEV_AUXDATA entry for mdio.Lad, Prabhakar2013-08-211-0/+1
| * | Merge tag 'davinci-for-v3.12/soc' of git://git.kernel.org/pub/scm/linux/kerne...Kevin Hilman2013-08-2227-201/+272
| |\|
| | * ARM: davinci: fix clock lookup for mdio deviceLad, Prabhakar2013-08-216-12/+7Star
| | * ARM: davinci: da8xx: remove hard coding of rtc device wakeupHebbar Gururaja2013-08-211-8/+1Star
| | * ARM: davinci: serial: remove davinci_serial_setup_clk()Manjunathappa, Prakash2013-08-219-32/+10Star
| | * ARM: davinci: serial: get rid of davinci_uart_configManjunathappa, Prakash2013-08-2120-74/+28Star
| | * ARM: davinci: da8xx: remove da8xx_uart_clk_enableManjunathappa, Prakash2013-08-211-8/+0Star
| | * ARM: davinci: uart: move to devid based clk_getManjunathappa, Prakash2013-07-2213-84/+243
* | | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-061-1/+1
|\ \ \
| * | | gpio: (gpio-pca953x) move header to linux/platform_data/Vivien Didelot2013-08-291-1/+1
| |/ /
* | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-09-061-65/+0Star
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'debug-choice', 'devel-stable' and 'misc' into for-linusRussell King2013-09-051-65/+0Star
| |\ \ \ \ \ | | | | |/ / | | | |/| / | | | | |/
| | * | / ARM: debug: move davinci debug to generic 8250 codeRussell King2013-08-251-65/+0Star
| | |/ /
* | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-051-4/+2Star
|\ \ \ \
| * | | | [media] media: i2c: adv7343: make the platform data members as arrayLad, Prabhakar2013-07-261-4/+2Star
| | |_|/ | |/| |
* | | | Merge branch 'pm-cpuidle'Rafael J. Wysocki2013-08-271-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge back earlier 'pm-cpuidle' material.Rafael J. Wysocki2013-08-141-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | ARM: davinci: cpuidle: Fix target residencyDaniel Lezcano2013-07-271-1/+1
| | |/
* | / ARM: davinci: nand: specify ecc strengthSekhar Nori2013-08-194-0/+4
|/ /
* / ARM: davinci: make file local variables staticSekhar Nori2013-07-163-3/+3
|/
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-131-1/+0Star
|\
| * [media] ARM: davinci: dm365 evm: remove init_enable from ths7303 pdataLad, Prabhakar2013-06-131-1/+0Star
* | reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt2013-07-096-6/+12
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-061-1/+1
|\ \
| * | sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd2013-06-121-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-07-051-1/+0Star
|\ \
| * | Merge branch 'next' into for-linusDmitry Torokhov2013-07-0232-415/+810
| |\|
| * | ARM: davinci: da850-evm: remove vref from touchscreen platform dataManish Badarkhe2013-07-011-1/+0Star
* | | Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-032-4/+5
|\ \ \
| * \ \ Merge branch 'pm-cpufreq-assorted' into pm-cpufreqRafael J. Wysocki2013-06-271-4/+4
| |\ \ \