summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
Commit message (Expand)AuthorAgeFilesLines
* ARM: OMAP: Move set_globals initialization to happen in init_earlyTony Lindgren2011-10-197-63/+55
* ARM: OMAP: Map SRAM later on with ioremap_exec()Tony Lindgren2011-10-192-25/+3
* ARM: OMAP: Avoid cpu_is_omapxxxx usage until map_io is doneTony Lindgren2011-10-192-53/+49
* arm/dts: OMAP3+: Add mpu, dsp and iva nodesBenoit Cousson2011-10-041-1/+2
* arm/dts: OMAP4: Add a main ocp entry bound to l3-noc driverBenoit Cousson2011-10-041-0/+5
* ARM: OMAP2+: l3-noc: Add support for device-treeBenoit Cousson2011-10-041-6/+19
* ARM: OMAP2+: board-generic: Add i2c static initBenoit Cousson2011-10-041-2/+39
* ARM: OMAP2+: board-generic: Add DT support to generic boardBenoit Cousson2011-10-042-45/+90
* ARM: OMAP2+: devices: Remove all omap_device_pm_latency structuresBenoit Cousson2011-10-0410-155/+13
* ARM: OMAP2+: pm: Remove static devices variable for mpu, dsp, iva and l3 PMBenoit Cousson2011-10-041-40/+7
* ARM: OMAP2+: pm: Use hwmod name instead of dev pointerBenoit Cousson2011-10-041-7/+15
* ARM: OMAP3: beagle-board: Use the omap_hwmod_name_get_dev APIBenoit Cousson2011-10-041-2/+2
*-----. Merge branches 'cleanup-part3', 'voltage', 'dmtimer' and 'l3' into dt-baseTony Lindgren2011-10-0498-3767/+3946
|\ \ \ \
| | | | * OMAP: Print Initiator name for l3 custom error.sricharan2011-09-242-10/+50
| | | | * OMAP: Fix sparse warnings in l3 error handler.sricharan2011-09-243-14/+15
| | | | * OMAP: Fix indentation issues in l3 error handler.sricharan2011-09-244-204/+202
| | | | * OMAP: Fix a BUG in l3 error handler.Todd Poynor2011-09-241-7/+5
| | | | * OMAP: Improve register access in L3 Error handler.Todd Poynor2011-09-244-71/+65
| | | * | ARM: OMAP: dmtimer: low-power mode supportTarun Kanti DebBarma2011-09-211-0/+9
| | | * | ARM: OMAP: dmtimer: skip reserved timersTony Lindgren2011-09-211-1/+5
| | | * | ARM: OMAP: dmtimer: switch-over to platform device driverTarun Kanti DebBarma2011-09-211-0/+20
| | | * | ARM: OMAP2+: dmtimer: convert to platform devicesTarun Kanti DebBarma2011-09-215-0/+229
| | | * | ARM: OMAP2+: dmtimer: add device names to flck nodesTarun Kanti DebBarma2011-09-214-0/+165
| | | * | ARM: OMAP: Add support for dmtimer v2 ipTony Lindgren2011-09-191-11/+12
| | * | | Merge branch 'for_3.2/voltage-cleanup' of git://gitorious.org/khilman/linux-o...Tony Lindgren2011-09-232-16/+0
| | |\ \ \
| | | * | | ARM: OMAP: voltage: voltage layer present, even when CONFIG_PM=nKevin Hilman2011-09-212-16/+0
| | * | | | Merge branch 'for_3.2/voltage-cleanup' of git://gitorious.org/khilman/linux-o...Tony Lindgren2011-09-1532-1270/+1579
| | |\ \ \ \ | | | |/ / / | | | | / / | | | |/ / | | |/| |
| | | * | OMAP4: PM: TWL6030: add cmd registerNishanth Menon2011-09-151-0/+6
| | | * | OMAP4: PM: TWL6030: fix ON/RET/OFF voltagesPatrick Titiano2011-09-151-12/+12
| | | * | OMAP4: PM: TWL6030: address 0V conversionsNishanth Menon2011-09-151-0/+4
| | | * | OMAP4: PM: TWL6030: fix uv to voltage for >0x39Nishanth Menon2011-09-151-1/+6
| | | * | OMAP4: PM: TWL6030: fix voltage conversion formulaPatrick Titiano2011-09-151-7/+7
| | | * | OMAP2+: VC: more registers are per-channel starting with OMAP5Kevin Hilman2011-09-154-20/+32
| | | * | OMAP3+: voltage: update nominal voltage in voltdm_scale() not VC post-scaleKevin Hilman2011-09-152-3/+5
| | | * | OMAP3+: voltage: rename omap_voltage_get_nom_volt -> voltdm_get_voltageKevin Hilman2011-09-153-8/+10
| | | * | OMAP3+: voltdm: final removal of omap_vdd_infoKevin Hilman2011-09-154-82/+20
| | | * | OMAP3+: voltage: move/rename curr_volt from vdd_info into struct voltagedomainKevin Hilman2011-09-153-10/+5
| | | * | OMAP3+: voltage: rename scale and reset functions using voltdm_ prefixKevin Hilman2011-09-154-20/+18
| | | * | OMAP3+: VP: combine setting init voltage into common functionKevin Hilman2011-09-151-39/+19
| | | * | OMAP3+: VP: remove unused omap_vp_get_curr_volt()Kevin Hilman2011-09-152-35/+0
| | | * | OMAP3+: VP: update_errorgain(): return error if VPKevin Hilman2011-09-151-0/+3
| | | * | OMAP: VP: Explicitly mask VPVOLTAGE fieldTodd Poynor2011-09-154-1/+7
| | | * | OMAP3+: VP: move voltage scale function pointer into struct voltagedomainKevin Hilman2011-09-152-21/+11
| | | * | OMAP3+: VP: remove omap_vp_runtime_dataKevin Hilman2011-09-153-69/+31
| | | * | OMAP3+: VP: create VP helper function for updating error gainKevin Hilman2011-09-153-17/+23
| | | * | OMAP3+: VP: move timing calculation/config into VP initKevin Hilman2011-09-152-23/+22
| | | * | OMAP3+: VP: move SoC-specific sys clock rate retreival late initKevin Hilman2011-09-154-30/+39
| | | * | OMAP3+: VP: struct omap_vp_common: replace shift with __ffs(mask)Kevin Hilman2011-09-156-43/+32
| | | * | OMAP3+: voltage: remove unneeded debugfs interfaceKevin Hilman2011-09-154-154/+19
| | | * | OMAP3+: VP: cleanup: move VP instance into voltdm, misc. renamesKevin Hilman2011-09-159-99/+84
OpenPOWER on IntegriCloud