summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* MIPS: AR7: prevent race between clock initialization and devices registrationFlorian Fainelli2010-05-211-1/+1
* MIPS: AR7: use ar7_has_high_vlynq() to determine watchdog base addressFlorian Fainelli2010-05-211-12/+3
* MIPS: BCM63xx: Avoid namespace clash on GPIO_DIR_{IN,OUT}Florian Fainelli2010-05-212-5/+5
* MIPS: MTX-1: Update defconfigFlorian Fainelli2010-05-211-1449/+955
* MIPS: BCM47xx: Update defconfigFlorian Fainelli2010-05-211-345/+628
* MIPS: RB532: Update defconfigFlorian Fainelli2010-05-211-157/+364
* MIPS: AR7: Update defconfigFlorian Fainelli2010-05-211-53/+143
* MIPS: Oprofile: Loongson: Cleanup the commentsWu Zhangjin2010-05-211-20/+5
* MIPS: Oprofile: Loongson: Cleanup of the macrosWu Zhangjin2010-05-211-11/+11
* MIPS: Oprofile: Loongson: Remove unused variable from loongson2_cpu_setup()Wu Zhangjin2010-05-211-4/+1
* MIPS: Oprofile: Loongson: Remove useless parenthesesWu Zhangjin2010-05-211-1/+1
* MIPS: Oprofile: Loongson: Unify macro for setting eventsWu Zhangjin2010-05-211-4/+4
* MIPS: nofpu and nodsp only affect CPU0Kevin Cernekee2010-05-212-21/+30
* MIPS: Clean up tables for bootmem allocationDavid VomLehn2010-05-215-1461/+757
* MIPS: Coding style cleanups of access of FCSR rounding mode bitsShane McDonald2010-05-211-5/+6
* MIPS: Loongson 2F: Add gpio/gpioilb supportArnaud Patard2010-05-214-0/+177
* MIPS: Alchemy: add sysdev for DBDMA PM.Manuel Lauss2010-05-213-44/+72
* MIPS: Alchemy: add sysdev for IRQ PM.Manuel Lauss2010-05-213-91/+122
* MIPS: Alchemy: Fix up residual devboard poweroff/reboot code.Manuel Lauss2010-05-215-22/+15
* MIPS: Loongson: update cpu-feature-overrides.hWu Zhangjin2010-05-211-0/+2
* MIPS: Use set_cpus_allowed_ptrJulia Lawall2010-05-213-5/+5
* 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-20957-18843/+48615
| |\
| | * 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