1. 491d418 USB: gadget: f_mtp: MTP driver cleanup: by Mike Lockwood · 15 years ago
  2. ffab952 usb: gadget: android: Remove WAKEUP flag from bmAttributes by Benoit Goby · 15 years ago
  3. d6b1d73 USB: gadget: android: Disable MTP when RNDIS function is enabled. by Mike Lockwood · 15 years ago
  4. 1de4d4d USB: gadget: f_mtp: Add ioctl for sending events via the interrupt endpoint by Mike Lockwood · 15 years ago
  5. 7aea385 drivers: usb: gadget: rndis: Fix section mismatch warning by Dmitry Shmidt · 15 years ago
  6. d43a1a5 drivers: usb: gadget: mass_storage: Fix section mismatch warning by Dmitry Shmidt · 15 years ago
  7. 577e37a drivers: usb: gadget: Fix section mismatch warning by Dmitry Shmidt · 15 years ago
  8. 28acc1a USB: composite: Add usb_composite_force_reset utility to force enumeration by Mike Lockwood · 15 years ago
  9. 4a44144 USB: gadget: android: Remove unused function android_usb_set_connected() by Mike Lockwood · 15 years ago
  10. 8da4cc8 USB: gadget: composite: Move switch_set_state calls to a work queue by Mike Lockwood · 15 years ago
  11. ba83b01 USB: gadget: f_mtp: USB gadget function driver for MTP and PTP device support. by Mike Lockwood · 15 years ago
  12. fb52b00 USB: composite: Add support for functions overriding USB_DT_STRING descriptors by Mike Lockwood · 15 years ago
  13. e2dc503 USB: gadget: composite: Add userspace notifications for USB state changes by Mike Lockwood · 15 years ago
  14. 0de5a69 USB: gadget: f_mass_storage: Integrate android customizations by Mike Lockwood · 15 years ago
  15. efbf862 USB: android gadget: mass storage: Fix format issue for Vista Host by Velempati Chiranjeevi · 16 years ago
  16. 27d1890 USB: gadget: f_mass_storage: Defer handling interface changes until it is safe. by Mike Lockwood · 15 years ago
  17. 0130a0e6 USB: gadget: android: mass_storage: Use spin_lock_irqsave/spin_unlock_irqrestore by Arve Hjønnevåg · 17 years ago
  18. 0a4c12d USB: gadget: android: check for null _android_dev in android_register_function() by Mike Lockwood · 15 years ago
  19. f620564 USB: gadget: f_mass_storage: Flush writes after every 4 MB. by Mike Lockwood · 15 years ago
  20. 0d511c4 USB: gadget: f_rndis: Add platform data for RNDIS vendor ID and MAC address. by Mike Lockwood · 15 years ago
  21. 0f63be2 USB: gadget: composite: Don't increment interface number for alt settings. by Mike Lockwood · 15 years ago
  22. 8c6a6b2 USB: gadget: composite: Don't call set_alt() on functions that are hidden. by Mike Lockwood · 15 years ago
  23. 3522086 USB: gadget: android: Disable UMS when RNDIS ethernet is active. by Mike Lockwood · 15 years ago
  24. a83f187 usb: gadget: u_ether: Remove warning from gether_disconnect() by Mike Lockwood · 15 years ago
  25. 8f5f391 Add USB_ANDROID_RNDIS_WCEIS option. by Steve Kondik · 15 years ago
  26. da574e2 USB: gadget: android: Fix special case for RNDIS ethernet function by Mike Lockwood · 16 years ago
  27. c832ca8 USB: composite: Compute interface numbers correctly when functions are hidden. by Mike Lockwood · 16 years ago
  28. 573cea5 USB: gadget: android: Specify USB_CLASS_COMM in device descriptor if using RNDIS by Mike Lockwood · 16 years ago
  29. fe8ae89 USB: gadget: Disable RNDIS function by default if CONFIG_USB_ANDROID_RNDIS is set by Mike Lockwood · 16 years ago
  30. 0532973 USB: android: Use composite class driver for enabling and disabling functions by Mike Lockwood · 16 years ago
  31. f041ac6 USB: composite: Add class driver for enabling and disabling USB functions. by Mike Lockwood · 16 years ago
  32. 789ef23 USB: gadget: android: android USB gadget improvements: by Mike Lockwood · 16 years ago
  33. a9e8c44 USB: gadget: adb: Queue read requests with length specified by client. by Mike Lockwood · 16 years ago
  34. 83814ea USB: gadget: android: android USB gadget improvements: by Krishna, Vamsi · 17 years ago
  35. 292b1bc USB: composite: Allow configurations to handle unhandled setup requests by Joe Swantek · 16 years ago
  36. c7ba16a USB: composite: Add flag to usb_function to hide its interface during enumeration by Mike Lockwood · 16 years ago
  37. 258d103 USB: composite: Fix USB WHQL Certification Issues by Jared Suttles · 16 years ago
  38. b21ab23 drivers: usb: gadget: Add helper function for installing ACM gadget function. by Joe Swantek · 16 years ago
  39. 646bb86 drivers: usb: gadget: handle NULL descriptors in composite config_buf by Jared Suttles · 16 years ago
  40. 7f0d7bd android_usb: Composite USB gadget driver for android. by Mike Lockwood · 17 years ago
  41. 8f5ed00 mmc: sdio: Add high speed support to sdio_reset_comm() by Daniel Chen · 16 years ago
  42. 9da9109 mmc: block: Resume multi-block reads after transient read errors. by David Ding · 16 years ago
  43. 7e053b3 mmc: sdio: Claim host in sdio_reset_comm() by Dmitry Shmidt · 16 years ago
  44. c87f8d4 mmc: mmcblk: Add support for deferred SD bus resume by San Mehat · 16 years ago
  45. 10797cf mmc: core: Add deferred bus resume policy. by San Mehat · 16 years ago
  46. b2afee5 mmc: core: Hold a wake lock accross delayed work + mmc rescan by San Mehat · 16 years ago
  47. 01349cb mmc: sd: Add retries in re-detection by San Mehat · 17 years ago
  48. a166195 mmc: sd: When resuming, try a little harder to init the card by San Mehat · 17 years ago
  49. 200a8e8 mmc: Add new API call 'sdio_reset_comm' for resetting communication with an SDIO device by San Mehat · 17 years ago
  50. dc12952 trout: Add functions for WiFi by Dmitry Shmidt · 17 years ago
  51. 9a24820 mmc: Add concept of an 'embedded' SDIO device. by San Mehat · 17 years ago
  52. ae11f09 mmc: sd: Add new CONFIG_MMC_PARANOID_SD_INIT for enabling retries during SD detection by San Mehat · 17 years ago
  53. 70abd67 Input: synaptics_i2c_rmi: Add irqflags to platform data struct to pass them to driver by Rebecca Schultz Zavin · 16 years ago
  54. 90229d8 Input: synaptics_i2c_rmi: Send new multi touch events by Arve Hjønnevåg · 16 years ago
  55. 1d1ca96 Input: synaptics_i2c_rmi: Add sensitivity adjust option. by Arve Hjønnevåg · 16 years ago
  56. 3f8a4b0 Input: synaptics_i2c_rmi: Add support for panels with has-no-relative-data property. by Arve Hjønnevåg · 16 years ago
  57. 00adffd Input: synaptics_i2c_rmi: Driver for Synaptics Touchscreens using RMI over I2C. by Arve Hjønnevåg · 18 years ago
  58. 16e1bce input: keychord: Add keychord driver by Mike Lockwood · 17 years ago
  59. c167867 input: Add keyreset driver. by Arve Hjønnevåg · 17 years ago
  60. 9be7b63 Input: gpio_input: disable_irq -> disable_irq_nosync by Arve Hjønnevåg · 16 years ago
  61. 0da26bf Input: gpio_event: Allow multiple input devices per gpio_event device by Arve Hjønnevåg · 16 years ago
  62. 8f836aa Input: gpio_input: Fix keys with keycode 0x100-0x1ff by Arve Hjønnevåg · 16 years ago
  63. 72fc624 Input: Generic GPIO Input device. by Arve Hjønnevåg · 17 years ago
  64. 807e5f6 misc: uidstat: Adding uid stat driver to collect network statistics. by Mike Chan · 17 years ago
  65. a4ff0e8 pmem: Add pmem driver by Rebecca Schultz · 17 years ago
  66. 4d258a2 switch: switch class and GPIO drivers. by Mike Lockwood · 17 years ago
  67. 0786d67 power_supply: Hold a wake_lock while power supply change notifications are pending by Arve Hjønnevåg · 16 years ago
  68. 2a1f352 input: evdev: Use unique wakelock names by Mike Chan · 16 years ago
  69. 5d61887 Input: Use monotonic time for event time stamps. by Arve Hjønnevåg · 17 years ago
  70. ca5d75f Input: Hold wake lock while event queue is not empty. by Arve Hjønnevåg · 17 years ago
  71. 04bbdfd ledtrig-sleep: Add led trigger for sleep debugging. by Arve Hjønnevåg · 17 years ago
  72. fa56540 rtc: alarm: Add in-kernel alarm interface by Arve Hjønnevåg · 16 years ago
  73. b54b33d rtc: Add android alarm driver. by Arve Hjønnevåg · 17 years ago
  74. 24a72a9 mtd: nand: Allow NAND chip ids to be included standalone. by Dima Zavin · 17 years ago
  75. 2a1970e Make /dev/mem configurable, as we don't want it. by Robert Love · 17 years ago
  76. 069a031 [ARM] armv6 dcc tty driver by Arve Hjønnevåg · 18 years ago
  77. 054651f Revert "Staging: android: mark subsystem as broken" by Arve Hjønnevåg · 16 years ago
  78. 599c66e staging/android: fix build issues by Corentin Chary · 16 years ago
  79. 594d1fd Revert "Staging: android: delete android drivers" by Arve Hjønnevåg · 16 years ago
  80. 80dadf8 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  81. c78a9b9 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  82. 562d1ff Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  83. e3f88ae spi-pl022: Add missing return value update by Virupax Sadashivpetimath · 14 years ago
  84. c7ca6b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6 by Linus Torvalds · 14 years ago
  85. 08d63aa Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  86. 152b92d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  87. 84860c7 ISDN, hfcsusb: Don't leak in hfcsusb_ph_info() by Jesper Juhl · 14 years ago
  88. f1c089e net: ep93xx_eth: fix DMA API violations by Mika Westerberg · 14 years ago
  89. 1f758a4 net: ep93xx_eth: drop GFP_DMA from call to dma_alloc_coherent() by Mika Westerberg · 14 years ago
  90. 3247a1f net: ep93xx_eth: allocate buffers using kmalloc() by Mika Westerberg · 14 years ago
  91. fc9b491 net: ep93xx_eth: pass struct device to DMA API functions by Mika Westerberg · 14 years ago
  92. 06866bf dl2k: EEPROM CRC calculation wrong endianess on bigendian machine by Daniel Hellstrom · 14 years ago
  93. f777737 NET: am79c961: fix assembler warnings by Russell King - ARM Linux · 14 years ago
  94. bfc6501 NET: am79c961: ensure multicast filter is correctly set at open by Russell King - ARM Linux · 14 years ago
  95. d814dee NET: am79c961: ensure asm() statements are marked volatile by Russell King - ARM Linux · 14 years ago
  96. 3307d0d ide-cd: signedness warning fix again by Connor Hansen · 14 years ago
  97. 45694c2 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 14 years ago
  98. 7f45e5c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 14 years ago
  99. 33d7864 gpio/nomadik: fix sleepmode for elder Nomadik by Linus Walleij · 14 years ago
  100. 461df4d Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 14 years ago