summaryrefslogtreecommitdiff
path: root/drivers/staging/ipack
AgeCommit message (Expand)AuthorFilesLines
2012-07-17Staging: ipack: change naming convention in TODO fileSamuel Iglesias Gonsálvez1-2/+2
2012-07-17Staging: ipack: added development mailing list in TODO fileSamuel Iglesias Gonsálvez1-1/+2
2012-07-17Staging: ipack/devices/ipoctal: initialize the device in probe functionSamuel Iglesias Gonsálvez1-0/+14
2012-07-17Staging: ipack/devices/ipoctal: fix dereference NULL pointerSamuel Iglesias Gonsálvez1-2/+2
2012-07-07Staging: ipack/devices/ipoctal: save IRQ vector in MEM spaceSamuel Iglesias Gonsálvez1-1/+2
2012-06-25Staging: ipack/devices/ipoctal: remove unneeded lock in IRQ handlerSamuel Iglesias Gonsalvez1-2/+1
2012-06-25Staging: ipack/bridges/tpci200: remove unneeded lock in irq handlerSamuel Iglesias Gonsalvez2-7/+0
2012-06-25Staging: ipack/devices/ipoctal: remove unneeded includesSamuel Iglesias Gonsalvez1-4/+0
2012-06-25Staging: ipack/devices/ipoctal: fix oops when accessing "buffer"Samuel Iglesias Gonsalvez1-2/+1
2012-06-12Staging: ipack: delete sysfs from to-do list.Samuel Iglesias Gonsalvez1-4/+0
2012-06-12Staging: ipack: remove pr_fmt definition.Samuel Iglesias Gonsalvez1-2/+0
2012-06-09Staging: ipack/bridges/tpci200: change device table definition and export it.Miguel Gómez1-1/+3
2012-06-09Staging: ipack/devices/ipoctal: remove unused enum uart_parity_e.Miguel Gómez1-9/+0
2012-06-09Staging: ipack/devices/ipoctal: remove error_flag field from ipoctal struct.Miguel Gómez2-21/+0
2012-06-09Staging: ipack/devices/ipoctal: remove ipoctal_config structure.Miguel Gómez2-28/+0
2012-06-09Staging: ipack/bridges/tpci200: remove gotos in tpci200_install()Miguel Gómez1-12/+7
2012-06-09Staging: ipack/bridges/tpci200: remove "out" label in tpci200_request_irq()Miguel Gómez1-9/+4
2012-06-09Staging: ipack/bridges/tpci200: remove useless break in tpci200_slot_map_space()Miguel Gómez1-1/+0
2012-06-09Staging: ipack/bridges/tpci200: remove "out" label in tpci200_slot_map_space()Miguel Gómez1-9/+4
2012-06-09Staging: ipack/bridges/tpci200: remove gotos in tpci200_free_irq().Miguel Gómez1-14/+7
2012-06-07Staging: ipack/devices/ipoctal: change pr_* usage for dev_* functionsSamuel Iglesias Gonsalvez1-8/+14
2012-06-07Staging: ipack/bridges/tpci200: change pr_* usage for dev_* functionsSamuel Iglesias Gonsalvez1-56/+70
2012-06-07Staging: ipack/bridges/tpci200: fix kernel oops when uninstalling a deviceSamuel Iglesias Gonsalvez1-12/+1
2012-06-07Staging: ipack/bridges/tpci200: avoid dereference of a freed tpci200->infoSamuel Iglesias Gonsalvez1-2/+0
2012-06-07Staging: ipack/devices/ipoctal: avoid kernel oops when uninstallingSamuel Iglesias Gonsalvez1-6/+1
2012-06-07Staging: ipack: delete the call to remove() in ipack_driver_registerSamuel Iglesias Gonsalvez1-2/+0
2012-06-07Staging: ipack: use idr interface for numbering busesSamuel Iglesias Gonsalvez1-34/+6
2012-06-07Staging: ipack/bridges/tpci200: removed check of tpci200->slots[dev->slot].devSamuel Iglesias Gonsalvez1-7/+0
2012-06-07Staging: ipack/bridges/tpci200: remove name field from slot_irqSamuel Iglesias Gonsalvez2-3/+0
2012-06-07Staging: ipack/bridges/tpci200: fix indention.Samuel Iglesias Gonsalvez1-1/+1
2012-06-07Staging: ipack/bridges/tpci200: check if the remove function is availableSamuel Iglesias Gonsalvez1-0/+2
2012-06-07Staging: ipack/bridges/tpci200: tpci200_slot_map_space() should return 0 if s...Samuel Iglesias Gonsalvez1-1/+1
2012-06-07Staging: ipack/bridges/tpci200: tpci200_slot_unmap_space() should return 0 if...Samuel Iglesias Gonsalvez1-14/+7
2012-06-07Staging: ipack: return proper value in match() functionSamuel Iglesias Gonsalvez1-1/+1
2012-06-07Staging: ipack/bridges/tpci200: delete sysfs filesSamuel Iglesias Gonsalvez1-213/+12
2012-06-07Staging: ipack: Remove version.h header file inclusionSachin Kamat1-1/+0
2012-05-19Staging: ipack/bridges/tpci200: remove unneeded castsSamuel Iglesias Gonsalvez1-20/+16
2012-05-19Staging: ipack/bridges/tpci200: remove TPCI200_SHORTNAME constantSamuel Iglesias Gonsalvez2-39/+33
2012-05-19Staging: ipack: remove board_name and bus_name fields from struct ipack_deviceSamuel Iglesias Gonsalvez3-24/+8
2012-05-19Staging: ipack: improve the register of a bus and a device in the bus.Samuel Iglesias Gonsalvez5-117/+131
2012-05-15Staging: ipack: fix a few sparse warningsSamuel Iglesias Gonsalvez4-28/+35
2012-05-15Staging: ipack: added more info in Kconfig's help about ipackSamuel Iglesias Gonsalvez1-1/+5
2012-05-15Staging: ipack/devices/ipoctal: change the licence to explicitly GPLv2Samuel Iglesias Gonsalvez3-6/+3
2012-05-15Staging: ipack/bridges/tpci200: change the licence to explicitly GPLv2Samuel Iglesias Gonsalvez2-4/+2
2012-05-15Staging: ipack: change the licence to explicitly GPLv2Samuel Iglesias Gonsalvez2-4/+2
2012-05-15Staging: ipack: add contact email in TODO fileSamuel Iglesias Gonsalvez1-0/+6
2012-05-15Staging: ipack: move the devices source line in Kconfig fileSamuel Iglesias Gonsalvez1-2/+2
2012-05-10Staging: ipack: dereferencing freed memoryDan Carpenter1-1/+1
2012-05-10Staging: ipack: returning a freed pointerDan Carpenter1-11/+14
2012-05-10Staging: ipack: add support for IP-OCTAL mezzanine boardSamuel Iglesias Gonsalvez8-0/+1223