summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-03-10usb: musb: dsps: use msecs_to_jiffies insteadFelipe Balbi1-7/+10
2015-03-10usb: musb: cppi41: do not call udelay()Felipe Balbi1-1/+1
2015-03-10usb: musb: cppi41: exit early when tx fifo is emptyFelipe Balbi1-8/+4
2015-03-10usb: musb: cppi41: decrease indentation levelFelipe Balbi1-43/+45
2015-03-10usb: gadget: net2280: silence sparse warningFelipe Balbi1-0/+2
2015-03-10usb: gadget: net2280: don't connect from udc_startMian Yousaf Kaukab1-1/+0
2015-03-10usb: gadget: net2280: print error in ep_ops error pathsMian Yousaf Kaukab1-47/+119
2015-03-10usb: gadget: net2280: remove fiforegs as it is unusedMian Yousaf Kaukab2-6/+0
2015-03-10usb: gadget: net2280: use ep_autoconfig compatible names in advance modeMian Yousaf Kaukab1-1/+8
2015-03-10usb: musb: core: always try to recover from babbleFelipe Balbi1-16/+6
2015-03-10usb: musb: core: disable irqs inside babble recoveryFelipe Balbi1-4/+3
2015-03-10usb: musb: core: remove unnecessary forward declarationFelipe Balbi1-1/+0
2015-03-10usb: musb: core: drop recover_workFelipe Balbi2-9/+9
2015-03-10usb: musb: rename ->reset() to ->recover()Felipe Balbi3-9/+10
2015-03-10usb: musb: core: simplify musb_recover_work()Felipe Balbi1-9/+12
2015-03-10usb: musb: dsps: do not reset musb on babbleFelipe Balbi1-21/+2
2015-03-10usb: musb: core: decrease delayed_work timeFelipe Balbi1-1/+1
2015-03-10usb: musb: don't touch devctl from babble recoveryFelipe Balbi1-2/+4
2015-03-10usb: musb: core: refactor IRQ enable/disable to separate functionsFelipe Balbi1-11/+26
2015-03-10usb: musb: dsps: add dsps_ prefix to sw_babble_controlFelipe Balbi1-2/+2
2015-03-10usb: musb: core: controller drops session automaticallyFelipe Balbi1-1/+0
2015-03-10usb: musb: dsps: check for the single bitFelipe Balbi1-1/+1
2015-03-10usb: musb: dsps: remove babble check from dsps irq handlerFelipe Balbi2-23/+1
2015-03-10usb: musb: core: there is no connect interrupt in peripheral modeFelipe Balbi1-4/+0
2015-03-10usb: musb: core: remove unnecessary reg access from resume IRQFelipe Balbi1-15/+0
2015-03-10usb: musb: core: break long lineFelipe Balbi1-1/+2
2015-03-10usb: musb: core: move babble recovery inside babble checkFelipe Balbi1-7/+6
2015-03-10usb: musb: dsps: return error code if reset failsFelipe Balbi1-1/+1
2015-03-10usb: musb: core: fix highspeed checkFelipe Balbi1-7/+14
2015-03-10usb: musb: core: add missing curly bracesFelipe Balbi1-2/+2
2015-03-10usb: musb: core: remove unnecessary logical comparisonFelipe Balbi1-1/+1
2015-03-10usb: isp1760: add peripheral/device controller chip idSudeep Holla1-1/+1
2015-03-10usb: move definition of PCI_VENDOR_ID_SYNOPSYS to linux/pci_ids.hJoseph Kogut2-3/+0
2015-03-10usb: gadget: udc: pxa27x_udc: Remove use of seq_printf return valueJoe Perches1-72/+60
2015-03-09usb: dwc3: gadget: drop unnecessary loop when cleaning up TRBsFelipe Balbi1-21/+16
2015-03-09usb: dwc3: omap: call of_platform_depopulate() insteadFelipe Balbi1-10/+1
2015-03-09usb: dwc3: core: only reset res->start in case of errorFelipe Balbi1-22/+34
2015-03-09usb: musb: core: improve musb_interrupt() a bitFelipe Balbi1-28/+24
2015-03-09usb: musb: core: fix TX/RX endpoint orderFelipe Balbi1-18/+26
2015-03-09usb: musb: gadget: get rid of stop_activity()Felipe Balbi1-39/+1
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