aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)Author
2009-12-11omap: mux: Add 36xx CBP package supportTony Lindgren
2009-12-11omap: mux: Remove old mux code for 34xxTony Lindgren
2009-12-11omap: mux: Replace omap_cfg_reg() with new style signal or gpio functionsTony Lindgren
2009-12-11omap: Split i2c platform init for mach-omap1 and mach-omap2Tony Lindgren
2009-12-11omap: mux: Add debugfs support for new mux codeTony Lindgren
2009-12-11omap: mux: Add new style init functions to omap3 board-*.c filesTony Lindgren
2009-12-11omap: mux: Add new style pin multiplexing data for 34xxTony Lindgren
2009-12-11omap: mux: Add new style pin multiplexing code for omap3Tony Lindgren
2009-12-11omap2: mux: intoduce omap_mux_{read,write}Mike Rapoport
2009-12-11ARM: OMAP4: PM: Add init api for DPLL nodesRajendra Nayak
2009-12-11ARM: OMAP4: PM: Add support for OMAP4 dpll api'sRajendra Nayak
2009-12-11ARM: OMAP4: PM: Move DPLL control apis to dpll.cRajendra Nayak
2009-12-11ARM: OMAP4: PM: Add dummy hooks for OMAP4 dpll api'sRajendra Nayak
2009-12-11ARM: OMAP4: PM: OMAP4 clock tree and clkdev registrationRajendra Nayak
2009-12-11ARM: OMAP4: PM: Adds CM1/2 register field masksRajendra Nayak
2009-12-11ARM: OMAP4: PM: Adds PRM register shift and mask bitsRajendra Nayak
2009-12-11ARM: OMAP4: PM: Adds PRM register defs for OMAP4Rajendra Nayak
2009-12-11ARM: OMAP4: PM: Adds CM1/2 register defs for OMAP4Rajendra Nayak
2009-12-11ARM: OMAP4: PM: PRM/CM module offsets for OMAP4Rajendra Nayak
2009-12-11ARM: OMAP4: PM: Fix the PRM and CM base addressesRajendra Nayak
2009-12-11OMAP: omap_device: track latency in nanosecondsKevin Hilman
2009-12-11OMAP: omap_device: fix nsec/usec conversion in latency calculationsKevin Hilman
2009-12-11OMAP: hwmod: warn on missing clockdomainKevin Hilman
2009-12-11OMAP: omap_device: use read_persistent_clock() instead of getnstimeofday()Kevin Hilman
2009-12-11OMAP: omap_device: use UINT_MAX for default wakeup latency limitKevin Hilman
2009-12-11OMAP: omap_device: add to_omap_device() macroKevin Hilman
2009-12-11OMAP3 hwmod: drop most of the OCP_SYSCONFIG.CLOCKACTIVITY codePaul Walmsley
2009-12-11OMAP hwmod: add names to module MPU IRQ linesPaul Walmsley
2009-12-11OMAP3 hwmod: Add automatic OCP_SYSCONFIG AUTOIDLE handlingPaul Walmsley
2009-12-11OMAP3 hwmod: reprogram OCP_SYSCONFIG register after setting SOFTRESETPaul Walmsley
2009-12-11OMAP clock/hwmod: fix off-by-one errorsPaul Walmsley
2009-12-11OMAP3: PM: Fix for MPU power domain MEM BANK positionThara Gopinath
2009-12-11OMAP3: SDRC: Place SDRC AC timing and MR changes in CORE DVFS SRAM code behin...Paul Walmsley
2009-12-11OMAP2/3 powerdomain: return errors rather than returning the output of IS_ERR()Roel Kluin
2009-12-11OMAP powerdomain: rearrange struct powerdomain to save some memoryPaul Walmsley
2009-12-11OMAP powerdomain/PM: use symbolic constants for the max number of power statesPaul Walmsley
2009-12-11OMAP clockdomain/powerdomain: optimize out sleepdep code on OMAP24xxPaul Walmsley
2009-12-11OMAP clockdomain/powerdomain: remove CONFIG_OMAP_DEBUG_{CLOCK,POWER}DOMAINPaul Walmsley
2009-12-11OMAP2/3 PRCM: don't export prm_*(), cm_*() functionsPaul Walmsley
2009-12-11OMAP1 clock: convert mach-omap1/clock.h to mach-omap1/clock_data.cPaul Walmsley
2009-12-11OMAP1 clock: convert test in disable_unused() to use ENABLE_ON_INITPaul Walmsley
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2009-12-11OMAP2 clock: convert clock24xx.h to clock2xxx_data.c, opp2xxx*Paul Walmsley
2009-12-11OMAP3 clock: convert clock34xx.h to clock34xx_data.cPaul Walmsley
2009-12-11OMAP2xxx clock: remove implicit dependency between rate CPU flag and clkdev_o...Paul Walmsley
2009-12-11OMAP2/3: move SDRC macros to mach-omap2/sdrc.hPaul Walmsley
2009-12-11OMAP2 clock: APLL code shouldn't rely on static clocks in its local namespacePaul Walmsley
2009-12-11OMAP1/2/3 clock: remove paranoid checks in preparation for clock{,2xxx,3xxx}_...Paul Walmsley
2009-12-11USB: Add EHCI support for MX27 and MX31 based boardsDaniel Mack
2009-12-11fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and shAl Viro