index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
iio: inkern: add error case in iio_channel_get()
Kim, Milo
2012-09-17
1
-1
/
+10
*
iio: inkern: allocate zeroed memory
Kim, Milo
2012-09-15
1
-1
/
+1
*
iio: Introduce a new fractional value type
Lars-Peter Clausen
2012-09-15
1
-0
/
+6
*
iio: Documentation change for inkern interface.
anish kumar
2012-09-15
1
-3
/
+3
*
iio:ad7476: Add support for ad7273/ad7274/ad7276/ad7277/ad7278
Lars-Peter Clausen
2012-09-15
2
-3
/
+23
*
iio:ad7476: Add ad7940 support
Lars-Peter Clausen
2012-09-15
2
-6
/
+16
*
iio:ad7476: Add ad7910/ad7920 device table entries
Lars-Peter Clausen
2012-09-15
2
-5
/
+8
*
iio: Move ad7476 driver out of staging
Lars-Peter Clausen
2012-09-15
5
-16
/
+15
*
staging:iio:ad7476: Use be16_to_cpup instead of open-coding it
Lars-Peter Clausen
2012-09-15
1
-1
/
+1
*
staging:iio:ad7476: Squash driver into a single file.
Lars-Peter Clausen
2012-09-15
4
-118
/
+59
*
staging:iio:ad7476: Rework reference voltage handling
Lars-Peter Clausen
2012-09-15
2
-42
/
+28
*
staging:iio:ad7476: Avoid alloc/free for each sample in buffered mode
Lars-Peter Clausen
2012-09-13
2
-12
/
+7
*
staging:iio:ad7476: Remove duplicated chip info entries
Lars-Peter Clausen
2012-09-13
2
-27
/
+7
*
staging:iio:ad7476: Fix off by one error for channel shift
Lars-Peter Clausen
2012-09-12
1
-1
/
+1
*
staging: ipack/bridges/tpci200: Use endianess-aware types where applicable.
Jens Taprogge
2012-09-12
2
-9
/
+9
*
Staging: ipack/devices/ipoctal: Unmap memory on device removal.
Jens Taprogge
2012-09-12
1
-0
/
+3
*
Staging: ipack: update TODO file
Samuel Iglesias Gonsalvez
2012-09-12
1
-23
/
+2
*
Staging: ipack/devices/ipoctal: read more than one character from RX FIFO.
Samuel Iglesias Gonsalvez
2012-09-12
1
-24
/
+36
*
Staging: ipack/devices/ipoctal: Get rid of ipoctal_list.
Jens Taprogge
2012-09-12
1
-36
/
+3
*
Staging: ipack/devices/ipoctal: Use KBUILD_MODNAME instead of hardcoded string.
Jens Taprogge
2012-09-12
1
-2
/
+2
*
Staging: ipack/devices/ipoctal: Check tty_register_device return value.
Jens Taprogge
2012-09-12
1
-1
/
+7
*
Staging: ipack/devices/ipoctal: Clean up device removal.
Jens Taprogge
2012-09-12
1
-7
/
+3
*
Staging: ipack: Let interrupts return irqreturn_t.
Jens Taprogge
2012-09-12
4
-5
/
+6
*
Staging: ipack/bridges/tpci200: move tpci200_free_irq() and tpci200_request_i...
Jens Taprogge
2012-09-12
1
-77
/
+77
*
Staging: ipack/bridges/tpci200: More cleanups.
Jens Taprogge
2012-09-12
1
-23
/
+21
*
Staging: ipack/bridges/tpci200: Cleanup in tpci200_slot_irq() and tpci200_int...
Jens Taprogge
2012-09-12
1
-27
/
+31
*
Staging: ipack/bridges/tpci200: Clean up interrupt handling.
Jens Taprogge
2012-09-12
1
-4
/
+5
*
Staging: ipack/bridges/tpci200: Protect device registers with spinlock.
Jens Taprogge
2012-09-12
2
-19
/
+15
*
Staging: ipack/bridges/tpci200: RCU protect slot_irq pointers.
Jens Taprogge
2012-09-12
1
-4
/
+6
*
Staging: ipack/devices/ipoctal: remove superfluous function.
Jens Taprogge
2012-09-12
1
-10
/
+4
*
Staging: ipack/devices/ipoctal: Split interrupt service routine.
Jens Taprogge
2012-09-12
1
-91
/
+97
*
Staging: ipack/devices/ipoctal: Store isr masks in ipoctal_channel
Jens Taprogge
2012-09-12
1
-11
/
+11
*
Staging: ipack/devices/ipoctal: put ipoctal_channel into tty->driver_data.
Jens Taprogge
2012-09-12
1
-31
/
+21
*
Staging: ipack/devices/ipoctal: Directly use ioread/iowrite function.
Jens Taprogge
2012-09-12
1
-110
/
+41
*
Staging: ipack/devices/ipoctal: split ipoctal_channel from ipoctal.
Jens Taprogge
2012-09-12
1
-136
/
+150
*
Staging: ipack/bridges/tpci200: Clean up interrupt handler.
Jens Taprogge
2012-09-12
1
-25
/
+17
*
Staging: ipack/bridges/tpci200: Remove side effects of tpci200_{request,free}...
Jens Taprogge
2012-09-12
1
-25
/
+6
*
Staging: ipack/bridges/tpci200: add helpers for writing control regs.
Jens Taprogge
2012-09-12
1
-17
/
+32
*
staging/gdm72xx: gdm_usb coding style clean up
Macpaul Lin
2012-09-12
2
-13
/
+13
*
staging: xgifb: prevent video RAM size exceeding PCI window size
Aaro Koskinen
2012-09-12
1
-0
/
+4
*
staging: xgifb: validate the mode against video memory size
Aaro Koskinen
2012-09-12
1
-2
/
+9
*
Staging: silicom: remove S_IWOTH from proc declaration
Dan Carpenter
2012-09-12
2
-4
/
+2
*
drivers/staging/gdm72xx/gdm_sdio.c: Remove useless kfree
Peter Senna Tschudin
2012-09-12
1
-5
/
+2
*
drivers/staging/rtl8192u/r8192U_core.c: Remove useless kfree
Peter Senna Tschudin
2012-09-12
1
-16
/
+7
*
Staging: bcm: Create and initialize new device id in InterfaceInit
Kevin McKinney
2012-09-12
2
-1
/
+3
*
staging: comedi: adq12b: remove devpriv macro
H Hartley Sweeten
2012-09-12
1
-12
/
+11
*
staging: comedi: adl_pci9118: use cfc_check_trigger_src
H Hartley Sweeten
2012-09-12
1
-27
/
+12
*
staging: comedi: adl_pci9118: remove forward declarations
H Hartley Sweeten
2012-09-12
1
-316
/
+294
*
staging: comedi: adl_pci9118: remove commented out printk debug
H Hartley Sweeten
2012-09-12
1
-5
/
+0
*
staging: comedi: adl_pci9118: remove the function separation comments
H Hartley Sweeten
2012-09-12
1
-80
/
+0
[next]