summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-05-212-0/+6
|\
| * kgdb: core changes to support kdbJason Wessel2010-05-201-0/+5
| * kdb: core for kgdb back end (2 of 2)Jason Wessel2010-05-201-0/+1
* | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-05-21100-2223/+7317
|\ \
| * \ Merge branch 'omap4-i2c-init' into omap-for-linusTony Lindgren2010-05-20575-8217/+35422
| |\ \
| | * | omap4: Add support for i2c initTony Lindgren2010-05-201-7/+26
| | * | omap: Fix i2c platform init code for omap4Tony Lindgren2010-05-201-20/+47
| * | | Merge branch 'for_2.6.35' of git://git.pwsan.com/linux-2.6 into omap-for-linusTony Lindgren2010-05-2041-1456/+2099
| |\ \ \
| | * | | 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-203-8/+8
| | * | | OMAP4 powerdomain: Support LOWPOWERSTATECHANGE for powerdomainsRajendra Nayak2010-05-203-0/+43
| | * | | 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-202-2/+3
| | * | | OMAP: timers: Fix clock source names for OMAP4Rajendra Nayak2010-05-201-2/+2
| | * | | OMAP4 clock: Support clk_set_parentRajendra Nayak2010-05-201-5/+0
| | * | | 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-206-39/+45
| | * | | 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-202-4/+6
| | * | | 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
| | * | | OMAP4: hwmod: Replace module & device offsets by absolute clkctrl addressBenoit Cousson2010-05-201-5/+3
| | * | | OMAP clock: resolve old checkpatch and CodingStyle issues with plat-omap/clock.cPaul Walmsley2010-05-201-13/+15
| | * | | 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-203-125/+127
| | * | | OMAP2+ clock: clean up clkt_clksel.cPaul Walmsley2010-05-203-177/+266
| | * | | OMAP2+ clock: remove DEFAULT_RATE clksel_rate flagPaul Walmsley2010-05-206-115/+135
| | * | | 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
| | * | | OMAP1 clock: fix section mismatch on clk_initFelipe Balbi2010-05-202-2/+2
| * | | | omap3: Add stalker board to omap3_defconfigTony Lindgren2010-05-201-0/+1
| * | | | omap3: update omap3_defconfigAnand Gadiyar2010-05-201-37/+79
| * | | | omap3: Add OMAP3 Stalker board LK-S defconfigJason Lam2010-05-201-0/+1691
| * | | | omap3: Add support for OMAP3Stalker boardsJason2010-05-203-0/+680
| * | | | omap4: Enable HSMMC supportkishore kadiyala2010-05-201-1/+18
| * | | | omap4: Adding PBIAS Configuration for MMC1 Controllerkishore kadiyala2010-05-202-9/+108
| * | | | 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: Enable RTC and regulator supportBalaji T K2010-05-201-28/+302
| * | | | omap4: add i2c1 peripherals dataBalaji T K2010-05-201-1/+176
OpenPOWER on IntegriCloud