summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds2009-12-1519-719/+6389
|\
| * avr32: update default configurations for ATNGW100, ATSTK1002 and ATSTK1006Hans-Christian Egtvedt2009-12-145-597/+1702
| * avr32: add default configurations for ATNGW100 mkII and EVKLCD10XHans-Christian Egtvedt2009-12-143-0/+4512
| * avr32: add support for ATNGW100 mkII boardHans-Christian Egtvedt2009-12-145-21/+146
| * avr32: convert to asm-generic/hardirq.hChristoph Hellwig2009-12-142-27/+1
| * Merge commit 'v2.6.32'Haavard Skinnemoen2009-12-142398-31803/+103189
| |\
| * | avr32: add two new at91 to cpu.h definitionNicolas Ferre2009-10-061-0/+2
| * | avr32: clean up linker script using standard macros.Nelson Elhage2009-10-061-55/+9
| * | Merge commit 'v2.6.32-rc3'Haavard Skinnemoen2009-10-069252-503826/+995580
| |\ \
| * | | avr32: MRMT: correct setup of SPI slavesPeter Ma2009-08-271-0/+1
| * | | avr32: function for independently setting up SPI slavesPeter Ma2009-08-272-16/+20
| * | | avr32: re-instate MCI WP/CD pin assignments for ATNGW100Peter Ma2009-08-271-5/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-12-1531-210/+154
|\ \ \ \
| * | | | sparc64: Fix clock event multiplier printf format.David S. Miller2009-12-111-1/+1
| * | | | sparc64: Use clock{source,events}_calc_mult_shift().David S. Miller2009-12-111-22/+2
| * | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-111712-33531/+79368
| |\ \ \ \
| * | | | | sparc64: Use free_bootmem_late() in mdesc_lmb_free().David S. Miller2009-12-111-15/+6
| * | | | | sparc: Add alignment and emulation fault perf events.David S. Miller2009-12-115-26/+20
| * | | | | sparc64: Add syscall tracepoint support.David S. Miller2009-12-117-9/+33
| * | | | | sparc: Stop trying to be so fancy and use __builtin_{memcpy,memset}()David S. Miller2009-12-117-112/+6
| * | | | | sparc: Use __builtin_object_size() to validate the buffer size for copy_from_...David S. Miller2009-12-115-4/+57
| * | | | | sparc64: Add some missing __kprobes annotations to kernel fault paths.David S. Miller2009-12-111-7/+8
| * | | | | sparc64: Use kprobes_built_in() to avoid ifdefs in fault_64.cDavid S. Miller2009-12-111-8/+1
| * | | | | sparc: Validate that kprobe address is 4-byte aligned.David S. Miller2009-12-101-0/+3
| * | | | | sparc64: Don't specify IRQF_SHARED for LDC interrupts.David S. Miller2009-12-101-2/+2
| * | | | | sparc64: Fix stack debugging IRQ stack regression.David S. Miller2009-12-091-2/+3
| * | | | | sparc64: Fix overly strict range type matching for PCI devices.David S. Miller2009-12-091-2/+12
* | | | | | Merge git://git.infradead.org/battery-2.6Linus Torvalds2009-12-1510-218/+420
|\ \ \ \ \ \
| * | | | | | power_supply_sysfs: Handle -ENODATA in a special wayAnton Vorontsov2009-12-021-1/+4
| * | | | | | wm831x_backup: Remove unused variablesAlan Cox2009-11-171-1/+1
| * | | | | | gta02: Set pcf50633 charger_reference_current_maLars-Peter Clausen2009-11-161-0/+3
| * | | | | | pcf50633: Query charger status directlyPaul Fertser2009-11-162-21/+30
| * | | | | | pcf50633: Properly reenable charging when the supply conditions changePaul Fertser2009-11-161-3/+7
| * | | | | | pcf50633: Get rid of charging restart software auto-triggeringPaul Fertser2009-11-162-48/+0
| * | | | | | pcf50633: introduces battery charging current controlBalaji Rao2009-11-162-5/+80
| * | | | | | pcf50633: Add ac power supply class to the chargerSean McNeil2009-11-161-1/+45
| * | | | | | wm831x: Factor out WM831x backup battery chargerMark Brown2009-11-165-141/+253
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-12-151-7/+16
|\ \ \ \ \ \ \
| * | | | | | | USB: Close usb_find_interface race v3Russ Dill2009-12-151-15/+16
| * | | | | | | Revert "USB: Close usb_find_interface race"Greg Kroah-Hartman2009-12-151-10/+18
* | | | | | | | lis3: update documentation to match latest changesSamu Onkalo2009-12-151-7/+24
* | | | | | | | lis3: scale output values to mgSamu Onkalo2009-12-152-3/+31
* | | | | | | | lis3: sysfs entry for setting chip measurement rateSamu Onkalo2009-12-152-7/+46
* | | | | | | | lis3lv02d: remove calibaration functionalitySamu Onkalo2009-12-152-32/+3
* | | | | | | | lis3: selftest supportSamu Onkalo2009-12-153-3/+81
* | | | | | | | lis3lv02d: proper power on sequenceSamu Onkalo2009-12-152-14/+28
* | | | | | | | lis3: fix show rate for 8 bits chipsÉric Piel2009-12-152-8/+17
* | | | | | | | lis3: update documentation and commentsÉric Piel2009-12-154-42/+52
* | | | | | | | lis3lv02d: correct memory leak in module unloadSamu Onkalo2009-12-151-0/+1
* | | | | | | | lis3lv02d: send sync eventSamu Onkalo2009-12-151-0/+1