index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
ipack
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-01
Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
1
-7
/
+7
2012-09-13
Staging: ipack/devices/ipoctal: simplify ipoctal_write_tty()
Samuel Iglesias Gonsalvez
1
-8
/
+3
2012-09-13
Staging: ipack/devices/ipoctal: acknowledge BREAK condition.
Samuel Iglesias Gonsalvez
1
-0
/
+1
2012-09-13
staging: ipack: remove irq field in struct ipack_device.
Jens Taprogge
4
-19
/
+10
2012-09-13
Staging: ipack: move the responsibility to clear interrupts to the IPack devi...
Jens Taprogge
3
-6
/
+20
2012-09-13
Staging: ipack: Add IPACK_INT_SPACE memory space.
Jens Taprogge
3
-0
/
+33
2012-09-12
staging: ipack/bridges/tpci200: Use endianess-aware types where applicable.
Jens Taprogge
2
-9
/
+9
2012-09-12
Staging: ipack/devices/ipoctal: Unmap memory on device removal.
Jens Taprogge
1
-0
/
+3
2012-09-12
Staging: ipack: update TODO file
Samuel Iglesias Gonsalvez
1
-23
/
+2
2012-09-12
Staging: ipack/devices/ipoctal: read more than one character from RX FIFO.
Samuel Iglesias Gonsalvez
1
-24
/
+36
2012-09-12
Staging: ipack/devices/ipoctal: Get rid of ipoctal_list.
Jens Taprogge
1
-36
/
+3
2012-09-12
Staging: ipack/devices/ipoctal: Use KBUILD_MODNAME instead of hardcoded string.
Jens Taprogge
1
-2
/
+2
2012-09-12
Staging: ipack/devices/ipoctal: Check tty_register_device return value.
Jens Taprogge
1
-1
/
+7
2012-09-12
Staging: ipack/devices/ipoctal: Clean up device removal.
Jens Taprogge
1
-7
/
+3
2012-09-12
Staging: ipack: Let interrupts return irqreturn_t.
Jens Taprogge
4
-5
/
+6
2012-09-12
Staging: ipack/bridges/tpci200: move tpci200_free_irq() and tpci200_request_i...
Jens Taprogge
1
-77
/
+77
2012-09-12
Staging: ipack/bridges/tpci200: More cleanups.
Jens Taprogge
1
-23
/
+21
2012-09-12
Staging: ipack/bridges/tpci200: Cleanup in tpci200_slot_irq() and tpci200_int...
Jens Taprogge
1
-27
/
+31
2012-09-12
Staging: ipack/bridges/tpci200: Clean up interrupt handling.
Jens Taprogge
1
-4
/
+5
2012-09-12
Staging: ipack/bridges/tpci200: Protect device registers with spinlock.
Jens Taprogge
2
-19
/
+15
2012-09-12
Staging: ipack/bridges/tpci200: RCU protect slot_irq pointers.
Jens Taprogge
1
-4
/
+6
2012-09-12
Staging: ipack/devices/ipoctal: remove superfluous function.
Jens Taprogge
1
-10
/
+4
2012-09-12
Staging: ipack/devices/ipoctal: Split interrupt service routine.
Jens Taprogge
1
-91
/
+97
2012-09-12
Staging: ipack/devices/ipoctal: Store isr masks in ipoctal_channel
Jens Taprogge
1
-11
/
+11
2012-09-12
Staging: ipack/devices/ipoctal: put ipoctal_channel into tty->driver_data.
Jens Taprogge
1
-31
/
+21
2012-09-12
Staging: ipack/devices/ipoctal: Directly use ioread/iowrite function.
Jens Taprogge
1
-110
/
+41
2012-09-12
Staging: ipack/devices/ipoctal: split ipoctal_channel from ipoctal.
Jens Taprogge
1
-136
/
+150
2012-09-12
Staging: ipack/bridges/tpci200: Clean up interrupt handler.
Jens Taprogge
1
-25
/
+17
2012-09-12
Staging: ipack/bridges/tpci200: Remove side effects of tpci200_{request,free}...
Jens Taprogge
1
-25
/
+6
2012-09-12
Staging: ipack/bridges/tpci200: add helpers for writing control regs.
Jens Taprogge
1
-17
/
+32
2012-09-11
Staging: ipack/bridges/tpci200: Store the irq holder in slot_irq.
Jens Taprogge
2
-8
/
+13
2012-09-11
Staging: ipack: delete .remove_device() callback
Samuel Iglesias Gonsálvez
2
-4
/
+0
2012-09-11
Staging: ipack/bridges/tpci200: remove tpci200_slot_unregister
Samuel Iglesias Gonsálvez
1
-25
/
+1
2012-09-11
Staging: ipack/bridges/tpci200: delete ipack_device_unregister calls when exi...
Samuel Iglesias Gonsálvez
1
-6
/
+1
2012-09-11
Staging: ipack: unregister devices when uninstall the carrier device.
Samuel Iglesias Gonsálvez
1
-0
/
+12
2012-09-11
Staging: ipack/devices/ipoctal: free the IRQ.
Samuel Iglesias Gonsálvez
1
-0
/
+2
2012-09-11
Staging: ipack/devices/ipoctal: change exiting procedure
Samuel Iglesias Gonsálvez
1
-5
/
+0
2012-09-11
Staging: ipack/bridges/tpci200: fix the uninstall the ipack device
Samuel Iglesias Gonsálvez
1
-2
/
+1
2012-09-11
Staging: ipack/bridges/tpci200: increment the reference counter of the pci_dev
Samuel Iglesias Gonsálvez
1
-0
/
+3
2012-09-11
Staging: ipack/bridges/tpci200: reorder the iounmap and pci_release_region
Samuel Iglesias Gonsálvez
1
-3
/
+2
2012-09-11
Staging: ipack: check the device ID space CRC.
Jens Taprogge
2
-1
/
+59
2012-09-11
Staging: ipack: reset previous timeouts during device registration.
Jens Taprogge
1
-0
/
+2
2012-09-11
Staging: ipack: Switch to 8MHz operation before reading ID.
Jens Taprogge
1
-3
/
+8
2012-09-11
Staging: ipack/bridges/tpci200: remove struct list_head
Samuel Iglesias Gonsálvez
1
-1
/
+0
2012-09-11
Staging: ipack: remove field driver from struct ipack_device.
Jens Taprogge
2
-12
/
+7
2012-09-11
Staging: ipack: Choose the optimum bus speed by default.
Jens Taprogge
1
-0
/
+5
2012-09-11
Staging: ipack: Obtain supported speeds from ID ROM.
Jens Taprogge
2
-0
/
+8
2012-09-11
Staging: ipack/bridges/tpci200: provide new callbacks to tpci200
Jens Taprogge
1
-1
/
+108
2012-09-11
Staging: ipack: Provide several carrier callbacks.
Jens Taprogge
1
-0
/
+15
2012-09-11
Staging: ipack/bridges/tpci200: Put the TPCI200 control registers into a struct.
Jens Taprogge
2
-29
/
+20
[next]