summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-09-17Merge 3.6-rc6 into staging-nextGreg Kroah-Hartman328-1393/+2897
2012-09-17Merge tag 'mfd-for-linus-3.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds56-243/+331
2012-09-17Merge tag 'for-3.6-rc6' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2-0/+36
2012-09-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds8-125/+137
2012-09-16Merge tag 'pm-for-3.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-12/+34
2012-09-16mfd: MAX77693: Fix NULL pointer error when initializing irqsChanwoo Choi2-7/+26
2012-09-16mfd: MAX77693: Fix interrupt handling bugChanwoo Choi1-5/+31
2012-09-16mfd: core: Push irqdomain mapping out into devicesMark Brown53-111/+122
2012-09-15Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds7-36/+31
2012-09-15Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l...Linus Torvalds3-32/+40
2012-09-15Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-25/+14
2012-09-15Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds25-133/+297
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds51-238/+606
2012-09-15Merge tag 'usb-3.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds26-57/+410
2012-09-15Merge tag 'tty-3.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-15/+15
2012-09-15Merge tag 'staging-3.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds22-47/+123
2012-09-14ACPI / PM: Use KERN_DEBUG when no power resources are foundAaron Lu1-1/+1
2012-09-14i2c: algo: pca: Fix mode selection for PCA9665Thomas Kavanagh1-3/+3
2012-09-14drm/nouveau: fix booting with plymouth + dumb supportDave Airlie1-1/+1
2012-09-14Staging: bcm: Fix udelay related compilation errorTushar Behera1-1/+1
2012-09-14staging: xgifb: delete bogus video RAM configurationAaro Koskinen1-1/+0
2012-09-14staging: xgifb: setup initial video RAM size for systems without BIOSAaro Koskinen1-4/+6
2012-09-14staging/gdm72xx: usb_boot: replace firmware upgrade APIMacpaul Lin1-63/+48
2012-09-14staging/gdm72xx: usb_boot: coding style cleanupMacpaul Lin1-19/+17
2012-09-14Staging: bcm: Convert INT to int in Transmit.cKevin McKinney1-2/+2
2012-09-14Staging: bcm: Properly format comments in Transmit.cKevin McKinney1-46/+46
2012-09-14Staging: bcm: Remove initialization from if statement in Transmit.cKevin McKinney1-1/+2
2012-09-14Staging: bcm: Properly format braces in Transmit.cKevin McKinney1-36/+17
2012-09-14Staging: bcm: Fix all white space issues in Transmit.cKevin McKinney1-60/+56
2012-09-14staging:wlan-ng: remove the remaining return at the end of void functionDevendra Naga1-11/+7
2012-09-14staging:wlan-ng: remove all the return statements at the end of functionsDevendra Naga1-20/+0
2012-09-14staging:wlan-ng: clean hfa384x_usbctlx_submitDevendra Naga1-10/+7
2012-09-14staging:wlan-ng: make wlan_unsetup voidDevendra Naga2-6/+2
2012-09-14Staging: ipack/devices/ipoctal: simplify ipoctal_write_tty()Samuel Iglesias Gonsalvez1-8/+3
2012-09-14Staging: ipack/devices/ipoctal: acknowledge BREAK condition.Samuel Iglesias Gonsalvez1-0/+1
2012-09-14staging: ipack: remove irq field in struct ipack_device.Jens Taprogge4-19/+10
2012-09-14Staging: ipack: move the responsibility to clear interrupts to the IPack devi...Jens Taprogge3-6/+20
2012-09-14Staging: ipack: Add IPACK_INT_SPACE memory space.Jens Taprogge3-0/+33
2012-09-14staging:ccg: cleanup a bit of bindingDevendra Naga1-7/+1
2012-09-14staging:ccg: fix a class_destroy when kmalloc fails after the class_createDevendra Naga1-1/+3
2012-09-14staging: keucr: remove String func prototypesDavidlohr Bueso1-2/+0
2012-09-14staging: gdm72xx: simplify alloc_tx_struct and alloc_rx_structBen Chan2-47/+27
2012-09-14staging: comedi: 8255_pci: move ni_pcidio 8255 board supportH Hartley Sweeten3-181/+127
2012-09-14staging: comedi: 8255_pci: support memory mapped i/o boardsH Hartley Sweeten1-2/+44
2012-09-14staging: comedi: 8255_pci: add vendor id to boardinfoH Hartley Sweeten1-1/+10
2012-09-14staging: comedi: 8255_pci: add support for the PCI-DIO96H boardH Hartley Sweeten2-1/+10
2012-09-14staging: comedi: remove cb_pcidio driverH Hartley Sweeten4-201/+36
2012-09-14staging: comedi: 8255_pci: fix namespace due to rename of driverH Hartley Sweeten1-68/+66
2012-09-14staging: comedi: rename adl_pci7296 driverH Hartley Sweeten3-14/+16
2012-09-14ACPI / PM: Fix resource_lock dead lock in acpi_power_on_deviceLin Ming1-11/+23