summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
AgeCommit message (Expand)AuthorFilesLines
2017-10-13ARM: OMAP2+: omap_device: fix error return code in omap_device_copy_resources()Wei Yongjun1-1/+3
2017-10-11ARM: OMAP2+: Drop legacy struct omap_hwmod_addr_spaceTony Lindgren14-984/+14
2017-10-11ARM: OMAP2+: Drop omap_hwmod_dma_infoTony Lindgren8-429/+4
2017-10-11ARM: OMAP2+: Drop omap_hwmod_irq_infoTony Lindgren11-226/+4
2017-10-11ARM: OMAP4: Remove legacy IRQ for PRMTony Lindgren4-30/+6
2017-10-11ARM: OMAP3: Remove legacy IRQ for PRMTony Lindgren1-4/+10
2017-10-11bus: ti-sysc: Add minimal TI sysc interconnect target driverTony Lindgren1-0/+1
2017-10-11ARM: OMAP2+: Populate legacy resources for dma and smartreflexTony Lindgren2-35/+106
2017-10-11ARM: OMAP2+: Parse module IO range from dts for legacy "ti,hwmods" supportTony Lindgren2-1/+84
2017-10-02ARM: OMAP2+: make omap_dma_dev_info __initdataBhumika Goyal1-1/+1
2017-10-02ARM: DRA722: Add support for DRA71x Silicon Rev 2.1Vishal Mahaveer2-1/+5
2017-10-02ARM: DRA722: remove redundant definition of 1.0 deviceVishal Mahaveer1-1/+0
2017-09-19ARM: OMAP2+: Drop unused omap_hwmod_mux_infoTony Lindgren1-18/+0
2017-09-19ARM: OMAP2+: Drop unused omap_init_hdqTony Lindgren1-22/+0
2017-09-19ARM: OMAP2+: Fix overwriting of clkctrl and modulemode valuesTony Lindgren2-8/+44
2017-09-19ARM: OMAP2+: Fix MMC address space mismatch for am33xx and am43xxTony Lindgren2-33/+3
2017-09-19ARM: OMAP2+: hsmmc: fix logic to call either omap_hsmmc_init or omap_hsmmc_la...H. Nikolaus Schaller1-2/+2
2017-09-19ARM: OMAP2+: dra7xx: Set OPT_CLKS_IN_RESET flag for gpio1Keerthy1-0/+1
2017-09-12Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-0/+3
2017-09-11Merge tag 'armsoc-platforms' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds14-165/+102
2017-09-09Merge branches 'fixes' and 'misc' into for-linusRussell King38-1039/+566
2017-09-07Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2-2/+2
2017-09-06Merge branch 'next/cleanup' into next/socOlof Johansson5-17/+7
2017-09-04mfd: twl: Move header file out of I2C realmWolfram Sang2-2/+2
2017-08-24ARM: OMAP2+: fix missing variable declarationArnd Bergmann1-0/+1
2017-08-19Merge tag 'omap-for-v4.14/fixes-not-urgent-v2-signed' of git://git.kernel.org...Arnd Bergmann3-13/+3
2017-08-16Merge tag 'omap-for-v4.14/soc-signed' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann9-148/+95
2017-08-16ARM: Convert to using %pOF instead of full_nameRob Herring2-4/+4
2017-08-16ARM: OMAP2+: Don't register omapdss device for omapdrmLaurent Pinchart1-51/+60
2017-08-16ARM: OMAP2+: Remove unused omapdrm platform deviceLaurent Pinchart4-62/+1
2017-08-15ARM: OMAP4+: PRM: fix of_irq_get() result checksSergei Shtylyov1-2/+2
2017-08-15ARM: OMAP3+: PRM: fix of_irq_get() result checkSergei Shtylyov1-1/+1
2017-08-15ARM: OMAP2+: Register SoC device attributes from machine .init()Laurent Pinchart2-1/+1
2017-08-14ARM: OMAP: dra7: powerdomain data: Register SoC specific powerdomainsLokesh Vutla1-1/+32
2017-08-14ARM: dra762: Enable SMP for dra762Lokesh Vutla1-2/+2
2017-08-14ARM: dra7: hwmod: Register dra76x specific hwmodLokesh Vutla1-2/+9
2017-08-14ARM: dra762: Add support for device identificationLokesh Vutla2-0/+14
2017-08-14ARM: OMAP2+: board-generic: add support for dra762 familyLokesh Vutla1-0/+1
2017-08-14ARM: align .data sectionRussell King2-0/+3
2017-08-10ARM: OMAP2+: Select PINCTRL_TI_IODELAY for SOC_DRA7XXKishon Vijay Abraham I1-0/+1
2017-08-10ARM: OMAP2+: Add pdata-quirks for MMC/SD on DRA74x EVMSekhar Nori1-0/+31
2017-08-10ARM: OMAP2+: Remove unused legacy code for DMATony Lindgren1-143/+5
2017-08-10ARM: OMAP2+: omap_device: drop broken RPM status update from suspend_noirqJohan Hovold1-10/+0
2017-08-05Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds5-9/+58
2017-07-27ARM: omap2: mark unused functions as __maybe_unusedArnd Bergmann2-2/+2
2017-07-27Merge tag 'omap-for-v4.13/fixes-merge-window' of git://git.kernel.org/pub/scm...Arnd Bergmann3-7/+56
2017-07-17ARM: OMAP2+: hsmmc.c: Remove dead codeFaiz Abbas2-246/+2
2017-07-05Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds37-1034/+537
2017-07-04Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+24
2017-06-30ARM: OMAP4: Fix legacy code clean-up regressionTony Lindgren1-0/+55