summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-05-237-12/+21
|\
| * ttyprintk: Fix NULL pointer deref by setting tty_port ops after initializing ...Darrick J. Wong2013-05-211-1/+1
| * uio: UIO_DMEM_GENIRQ should depend on HAS_DMAGeert Uytterhoeven2013-05-211-0/+1
| * mei: bus: Reset event_cb when disabling a deviceSamuel Ortiz2013-05-211-0/+2
| * Drivers: hv: Fix a bug in get_vp_index()K. Y. Srinivasan2013-05-211-1/+1
| * mei: fix out of array access to me clients arrayTomas Winkler2013-05-211-9/+8
| * Char: lp, protect LPGETSTATUS with port_mutexsalina@us.ibm.com2013-05-161-0/+3
| * dummy-irq: require the user to specify an IRQ numberJonathan Corbet2013-05-161-1/+5
* | Merge tag 'usb-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-05-2367-229/+262
|\ \
| * | USB: cxacru: potential underflow in cxacru_cm_get_array()Dan Carpenter2013-05-201-1/+2
| * | USB: ftdi_sio: Add support for Newport CONEX motor driversGomella, Andrew (NIH/NHLBI) [F]2013-05-172-0/+4
| * | USB: option: add device IDs for Dell 5804 (Novatel E371) WWAN cardDan Williams2013-05-161-0/+2
| * | usb: ohci: fix goto wrong tag in err caseLibo Chen2013-05-161-23/+23
| * | usb: isp1760-if: fix memleak when platform_get_resource failLibo Chen2013-05-161-1/+3
| * | usb: ehci-s5p: fix memleak when fallback to pdataLibo Chen2013-05-161-0/+1
| * | USB: serial: clean up chars_in_bufferJohan Hovold2013-05-161-9/+2
| * | USB: ti_usb_3410_5052: fix chars_in_buffer overheadJohan Hovold2013-05-161-8/+15
| * | USB: io_ti: fix chars_in_buffer overheadJohan Hovold2013-05-161-8/+14
| * | USB: ftdi_sio: fix chars_in_buffer overheadJohan Hovold2013-05-161-14/+5
| * | USB: ftdi_sio: clean up get_modem_statusJohan Hovold2013-05-161-5/+4
| * | USB: serial: add generic wait_until_sent implementationJohan Hovold2013-05-162-0/+33
| * | USB: serial: add wait_until_sent operationJohan Hovold2013-05-161-0/+17
| * | USB: set device dma_mask without reference to global dataStephen Warren2013-05-1614-52/+41
| * | USB: Blacklisted Cinterion's PLxx WWAN InterfaceSchemmel Hans-Christoph2013-05-161-4/+5
| * | usb: option: Add Telewell TW-LTE 4GTeppo Kotilainen2013-05-161-0/+2
| * | USB: EHCI: remove bogus #errorArnd Bergmann2013-05-161-17/+0
| * | USB: reset resume quirk needed by a hubOliver Neukum2013-05-161-0/+3
| * | USB: usb-stor: realtek_cr: Fix compile errorWei WANG2013-05-161-4/+4
| * | usb, chipidea: fix link error when USB_EHCI_HCD is a moduleDavid Rientjes2013-05-161-1/+1
| * | USB: remove remaining instances of USB_SUSPENDAlan Stern2013-05-157-8/+8
| * | USB: OHCI: fix logic for scheduling isochronous URBsAlan Stern2013-05-151-14/+18
| * | USB: fix latency in uhci-hcd and ohci-hcdAlan Stern2013-05-152-2/+2
| * | USB: UHCI: fix for suspend of virtual HP controllerAlan Stern2013-05-151-1/+2
| * | USB: fix Kconfig logic for USB_UHCI_HCDAlan Stern2013-05-151-12/+5
| * | USB: xHCI: override bogus bulk wMaxPacketSize valuesAlan Stern2013-05-151-8/+9
| * | usb: otg: mxs-phy: add missing type to usb_phyMichael Grzeschik2013-05-151-0/+1
| * | usb: phy: remove CONFIG_USB_OTG_UTILS once morePaul Bolle2013-05-153-3/+0
| * | usb: gadget: s3c-hsotg: pass 'struct usb_request *' to usb_gadget_unmap_reque...Jingoo Han2013-05-151-1/+1
| * | usb: phy: Fix NULL pointer exception during usb_get_phyRobert Jarzmik2013-05-153-0/+3
| * | usb: phy: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-154-20/+0
| * | usb: gadget: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-151-10/+0
| * | usb: dwc3: Fix compilation break when building with USB_DWC3_DUAL_ROLE=yVivek Gautam2013-05-151-3/+3
| * | usb: gadget: fix error return code in configfs_composite_bind()Wei Yongjun2013-05-151-2/+6
| * | usb: gadget: dummy_hcd: fix error return code in init()Wei Yongjun2013-05-151-1/+3
| * | usb: gadget: fusb300_udc: fix error return code in fusb300_probe()Wei Yongjun2013-05-151-1/+3
| * | usb: gadget: m66592-udc: fix error return code in m66592_probe()Wei Yongjun2013-05-151-1/+3
| * | usb: gadget: r8a66597-udc: fix error return code in r8a66597_probe()Wei Yongjun2013-05-151-1/+3
| * | usb: gadget: s3c2410_udc: fix error return code in s3c2410_udc_probe()Wei Yongjun2013-05-151-0/+1
| * | usb: musb: dsps: fix error return code in dsps_create_musb_pdev()Wei Yongjun2013-05-151-0/+1
| * | usb: phy: nop: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-151-2/+0