summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-05-2162-1747/+3976
|\
| * Merge branch 'omap4-i2c-init' into omap-for-linusTony Lindgren2010-05-202-1/+34
| |\
| * \ Merge branch 'for_2.6.35' of git://git.pwsan.com/linux-2.6 into omap-for-linusTony Lindgren2010-05-2032-1421/+2059
| |\ \
| | * | OMAP2 clock: fix recursive spinlock attempt when CONFIG_CPU_FREQ=yPaul Walmsley2010-05-201-13/+4
| | * | OMAP powerdomain, hwmod, omap_device: add some creditsPaul Walmsley2010-05-202-6/+6
| | * | OMAP4 powerdomain: Support LOWPOWERSTATECHANGE for powerdomainsRajendra Nayak2010-05-202-0/+37
| | * | OMAP3 clock: add support for setting the divider for sys_clkout2 using clk_se...Laine Walker-Avina2010-05-201-0/+2
| | * | OMAP4 powerdomain: Fix pwrsts flags for ALWAYS ON domainsRajendra Nayak2010-05-201-2/+2
| | * | OMAP4: PRCM: Add offset defines for all CM registersRajendra Nayak2010-05-201-0/+260
| | * | OMAP4: PRCM: Add offset defines for all PRM registersRajendra Nayak2010-05-201-0/+334
| | * | OMAP4: PRCM: Remove duplicate definition of base addressesBenoit Cousson2010-05-201-8/+0
| | * | OMAP4: PRM: Remove MPU internal code name and apply PRCM naming conventionBenoit Cousson2010-05-205-39/+44
| | * | OMAP4: CM: Remove non-functional registers in ES1.0Benoit Cousson2010-05-201-39/+2
| | * | OMAP: hwmod: Replace WARN by pr_warning for clockdomain checkBenoit Cousson2010-05-201-7/+6
| | * | OMAP: hwmod: Rename hwmod name for the MPUBenoit Cousson2010-05-204-4/+4
| | * | OMAP: hwmod: Do not exit the iteration if one clock init failedBenoit Cousson2010-05-201-2/+3
| | * | OMAP: hwmod: Replace WARN by pr_warning if clock lookup failedBenoit Cousson2010-05-201-6/+6
| | * | OMAP: hwmod: Remove IS_ERR check with omap_clk_get_by_name return valueBenoit Cousson2010-05-201-13/+13
| | * | OMAP: hwmod: Fix wrong pointer iteration in oh->slavesBenoit Cousson2010-05-201-14/+16
| | * | OMAP4: hwmod: Replace OCPIF_HAS_IDLEST by HWMOD_NO_IDLESTBenoit Cousson2010-05-201-1/+1
| | * | OMAP4: hwmod & CM: Implement the omap4_cm_wait_module_ready functionBenoit Cousson2010-05-203-21/+50
| | * | OMAP: CM: Move MAX_MODULE_READY_TIME to cm.hBenoit Cousson2010-05-203-20/+10
| | * | OMAP3 clock: remove unnecessary duplicate of dpll4_m2_ck, added for 36xxPaul Walmsley2010-05-201-127/+36
| | * | OMAP3 clock: rename RATE_IN_343X, RATE_IN_3430ES2 to match realityPaul Walmsley2010-05-202-124/+125
| | * | OMAP2+ clock: clean up clkt_clksel.cPaul Walmsley2010-05-203-177/+266
| | * | OMAP2+ clock: remove DEFAULT_RATE clksel_rate flagPaul Walmsley2010-05-205-108/+129
| | * | OMAP3: PM: PM_MPUGRPSEL writes should use GRPSEL macros, not EN macrosPaul Walmsley2010-05-201-7/+12
| | * | OMAP2+ PRCM: convert remaining PRCM macros to the _SHIFT/_MASK suffixesPaul Walmsley2010-05-207-112/+114
| | * | OMAP3 PRCM: convert OMAP3 PRCM macros to the _SHIFT/_MASK suffixesPaul Walmsley2010-05-205-393/+398
| | * | OMAP2 PRCM: convert OMAP2 PRCM macros to the _SHIFT/_MASK suffixesPaul Walmsley2010-05-207-240/+241
| * | | omap3: Add support for OMAP3Stalker boardsJason2010-05-203-0/+680
| * | | omap4: Adding PBIAS Configuration for MMC1 Controllerkishore kadiyala2010-05-201-9/+88
| * | | omap4: Adding hsmmc support to board filekishore kadiyala2010-05-202-8/+54
| * | | omap4: Adds Dummy Interface clock's for MMC controllerskishore kadiyala2010-05-201-0/+5
| * | | omap4: add i2c1 peripherals dataBalaji T K2010-05-201-1/+176
| * | | omap4: Add i2c board support on omap4430 sdp platformSantosh Shilimkar2010-05-201-1/+13
| |/ /
| * | AM3517: rename the i2c boardinfo to make it more readablestanley.miao2010-05-201-10/+10
| * | omap4: Move SOC specific code from board fileSantosh Shilimkar2010-05-205-48/+101
| * | OMAP4: Ethernet: KS8851 Board SupportAbraham Arce2010-05-201-0/+81
| * | omap: hsmmc: fix the hsmmc driver for am3517stanley.miao2010-05-201-6/+21
| * | omap: init the gpio pinmux for mmcstanley.miao2010-05-201-0/+9
| * | Merge branch 'v2.6.34-rc7.iommu' of git://gitorious.org/~doyu/lk/mainline int...Tony Lindgren2010-05-204-111/+162
| |\ \
| | * | omap iommu: add TLB preservation supportKanigeri, Hari2010-05-141-1/+3
| | * | omap iommu: missing check for TLB valid entryKanigeri, Hari2010-05-141-1/+1
| | * | omap iommu: support for OMAP4Kanigeri, Hari2010-05-141-5/+54
| | * | omap iommu: renamed omap3-iommu to omap-iommuKanigeri, Hari2010-05-142-14/+14
| * | | OMAP: RX51: Add "vdds_sdi" supply voltage for SDIRoger Quadros2010-05-201-0/+15
| * | | Merge branch 'pm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/khilm...Tony Lindgren2010-05-205-28/+41
| |\ \ \
| | * | | OMAP3: PM: Remove PER wakeup dependency on CORE.Mike Chan2010-05-121-8/+0
| | * | | OMAP3: PM: Enable IO / IO-CHAIN wakeups for PERMike Chan2010-05-121-5/+11
OpenPOWER on IntegriCloud