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