summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-01318-2054/+12430
|\
| * Merge branches 'clks' and 'pnx' into develRussell King2010-02-25146-1156/+1466
| |\
| | * ARM: PNX4008: use msecs_to_jiffies() rather than open-coding itRussell King2010-02-121-2/+2
| | * ARM: PNX4008: i2c-pnx makes no use of asm/uaccess.h nor asm/irq.hRussell King2010-02-121-2/+0
| | * ARM: PNX4008: i2c-pnx: don't split messages across several linesRussell King2010-02-121-37/+44
| | * ARM: PNX4008: Use i2c driver data for passing between internal functionsRussell King2010-02-121-70/+62
| | * ARM: PNX4008: move i2c_adapter structure inside the drivers private dataRussell King2010-02-123-36/+26
| | * ARM: PNX4008: kzalloc i2c drivers internal dataRussell King2010-02-123-30/+28
| | * ARM: PNX4008: Make ioaddr 'void __iomem *' rather than 'u32'Russell King2010-02-122-5/+5
| | * ARM: PNX4008: remove platform definitions from mach/timex.hRussell King2010-02-124-54/+74
| | * ARM: PNX4008: get i2c clock rate from clk APIRussell King2010-02-124-24/+10
| | * ARM: PNX4008: convert i2c-pnx to use clk API enable/disable callsRussell King2010-02-122-15/+15
| | * ARM: PNX4008: move i2c clock start/stop into driverRussell King2010-02-123-47/+32
| | * ARM: PNX4008: move i2c suspend/resume callbacks into driverRussell King2010-02-123-30/+7
| | * ARM: PNX4008: convert i2c clocks to match by device onlyRussell King2010-02-122-9/+5
| | * ARM: PNX4008: convert watchdog to use clk API enable/disable callsRussell King2010-02-122-15/+26
| | * ARM: PNX4008: convert watchdog clocks to match by device onlyRussell King2010-02-122-2/+2
| | * ARM: PNX4008: provide clock enable/disable methods and initializationRussell King2010-02-122-13/+26
| | * ARM: PNX4008: simplify clk enable/disable pathsRussell King2010-02-121-32/+23
| | * ARM: PNX4008: convert to clkdevRussell King2010-02-124-33/+43
| | * ARM: Consolidate clks_register() and similarRussell King2010-02-1233-92/+40
| * | Merge branch 'misc2' into develRussell King2010-02-2572-562/+1092
| |\ \
| | * | ARM: Eliminate decompressor -Dstatic= PIC hackRussell King2010-02-254-104/+64
| | * | ARM: 5952/1: ARM: MM: Add ARM_L1_CACHE_SHIFT_6 for handle inside each ARCH Kc...Kukjin Kim2010-02-243-1/+8
| | * | ARM: 5933/1: amba-pl011: support hardware flow controlRabin Vincent2010-02-181-0/+19
| | * | ARM: 5930/1: Add PKMAP area description to memory.txt.Fenkart/Bostandzhyan2010-02-151-1/+5
| | * | ARM: 5929/1: Add checks to detect overlap of memory regions.Fenkart/Bostandzhyan2010-02-151-0/+17
| | * | ARM: 5928/1: Change type of VMALLOC_END to unsigned long.Fenkart/Bostandzhyan2010-02-1530-32/+32
| | * | ARM: 5927/1: Make delimiters of DMA area globally visibly.Fenkart/Bostandzhyan2010-02-153-11/+17
| | * | ARM: 5926/1: Add "Virtual kernel memory..." printout.Fenkart/Bostandzhyan2010-02-151-9/+69
| | * | ARM: 5920/1: OMAP4: Enable L2 CacheSantosh Shilimkar2010-02-151-0/+3
| | * | ARM: 5919/1: ARM: L2 : Errata 588369: Clean & Invalidate do not invalidate cl...Santosh Shilimkar2010-02-152-0/+49
| | * | ARM: 5917/1: OMAP4: Add L2 Cache supportSantosh Shilimkar2010-02-153-1/+56
| | * | ARM: 5916/1: ARM: L2 : Add maintainace by line helper functionsSantosh Shilimkar2010-02-151-10/+26
| | * | ARM: vfp ptrace: no point flushing hw context for PTRACE_GETVFPREGSRussell King2010-02-153-5/+29
| | * | ARM: vfp: fix vfp_sync_state()Russell King2010-02-151-20/+16
| | * | ARM: ptrace: get rid of PTRACE_{PEEK,POKE}{TEXT,DATA}Russell King2010-02-151-16/+0
| | * | ARM: 5912/1: Define a 32-bit Thumb-2 breakpoint instructionDaniel Jacobowitz2010-02-151-0/+31
| | * | ARM: 5911/1: ARM: Select CPU_32v6K for CPU_V7 only if ARCH_OMAP2 is not selectedTony Lindgren2010-02-151-2/+2
| | * | ARM: 5905/1: ARM: Global ASID allocation on SMPCatalin Marinas2010-02-153-14/+126
| | * | ARM: 5906/1: arm: change command_line to cmd_lineJeremy Kerr2010-02-151-4/+4
| | * | ARM: 5897/1: spinlock: don't use deprecated barriers on ARMv7Rabin Vincent2010-02-151-13/+23
| | * | ARM: 5889/1: Add atomic64 routines for ARMv6k and above.Will Deacon2010-02-152-0/+229
| | * | ARM: add notify_die() supportRussell King2010-02-152-12/+26
| | * | ARM: 5880/1: arm: use generic infrastructure for early paramsJeremy Kerr2010-02-156-90/+48
| | * | ARM: Move creation of /proc/cpu out of alignment.cRussell King2010-02-153-6/+19
| | * | ARM: move LED support code out of arch/arm/kernel/time.cRussell King2010-02-153-104/+116
| | * | ARM: remove old RTC supportRussell King2010-02-152-82/+0
| | * | ARM: Add caller information to ioremapRussell King2010-02-158-32/+65
| * | | Merge branch 'perf' into develRussell King2010-02-2514-64/+2594
| |\ \ \
OpenPOWER on IntegriCloud