summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-01-07usb: chipidea: move malloced regmap directly into struct hw_bankMarc Kleine-Budde2-41/+30
2014-01-07USB: wusbcore: fix up coding style issues in wa-nep.cRahul Bedarkar1-4/+6
2014-01-07USB: wusbcore: fix up coding style issues in wa-rpipe.cRahul Bedarkar1-3/+3
2014-01-07USB: wusbcore: fix up coding style issues in wusbhc.c and wusbhc.hRahul Bedarkar2-8/+14
2014-01-07USB: wusbcore: fix up line break coding style issues in mmc.cRahul Bedarkar1-3/+6
2014-01-07USB: wusbcore: fix up line break coding style issues in security.cRahul Bedarkar1-7/+11
2014-01-07USB: wusbcore: fix up line break coding style issues in wa-hc.hRahul Bedarkar1-4/+4
2014-01-07USB: wusbcore: fix up minor coding style issues in cbaf.cRahul Bedarkar1-5/+7
2014-01-07USB: wusbcore: correct spelling mistakes in comments and error stringRahul Bedarkar7-12/+12
2014-01-07USB: core: correct spelling mistakes in comments and warningRahul Bedarkar9-13/+14
2014-01-07Watchdog: pcwd_usb: remove CONFIG_USB_DEBUG usageGreg Kroah-Hartman1-29/+11
2014-01-07USB: c67x00: move URB private data allocation from under spinlockMax Filippov1-9/+9
2014-01-07USB: c67x00: add proper delays to HPI read/writeMax Filippov1-0/+10
2014-01-07USB: fix race between hub_disconnect and recursively_mark_NOTATTACHEDAlan Stern1-5/+9
2014-01-07USB: fix: ohci-at91 mismerge build errorArnd Bergmann1-1/+1
2014-01-03USB: oti6858: switch to generic TIOCMIWAIT implementationJohan Hovold1-43/+12
2014-01-03USB: oti6858: only wake up MSR queue on changesJohan Hovold1-1/+5
2014-01-03USB: ch341: clean up interrupt handlerJohan Hovold1-10/+9
2014-01-03USB: ch341: switch to generic TIOCMIWAIT implementationJohan Hovold1-41/+8
2014-01-03USB: ch341: only wake up MSR queue on changesJohan Hovold1-0/+3
2014-01-03USB: ch341: fix ignored TIOCMIWAIT maskJohan Hovold1-8/+4
2014-01-03USB: ch341: clean up line-status handlingJohan Hovold1-8/+14
2014-01-03USB: ch341: refactor line-status handlingJohan Hovold1-23/+28
2014-01-03USB: cypress_m8: switch to generic TIOCMIWAIT implementationJohan Hovold1-47/+16
2014-01-03USB: cypress_m8: only wake up MSR queue on changesJohan Hovold2-1/+5
2014-01-03USB: cypress_m8: clean up protocol definitionsJohan Hovold1-13/+16
2014-01-03USB: cypress_m8: fix ring-indicator detection and reportingJohan Hovold1-1/+1
2014-01-03USB: pl2303: switch to generic TIOCMIWAIT implementationJohan Hovold1-41/+8
2014-01-03USB: pl2303: only wake up MSR queue on changesJohan Hovold1-7/+10
2014-01-03USB: pl2303: clean up line-status handlingJohan Hovold1-11/+15
2014-01-03USB: pl2303: make type data constJohan Hovold1-2/+2
2014-01-03USB: Nokia 502 is an unusual deviceMikhail Zolotaryov1-0/+7
2014-01-03USB: serial: add support for iBall 3.5G connect usb modemRahul Bedarkar1-0/+4
2014-01-03USB: serial: correct spelling mistakes in commentsRahul Bedarkar12-31/+31
2014-01-03USB: musb: correct spelling mistakes in comment and error stringRahul Bedarkar4-7/+7
2014-01-03USB: misc: idmouse: correct spelling mistake in error stringRahul Bedarkar1-1/+1
2014-01-03USB: yurex: fix spelling mistake in commentRahul Bedarkar1-1/+1
2014-01-03USB: chipidea: add guard macro to ci_hdrc_imx.hRahul Bedarkar1-0/+5
2014-01-03USB: iowarrior: fix spelling mistake in commentRahul Bedarkar1-1/+1
2014-01-03USB: pl2303: use C_CMSPAR macroJohan Hovold1-2/+2
2014-01-03USB: serial: add Moxa UPORT 12XX/14XX/16XX driverAndrew Lunn3-0/+1424
2014-01-03USB: pl2303: use direct baud-rate encoding when possibleJohan Hovold1-8/+13
2014-01-03USB: pl2303: add helper function for direct baud-rate encodingJohan Hovold1-7/+15
2014-01-03USB: pl2303: refactor baud-rate divisor handlingJohan Hovold1-16/+25
2014-01-03USB: pl2303: enforce baud-rate limits before lookupJohan Hovold1-3/+3
2014-01-03USB: pl2303: refactor baud-rate table lookupJohan Hovold1-22/+33
2014-01-03USB: pl2303: rename pl2303_encode_baud_rateJohan Hovold1-3/+3
2014-01-03USB: pl2303: add device-type abstractionJohan Hovold1-7/+18
2014-01-03USB: pl2303: add quirk for legacy devicesJohan Hovold1-3/+6
2014-01-03USB: pl2303: clean up type handlingJohan Hovold1-16/+15