index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
ipack
Commit message (
Expand
)
Author
Age
Files
Lines
*
Staging: ipack: move out of staging
Greg Kroah-Hartman
2012-11-16
15
-2605
/
+0
*
Staging: ipack: adapt copyright to CERN guidelines
Samuel Iglesias Gonsalvez
2012-11-16
7
-19
/
+24
*
Staging: ipack: remove last TODO items
Greg Kroah-Hartman
2012-11-15
1
-6
/
+0
*
Staging: ipack: CONFIG_HOTPLUG is always enabled
Greg Kroah-Hartman
2012-11-15
1
-8
/
+0
*
staging: ipack: tpci200: fixes 80 character line length issue
Johan Meiring
2012-11-13
1
-1
/
+2
*
Staging: ipack: ipack: fix coding style issues
Johan Meiring
2012-11-13
1
-2
/
+3
*
Staging: ipack/carriers: fix missing include linux/slab.h
Samuel Iglesias Gonsalvez
2012-10-22
1
-0
/
+1
*
Staging: ipack/bridges/tpci200: use module_pci_driver to simplify the code
Wei Yongjun
2012-10-19
1
-11
/
+1
*
Staging: ipack: fix wrong return value.
Samuel Iglesias Gonsalvez
2012-10-19
1
-1
/
+1
*
staging: ipack: Documentation cleanups.
Jens Taprogge
2012-10-19
3
-14
/
+18
*
staging: ipack: Rename bridges to carriers.
Jens Taprogge
2012-10-19
6
-2
/
+2
*
Staging: ipack: remove blank line at EOF warning in Kconfig files
Samuel Iglesias Gonsalvez
2012-10-19
2
-2
/
+0
*
staging: ipack: Add support for IPACK_MEM16_SPACE.
Jens Taprogge
2012-10-19
2
-0
/
+20
*
staging: ipack: Rename IPACK_MEM_SPACE to IPACK_MEM8_SPACE.
Jens Taprogge
2012-10-19
3
-18
/
+18
*
Staging: ipack: remove memory mapping callbacks.
Jens Taprogge
2012-10-19
3
-220
/
+1
*
staging: ipack: swich to regular ioremap and friends.
Jens Taprogge
2012-10-19
2
-41
/
+37
*
staging: ipack/devices/ipoctal: obtain model from dev->id_device.
Jens Taprogge
2012-10-19
1
-44
/
+2
*
staging: ipack/devices/ipoctal: fix ipoctal_inst_slot error path.
Jens Taprogge
2012-10-19
1
-2
/
+2
*
Staging: ipack: Provide physical memory regions to IPack devices.
Jens Taprogge
2012-10-19
2
-2
/
+26
*
Staging: ipack/bridges/tpci200: Cleanups.
Jens Taprogge
2012-10-19
2
-19
/
+19
*
Staging: ipack/bridges/tpci200: Store beginning of module memory regions in s...
Jens Taprogge
2012-10-19
3
-11
/
+23
*
Staging: ipack/bridges/tpci200: change tpci200_slot->*_phys type.
Jens Taprogge
2012-10-19
3
-28
/
+32
*
Staging: ipack/bridges/tpci200: Don't map memory spaces that are not used lat...
Jens Taprogge
2012-10-19
2
-12
/
+0
*
Staging: ipack: Make ipack_device_register() analogous to device_register().
Jens Taprogge
2012-10-19
3
-28
/
+36
*
Staging: ipack: get rid of ipack_device->bus_nr.
Jens Taprogge
2012-10-19
4
-15
/
+12
*
Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
2012-10-01
1
-7
/
+7
|
\
|
*
TTY: use tty_port_register_device
Jiri Slaby
2012-08-13
1
-1
/
+1
|
*
ipoctal: make it compile with the termios changes
Alan Cox
2012-08-10
1
-6
/
+6
*
|
Staging: ipack/devices/ipoctal: simplify ipoctal_write_tty()
Samuel Iglesias Gonsalvez
2012-09-13
1
-8
/
+3
*
|
Staging: ipack/devices/ipoctal: acknowledge BREAK condition.
Samuel Iglesias Gonsalvez
2012-09-13
1
-0
/
+1
*
|
staging: ipack: remove irq field in struct ipack_device.
Jens Taprogge
2012-09-13
4
-19
/
+10
*
|
Staging: ipack: move the responsibility to clear interrupts to the IPack devi...
Jens Taprogge
2012-09-13
3
-6
/
+20
*
|
Staging: ipack: Add IPACK_INT_SPACE memory space.
Jens Taprogge
2012-09-13
3
-0
/
+33
*
|
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
[next]