summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Staging: bcm: Fix udelay related compilation errorTushar Behera2012-09-141-1/+1
* staging: xgifb: delete bogus video RAM configurationAaro Koskinen2012-09-141-1/+0
* staging: xgifb: setup initial video RAM size for systems without BIOSAaro Koskinen2012-09-141-4/+6
* staging/gdm72xx: usb_boot: replace firmware upgrade APIMacpaul Lin2012-09-141-63/+48
* staging/gdm72xx: usb_boot: coding style cleanupMacpaul Lin2012-09-141-19/+17
* Staging: bcm: Convert INT to int in Transmit.cKevin McKinney2012-09-141-2/+2
* Staging: bcm: Properly format comments in Transmit.cKevin McKinney2012-09-141-46/+46
* Staging: bcm: Remove initialization from if statement in Transmit.cKevin McKinney2012-09-141-1/+2
* Staging: bcm: Properly format braces in Transmit.cKevin McKinney2012-09-141-36/+17
* Staging: bcm: Fix all white space issues in Transmit.cKevin McKinney2012-09-141-60/+56
* staging:wlan-ng: remove the remaining return at the end of void functionDevendra Naga2012-09-141-11/+7
* staging:wlan-ng: remove all the return statements at the end of functionsDevendra Naga2012-09-141-20/+0
* staging:wlan-ng: clean hfa384x_usbctlx_submitDevendra Naga2012-09-141-10/+7
* staging:wlan-ng: make wlan_unsetup voidDevendra Naga2012-09-142-6/+2
* Staging: ipack/devices/ipoctal: simplify ipoctal_write_tty()Samuel Iglesias Gonsalvez2012-09-141-8/+3
* Staging: ipack/devices/ipoctal: acknowledge BREAK condition.Samuel Iglesias Gonsalvez2012-09-141-0/+1
* staging: ipack: remove irq field in struct ipack_device.Jens Taprogge2012-09-144-19/+10
* Staging: ipack: move the responsibility to clear interrupts to the IPack devi...Jens Taprogge2012-09-143-6/+20
* Staging: ipack: Add IPACK_INT_SPACE memory space.Jens Taprogge2012-09-143-0/+33
* staging:ccg: cleanup a bit of bindingDevendra Naga2012-09-141-7/+1
* staging:ccg: fix a class_destroy when kmalloc fails after the class_createDevendra Naga2012-09-141-1/+3
* staging: keucr: remove String func prototypesDavidlohr Bueso2012-09-141-2/+0
* staging: gdm72xx: simplify alloc_tx_struct and alloc_rx_structBen Chan2012-09-142-47/+27
* staging: comedi: 8255_pci: move ni_pcidio 8255 board supportH Hartley Sweeten2012-09-143-181/+127
* staging: comedi: 8255_pci: support memory mapped i/o boardsH Hartley Sweeten2012-09-141-2/+44
* staging: comedi: 8255_pci: add vendor id to boardinfoH Hartley Sweeten2012-09-141-1/+10
* staging: comedi: 8255_pci: add support for the PCI-DIO96H boardH Hartley Sweeten2012-09-142-1/+10
* staging: comedi: remove cb_pcidio driverH Hartley Sweeten2012-09-144-201/+36
* staging: comedi: 8255_pci: fix namespace due to rename of driverH Hartley Sweeten2012-09-141-68/+66
* staging: comedi: rename adl_pci7296 driverH Hartley Sweeten2012-09-143-14/+16
* staging: ipack/bridges/tpci200: Use endianess-aware types where applicable.Jens Taprogge2012-09-122-9/+9
* Staging: ipack/devices/ipoctal: Unmap memory on device removal.Jens Taprogge2012-09-121-0/+3
* Staging: ipack: update TODO fileSamuel Iglesias Gonsalvez2012-09-121-23/+2
* Staging: ipack/devices/ipoctal: read more than one character from RX FIFO.Samuel Iglesias Gonsalvez2012-09-121-24/+36
* Staging: ipack/devices/ipoctal: Get rid of ipoctal_list.Jens Taprogge2012-09-121-36/+3
* Staging: ipack/devices/ipoctal: Use KBUILD_MODNAME instead of hardcoded string.Jens Taprogge2012-09-121-2/+2
* Staging: ipack/devices/ipoctal: Check tty_register_device return value.Jens Taprogge2012-09-121-1/+7
* Staging: ipack/devices/ipoctal: Clean up device removal.Jens Taprogge2012-09-121-7/+3
* Staging: ipack: Let interrupts return irqreturn_t.Jens Taprogge2012-09-124-5/+6
* Staging: ipack/bridges/tpci200: move tpci200_free_irq() and tpci200_request_i...Jens Taprogge2012-09-121-77/+77
* Staging: ipack/bridges/tpci200: More cleanups.Jens Taprogge2012-09-121-23/+21
* Staging: ipack/bridges/tpci200: Cleanup in tpci200_slot_irq() and tpci200_int...Jens Taprogge2012-09-121-27/+31
* Staging: ipack/bridges/tpci200: Clean up interrupt handling.Jens Taprogge2012-09-121-4/+5
* Staging: ipack/bridges/tpci200: Protect device registers with spinlock.Jens Taprogge2012-09-122-19/+15
* Staging: ipack/bridges/tpci200: RCU protect slot_irq pointers.Jens Taprogge2012-09-121-4/+6
* Staging: ipack/devices/ipoctal: remove superfluous function.Jens Taprogge2012-09-121-10/+4
* Staging: ipack/devices/ipoctal: Split interrupt service routine.Jens Taprogge2012-09-121-91/+97
* Staging: ipack/devices/ipoctal: Store isr masks in ipoctal_channelJens Taprogge2012-09-121-11/+11
* Staging: ipack/devices/ipoctal: put ipoctal_channel into tty->driver_data.Jens Taprogge2012-09-121-31/+21
* Staging: ipack/devices/ipoctal: Directly use ioread/iowrite function.Jens Taprogge2012-09-121-110/+41