summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
AgeCommit message (Expand)AuthorFilesLines
2014-11-20ARM: OMAP2+: hwmod: add parent_hwmod supportTomi Valkeinen2-0/+30
2014-11-14[media] ARM: OMAP2: RX-51: update si4713 platform dataSebastian Reichel1-38/+31
2014-11-14Merge tag 'for-v3.19/omap-a' of git://git.kernel.org/pub/scm/linux/kernel/git...Tony Lindgren7-63/+208
2014-11-13ARM: OMAP2+: hwmod: drop unnecessary list initializationFelipe Balbi1-2/+0
2014-11-13ARM: OMAP3+: DPLL: use determine_rate() and set_rate_and_parent()Tero Kristo2-92/+10
2014-11-13ARM: OMAP3: clock: add support for dpll4_set_rate_and_parentTero Kristo1-0/+36
2014-11-13ARM: OMAP4: clock: add support for determine_rate for omap4 regm4xen DPLLTero Kristo1-0/+41
2014-11-13ARM: OMAP3: clock: add new rate changing logic support for noncore DPLLsTero Kristo1-0/+147
2014-11-13ARM: OMAP3: clock: use clk_features flags for omap3 DPLL4 checksTero Kristo3-1/+6
2014-11-12cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logicDaniel Lezcano2-10/+2
2014-11-12ARM: OMAP2+: clock: remove unused function prototypeJohan Hovold1-2/+0
2014-11-12ARM: OMAP2+: igep00x0: Add pdata-quirks for the btwilink device.Enric Balletbo i Serra1-2/+34
2014-11-11ARM: OMAP4+: PM: Program CPU logic power stateNishanth Menon1-1/+3
2014-11-11ARM: OMAP4+: PM: Centralize static dependency mapping tableNishanth Menon1-60/+57
2014-11-11ARM: OMAP4: PM: Only do static dependency configuration in omap4_init_static_...Nishanth Menon1-20/+9
2014-11-10ARM: OMAP: serial: remove last vestige of DTR_gpio support.NeilBrown1-3/+0
2014-11-10ARM: OMAP2+: gpmc: Get rid of "ti,elm-id not found" warningRoger Quadros1-2/+0
2014-11-08ARM: removing support for etb/etm in "arch/arm/kernel/"Mathieu Poirier3-59/+0
2014-11-06ARM: OMAP2+: Remove unnecesary include in GPMC driverJavier Martinez Canillas1-1/+0
2014-11-06ARM: OMAP2: Remove unnecessary KERN_* in omap_phy_internal.cMasanari Iida1-3/+5
2014-11-05ARM: OMAP4+: Remove unused omap_l3_noc platform initTony Lindgren1-34/+0
2014-11-05ARM: OMAP3: Fix errors for omap_l3_smx when booted with device treeTony Lindgren1-1/+1
2014-11-04ARM: OMAP2+: Drop board file for 3430sdpTony Lindgren3-611/+0
2014-11-04ARM: OMAP2+: Drop board file for ti8168evmTony Lindgren3-74/+0
2014-11-04Merge branch 'for-v3.19/gpmc-omap' of github.com:rogerq/linux into omap-for-v...Tony Lindgren1-33/+54
2014-11-04ARM: OMAP2+: Drop legacy code for gpmc-smc91x.cTony Lindgren5-288/+0
2014-11-04ARM: OMAP2+: Require proper GPMC timings for devicesTony Lindgren1-16/+0
2014-11-04ARM: OMAP2+: Show bootloader GPMC timings to allow configuring the .dts fileTony Lindgren1-3/+141
2014-11-04ARM: OMAP2+: Fix support for multiple devices on a GPMC chip selectTony Lindgren1-12/+49
2014-11-04Merge tag 'armsoc-for-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+4
2014-10-31net: smc91x: Fix gpios for device tree based bootingTony Lindgren1-3/+0
2014-10-30ARM: OMAP2+: gpmc: Sanity check GPMC fck on probeRoger Quadros1-8/+7
2014-10-30ARM: OMAP2+: gpmc: Keep Chip Select disabled while configuring itRoger Quadros1-7/+27
2014-10-30ARM: OMAP2+: gpmc: Always enable A26-A11 for non NAND devicesRoger Quadros1-0/+8
2014-10-30ARM: OMAP2+: gpmc: Error out if timings fail in gpmc_probe_generic_child()Roger Quadros1-1/+6
2014-10-30ARM: OMAP2+: gpmc: Print error message in set_gpmc_timing_reg()Roger Quadros1-17/+6
2014-10-29ARM: OMAP2+: Warn about deprecated legacy booting modeTony Lindgren1-0/+4
2014-10-27ARM: OMAP2+: PRM: provide generic API for system resetTero Kristo13-22/+36
2014-10-27ARM: OMAP3+: PRM: add generic API for reconfiguring I/O chainTero Kristo7-33/+23
2014-10-27ARM: OMAP4: PRM: make PRCM interrupt handler related functions staticTero Kristo2-10/+9
2014-10-27ARM: OMAP3: PRM: make PRCM interrupt handler related functions staticTero Kristo2-10/+9
2014-10-27ARM: OMAP4: PRM: make omap4_prm_read/write_inst_reg calls staticTero Kristo2-7/+3
2014-10-27ARM: AM33xx: PRM: make direct register access functions staticTero Kristo2-6/+3
2014-10-27ARM: AM33xx: PRM: move global warm reset implementation to driverTero Kristo2-8/+22
2014-10-27ARM: OMAP4+: CM: remove omap4_cm1/cm2_* functionsTero Kristo9-98/+1
2014-10-27ARM: OMAP4: CM: make cminst direct register access functions staticTero Kristo2-39/+10
2014-10-27ARM: OMAP4: CM: move public definitions from cminst44xx.h to cm44xx.hTero Kristo4-5/+4
2014-10-27ARM: OMAP2+: PRM: add generic API for checking hardreset statusTero Kristo10-17/+45
2014-10-27ARM: OMAP2+: PRM: add generic API for deasserting hardware resetTero Kristo12-23/+69
2014-10-27ARM: OMAP2+: PRM: add generic API for asserting hardware resetTero Kristo10-15/+47