summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-094-43/+6
|\
| * ARM: OMAP: serial: remove last vestige of DTR_gpio support.NeilBrown2014-11-101-3/+0
| * ARM: OMAP2+: gpmc: Get rid of "ti,elm-id not found" warningRoger Quadros2014-11-101-2/+0
| * ARM: OMAP2: Remove unnecessary KERN_* in omap_phy_internal.cMasanari Iida2014-11-061-3/+5
| * ARM: OMAP4+: Remove unused omap_l3_noc platform initTony Lindgren2014-11-051-34/+0
| * ARM: OMAP3: Fix errors for omap_l3_smx when booted with device treeTony Lindgren2014-11-051-1/+1
* | mmc: omap_hsmmc: remove unused slot_id parameterAndreas Fenkart2014-11-263-15/+10
* | mmc: omap_hsmmc: remove unnecessary omap_hsmmc_slot_data indirectionAndreas Fenkart2014-11-261-44/+44
* | mmc: omap_hsmmc: remove unused get_context_loss_count callbackAndreas Fenkart2014-11-261-12/+0
* | mmc: omap_hsmmc: remove never read power_saving field in omap2_hsmmc_infoAndreas Fenkart2014-11-262-3/+0
* | mmc: omap_hsmmc: remove unused fields in platform_dataAndreas Fenkart2014-11-262-20/+0
* | ARM: OMAP1/2+: MMC: separate platform data for mmc and mmc hs driverAndreas Fenkart2014-11-267-29/+29
* | ARM: OMAP2: MMC: include mmc-omap platform header directlyAndreas Fenkart2014-11-2611-19/+10
* | Merge tag 'armsoc-for-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-11-031-0/+4
|\ \ | |/ |/|
| * ARM: OMAP2+: Warn about deprecated legacy booting modeTony Lindgren2014-10-291-0/+4
* | net: smc91x: Fix gpios for device tree based bootingTony Lindgren2014-10-311-3/+0
|/
* Merge tag 'for-linus-20141015' of git://git.infradead.org/linux-mtdLinus Torvalds2014-10-181-0/+2
|\
| * nand: omap2: Add support for flash-based bad block tableEzequiel GarcĂ­a2014-09-171-0/+2
* | Merge tag 'clk-for-linus-3.18' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2014-10-152-4/+10
|\ \
| * \ Merge branch 'for-v3.18/ti-clk-driver' of github.com:t-kristo/linux-pm into c...Mike Turquette2014-09-292-4/+10
| |\ \ | | |/ | |/|
| | * clk: ti: change clock init to use generic of_clk_initTero Kristo2014-09-292-4/+10
* | | Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-091-1/+1
|\ \ \
| * \ \ Merge back cpufreq material for v3.18.Rafael J. Wysocki2014-10-031-1/+1
| |\ \ \
| | * | | cpufreq: cpu0: rename driver and internals to 'cpufreq_dt'Viresh Kumar2014-10-031-1/+1
* | | | | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-0822-457/+13
|\ \ \ \ \
| * | | | | arm: omap: irq: move irq.c to drivers/irqchip/Felipe Balbi2014-09-163-395/+2
| * | | | | irqchip: add irq-omap-intc.h headerFelipe Balbi2014-09-161-9/+1
| * | | | | arm: omap2: n8x0: move i2c devices to DTFelipe Balbi2014-09-163-23/+10
| * | | | | arm: omap: intc: switch over to linear irq domainFelipe Balbi2014-09-111-9/+79
| * | | | | arm: omap: irq: get rid of ifdef hackFelipe Balbi2014-09-111-15/+7
| * | | | | arm: omap: irq: introduce omap_nr_pendingFelipe Balbi2014-09-111-1/+8
| * | | | | arm: omap: irq: remove nr_irqs argumentFelipe Balbi2014-09-111-12/+13
| * | | | | arm: omap: irq: remove unnecessary headerFelipe Balbi2014-09-111-1/+0
| * | | | | arm: omap: irq: drop omap2_intc_handle_irq()Felipe Balbi2014-09-112-11/+6
| * | | | | arm: omap: irq: drop omap3_intc_handle_irq()Felipe Balbi2014-09-1116-22/+0
| * | | | | arm: omap: irq: call set_handle_irq() from .init_irqFelipe Balbi2014-09-111-0/+3
| * | | | | arm: omap: irq: move some more code aroundFelipe Balbi2014-09-111-15/+15
| * | | | | arm: omap: irq: drop ti,intc-size supportFelipe Balbi2014-09-111-3/+0
| * | | | | arm: omap: irq: use compatible flag to figure out number of IRQ linesFelipe Balbi2014-09-111-0/+3
| * | | | | arm: omap: irq: add specific compatibles for omap3 and am33xx devicesFelipe Balbi2014-09-111-1/+3
| * | | | | arm: omap: irq: drop .handle_irq and .init_irq fieldsFelipe Balbi2014-09-113-20/+0
| * | | | | arm: omap: irq: use IRQCHIP_DECLARE macroFelipe Balbi2014-09-111-5/+3
| * | | | | arm: omap: irq: call set_handle_irq() from intc_of_initFelipe Balbi2014-09-111-0/+2
| * | | | | arm: omap: irq: make intc_of_init staticFelipe Balbi2014-09-112-11/+1
| * | | | | arm: omap: irq: reorganize code a little bitFelipe Balbi2014-09-111-67/+66
| * | | | | arm: omap: irq: always define omap3 supportFelipe Balbi2014-09-111-2/+0
| * | | | | arm: omap: irq: rename omap3_intc_regsFelipe Balbi2014-09-111-2/+2
| * | | | | arm: omap: irq: remove unnecessary base_addr argumentFelipe Balbi2014-09-111-7/+3
| * | | | | arm: omap: irq: switch over to intc_readl on omap_intc_handle_irqFelipe Balbi2014-09-111-6/+8
| * | | | | arm: omap: irq: remove unused macroFelipe Balbi2014-09-111-2/+0
OpenPOWER on IntegriCloud