aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-01-07wimax/i2400m: add CREDITS and MAINTAINERS entriesInaky Perez-Gonzalez2-0/+33
2009-01-07wimax: export linux/wimax.h and linux/wimax/i2400m.h with headers_installInaky Perez-Gonzalez2-0/+3
2009-01-07i2400m: Makefile and KconfigInaky Perez-Gonzalez6-0/+103
2009-01-07i2400m/SDIO: TX and RX path backendsInaky Perez-Gonzalez2-0/+408
2009-01-07i2400m/SDIO: firmware upload backendInaky Perez-Gonzalez1-0/+224
2009-01-07i2400m/SDIO: probe/disconnect, dev init/shutdown and reset backendsInaky Perez-Gonzalez1-0/+511
2009-01-07i2400m/SDIO: header for the SDIO subdriverInaky Perez-Gonzalez2-0/+154
2009-01-07i2400m/USB: TX and RX path backendsInaky Perez-Gonzalez3-0/+915
2009-01-07i2400m/USB: firmware upload backendInaky Perez-Gonzalez1-0/+340
2009-01-07i2400m/USB: probe/disconnect, dev init/shutdown and reset backendsInaky Perez-Gonzalez1-0/+591
2009-01-07i2400m/USB: header for the USB bus driverInaky Perez-Gonzalez2-0/+306
2009-01-07i2400m: debugfs controlsInaky Perez-Gonzalez1-0/+392
2009-01-07i2400m: various functions for device managementInaky Perez-Gonzalez1-0/+1291
2009-01-07i2400m: RX and TX data/control pathsInaky Perez-Gonzalez2-0/+1351
2009-01-07i2400m: firmware loading and bootrom initializationInaky Perez-Gonzalez1-0/+1095
2009-01-07i2400m: linkage to the networking stackInaky Perez-Gonzalez1-0/+524
2009-01-07i2400m: Generic probe/disconnect, reset and message passingInaky Perez-Gonzalez2-0/+935
2009-01-07i2400m: host/device procotol and core driver definitionsInaky Perez-Gonzalez3-0/+1312
2009-01-07i2400m: documentation and instructions for usageInaky Perez-Gonzalez1-0/+260
2009-01-07wimax: Makefile, Kconfig and docbook linkage for the stackInaky Perez-Gonzalez5-0/+62
2009-01-07wimax: debugfs controlsInaky Perez-Gonzalez1-0/+90
2009-01-07wimax: basic API: kernel/user messaging, rfkill and resetInaky Perez-Gonzalez3-0/+1096
2009-01-07genetlink: export genl_unregister_mc_group()Inaky Perez-Gonzalez1-0/+1
2009-01-07wimax: generic device management (registration, deregistration, lookup)Inaky Perez-Gonzalez2-0/+741
2009-01-07wimax: debug macros and debug settings for the WiMAX stackInaky Perez-Gonzalez2-0/+495
2009-01-07wimax: internal API for the kernel space WiMAX stackInaky Perez-Gonzalez1-0/+91
2009-01-07wimax: headers for kernel API and user space interactionInaky Perez-Gonzalez2-0/+754
2009-01-07wimax: documentation for the stackInaky Perez-Gonzalez1-0/+81
2009-01-07debugfs: add helpers for exporting a size_t simple valueInaky Perez-Gonzalez2-0/+34
2009-01-07USB: remove info() macro from usb.hGreg Kroah-Hartman1-2/+0
2009-01-07USB: remove warn() macro from usb.hGreg Kroah-Hartman1-2/+0
2009-01-07USB: add siemens_mpi usb-serial "stub" driverGreg Kroah-Hartman3-0/+86
2009-01-07USB: add new opticon serial driverGreg Kroah-Hartman3-0/+368
2009-01-07USB: emi26: fix oops on loadMarcin Slusarz1-1/+1
2009-01-07USB: Fix goku_udc usb speed handlingSangSu Park1-1/+1
2009-01-07USB: fix minor nit in usbfs checkingMark Lord1-1/+1
2009-01-07USB: re-enable interface after driver unbindsAlan Stern5-16/+26
2009-01-07USB: cancel pending Set-Config requests if userspace gets there firstAlan Stern1-4/+38
2009-01-07USB: automatically enable wakeup for PCI host controllersAlan Stern4-10/+17
2009-01-07USB: fix up suspend and resume for PCI host controllersAlan Stern5-95/+115
2009-01-07USB: storage: set CAPACITY_HEURISTICS flag for bad vendorsAlan Stern2-155/+23
2009-01-07USB: storage: make the "quirks=" module parameter writableAlan Stern2-100/+76
2009-01-07USB: storage: add last-sector hacksAlan Stern7-3/+154
2009-01-07USB: otg: twl4030 transceiver driverDavid Brownell3-0/+732
2009-01-07USB: add imx udc gadget driverDarius Augulis6-1/+1905
2009-01-07USB: extension of anchor API to unpoison an anchorOliver Neukum2-0/+21
2009-01-07USB: isp1760: don't auto disable Port1 on ISP1761Thomas Hommel3-11/+6
2009-01-07USB: unusual dev for Option N.V. ZeroCD modemsDan Williams5-1/+177
2009-01-07USB: mark "reject" field of struct urb as atomic_tMing Lei3-22/+9
2009-01-07USB: utilize the bus notifiersAlan Stern7-44/+93