summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-03-18uwb: Remove umc bus legacy suspend/resume supportLars-Peter Clausen1-34/+0
2015-03-18usb: gadget: constify of_device_id arrayFabian Frederick1-1/+1
2015-03-18usb: isp1760: add peripheral/device controller chip idSudeep Holla1-1/+1
2015-03-18usb: isp1760: fix possible deadlock in isp1760_udc_irqSudeep Holla1-4/+6
2015-03-18usb: load usb phy earlierZhangfei Gao1-1/+1
2015-03-18usb: storage: Fix trivial typo in isd200_log_config()Yannick Guerrini1-1/+1
2015-03-18drivers: usb: storage: cypress_atacb.c: trivial checkpatch fixesBas Peters1-9/+8
2015-03-18drivers: usb: storage: alauda.c: properly place braces after function declara...Bas Peters1-5/+10
2015-03-18USB: gadget: f_mass_storage: use static attribute groups for sysfs entriesTakashi Iwai1-74/+33
2015-03-18USB: appledisplay: Deletion of a check before backlight_device_unregister()Markus Elfring1-1/+1
2015-03-18ueagle-atm: Delete unnecessary checks before the function call "release_firmw...Markus Elfring1-2/+2
2015-03-18USB: whci-hcd: Delete an unnecessary check before the function call "usb_put_...Markus Elfring1-2/+1
2015-03-18uwb/whci: Delete an unnecessary check before the function call "umc_device_un...Markus Elfring1-2/+1
2015-03-18usb: xhci: plat: Add USB phy supportMaxime Ripard1-1/+18
2015-03-18xhci: unify cycle state toggling operation with 'XOR'Lin Wang1-2/+2
2015-03-18USB: legotower: use msecs_to_jiffies for time conversionNicholas Mc Guire1-3/+3
2015-03-18USB: image: use msecs_to_jiffies for time conversionNicholas Mc Guire1-4/+7
2015-03-18usb: host/sl811-hcd: fix sparse warningLad, Prabhakar1-1/+1
2015-03-18usb: chipidea: support runtime power management for otg fsm modeLi Jun3-7/+59
2015-03-18usb: chipidea: host: turn on vbus before add hcd if early vbus on is requiredLi Jun1-5/+22
2015-03-18usb: chipidea: add a flag for turn on vbus early for hostLi Jun1-4/+8
2015-03-18chipidea: pci: register nop PHYAndy Shevchenko1-7/+24
2015-03-18usb: chipidea: host: add .bus_suspend quirkPeter Chen1-0/+44
2015-03-18Chipidea: Set connect-at-fullspeed bit when entering host mode if CI_HDRC_FOR...Daniel Tang1-0/+3
2015-03-18Chipidea: TI-NSPIRE USB OTG hardware does not support high speed and must con...Daniel Tang1-1/+1
2015-03-18usb: chipidea: Add errata for revision 2.40aSanchayan Maity1-0/+20
2015-03-18usb: chipidea: add chipidea revision informationPeter Chen3-2/+45
2015-03-18usb: chipidea: add identification registers access APIsPeter Chen1-0/+39
2015-03-18usb: chipidea: usbmisc_imx: add imx6sx initialization routinePeter Chen1-0/+47
2015-03-18usb: chipidea: clear otg interrupt status for otg capable controllerPeter Chen1-4/+5
2015-03-18usb: chipidea: imx: add usb as system wakeup sourcePeter Chen1-0/+13
2015-03-18usb: chipidea: add usb as system wakeup sourcePeter Chen1-0/+10
2015-03-18usb: chipidea: imx: add runtime power management supportPeter Chen1-6/+100
2015-03-18usb: chipidea: usbmisc_imx: add .set_wakeup interfacePeter Chen2-0/+53
2015-03-18usb: chipidea: add runtime power management supportPeter Chen3-6/+102
2015-03-18usb: chipidea: imx: simplify the usbmisc callersPeter Chen2-16/+18
2015-03-18usb: chipidea: usbmisc_imx: delete clock informationPeter Chen1-19/+0
2015-03-18usb: chipidea: imx: using common platform flag directlyPeter Chen1-6/+2
2015-03-18usb: chipidea: udc: return immediately if re-enable non-empty endpointPeter Chen1-3/+6
2015-03-08Merge tag 'usb-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds33-107/+373
2015-03-08Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds9-52/+57
2015-03-08Merge tag 'staging-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds15-226/+175
2015-03-08Merge tag 'char-misc-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+7
2015-03-07Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-19/+21
2015-03-07Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds7-22/+57
2015-03-07TTY: fix tty_wait_until_sent maximum timeoutJohan Hovold1-3/+3
2015-03-07TTY: fix tty_wait_until_sent on 64-bit machinesJohan Hovold1-3/+9
2015-03-07USB: serial: fix infinite wait_until_sent timeoutJohan Hovold1-2/+3
2015-03-07TTY: bfin_jtag_comm: remove incorrect wait_until_sent operationJohan Hovold1-13/+0
2015-03-07serial: sprd: Fix missing spin_unlock in sprd_handle_irq()Axel Lin1-1/+3