| Commit message (Expand) | Author | Age | Files | Lines |
* | ide: convert bus code to use dev_groups | Greg Kroah-Hartman | 2013-10-16 | 2 | -10/+27 |
* | hsi: convert bus code to use dev_groups | Greg Kroah-Hartman | 2013-10-16 | 1 | -4/+6 |
* | xenbus: convert bus code to use dev_groups | Greg Kroah-Hartman | 2013-10-16 | 4 | -9/+21 |
* | ssb: convert bus code to use dev_groups | Greg Kroah-Hartman | 2013-10-16 | 1 | -11/+14 |
* | rapidio: convert bus code to use dev_groups | Greg Kroah-Hartman | 2013-10-16 | 3 | -16/+26 |
* | pcmcia: convert bus code to use dev_groups | Greg Kroah-Hartman | 2013-10-16 | 1 | -26/+39 |
* | bcma: convert bus code to use dev_groups | Greg Kroah-Hartman | 2013-10-16 | 1 | -7/+16 |
* | uwb: convert bus code to use dev_groups | Greg Kroah-Hartman | 2013-10-16 | 1 | -5/+8 |
* | MMC: convert bus code to use dev_groups | Greg Kroah-Hartman | 2013-10-16 | 2 | -14/+19 |
* | PNP: convert bus code to use dev_groups | Greg Kroah-Hartman | 2013-10-16 | 3 | -19/+28 |
* | drivers/base/core.c: output device renaming messages with dev_dbg(). | ethan.zhao | 2013-10-16 | 1 | -2/+1 |
* | devres: add kernel standard devm_k.alloc functions | Joe Perches | 2013-10-16 | 1 | -11/+16 |
* | driver core: remove dev_bin_attrs from struct class | Greg Kroah-Hartman | 2013-10-06 | 1 | -39/+2 |
* | driver core: remove dev_attrs from struct class | Greg Kroah-Hartman | 2013-10-05 | 1 | -37/+1 |
* | Merge 3.12-rc3 into driver-core-next | Greg Kroah-Hartman | 2013-09-29 | 121 | -467/+953 |
|\ |
|
| * | Merge tag 'usb-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2013-09-29 | 21 | -107/+201 |
| |\ |
|
| | * | usb: dwc3: add support for Merrifield | David Cohen | 2013-09-26 | 1 | -0/+2 |
| | * | USB: fsl/ehci: fix failure of checking PHY_CLK_VALID during reinitialization | Shengzhou Liu | 2013-09-26 | 1 | -2/+3 |
| | * | USB: Fix breakage in ffs_fs_mount() | Al Viro | 2013-09-26 | 1 | -34/+26 |
| | * | fsl/usb: Resolve PHY_CLK_VLD instability issue for ULPI phy | Ramneek Mehresh | 2013-09-26 | 1 | -9/+3 |
| | * | usb/core/devio.c: Don't reject control message to endpoint with wrong directi... | Kurt Garloff | 2013-09-25 | 1 | -0/+16 |
| | * | usb: chipidea: USB_CHIPIDEA should depend on HAS_DMA | Geert Uytterhoeven | 2013-09-25 | 1 | -1/+1 |
| | * | usb: chipidea: udc: free pending TD at removal procedure | Peter Chen | 2013-09-25 | 1 | -0/+2 |
| | * | usb: chipidea: imx: Add usb_phy_shutdown at probe's error path | Peter Chen | 2013-09-25 | 1 | -2/+5 |
| | * | usb: chipidea: Fix memleak for ci->hw_bank.regmap when removal | Peter Chen | 2013-09-25 | 1 | -0/+1 |
| | * | usb: chipidea: udc: fix the oops after rmmod gadget | Peter Chen | 2013-09-25 | 1 | -1/+1 |
| | * | USB: fix PM config symbol in uhci-hcd, ehci-hcd, and xhci-hcd | Alan Stern | 2013-09-25 | 3 | -3/+3 |
| | * | USB: OHCI: accept very late isochronous URBs | Alan Stern | 2013-09-25 | 2 | -14/+34 |
| | * | USB: UHCI: accept very late isochronous URBs | Alan Stern | 2013-09-25 | 1 | -4/+8 |
| | * | USB: iMX21: accept very late isochronous URBs | Alan Stern | 2013-09-25 | 1 | -4/+4 |
| | * | usbcore: check usb device's state before sending a Set SEL control transfer | Xenia Ragiadakou | 2013-09-23 | 1 | -0/+3 |
| | * | xhci: Fix race between ep halt and URB cancellation | Florian Wolter | 2013-09-23 | 1 | -2/+6 |
| | * | usb: Fix xHCI host issues on remote wakeup. | Sarah Sharp | 2013-09-23 | 4 | -10/+60 |
| | * | xhci: Ensure a command structure points to the correct trb on the command ring | Mathias Nyman | 2013-09-23 | 4 | -21/+17 |
| | * | xhci: Fix oops happening after address device timeout | Mathias Nyman | 2013-09-23 | 1 | -0/+6 |
| * | | Merge tag 'tty-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2013-09-29 | 4 | -13/+10 |
| |\ \ |
|
| | * | | tty: Fix SIGTTOU not sent with tcflush() | Peter Hurley | 2013-09-25 | 1 | -0/+3 |
| | * | | n_tty: Fix EOF push index when termios changes | Peter Hurley | 2013-09-17 | 1 | -2/+1 |
| | * | | serial: pch_uart: remove unnecessary tty_port_tty_get | Johan Hovold | 2013-09-17 | 1 | -11/+1 |
| | * | | serial: pch_uart: fix tty-kref leak in dma-rx path | Johan Hovold | 2013-09-17 | 1 | -1/+2 |
| | * | | serial: pch_uart: fix tty-kref leak in rx-error path | Johan Hovold | 2013-09-17 | 1 | -0/+2 |
| | * | | serial: tegra: fix tty-kref leak | Johan Hovold | 2013-09-17 | 1 | -1/+3 |
| * | | | Merge tag 'staging-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-09-29 | 11 | -14/+18 |
| |\ \ \ |
|
| | * | | | staging: r8188eu: Add new device ID | Larry Finger | 2013-09-26 | 1 | -0/+1 |
| | * | | | staging: imx-drm: Fix probe failure | Fabio Estevam | 2013-09-25 | 1 | -8/+3 |
| | * | | | staging: vt6656: [BUG] iwctl_siwencodeext return if device not open | Malcolm Priestley | 2013-09-25 | 1 | -0/+3 |
| | * | | | staging: vt6656: [BUG] main_usb.c oops on device_close move flag earlier. | Malcolm Priestley | 2013-09-25 | 1 | -1/+2 |
| | * | | | staging: vt6656: rxtx.c [BUG] s_vGetFreeContext dead lock on null apTD. | Malcolm Priestley | 2013-09-25 | 1 | -0/+2 |
| | * | | | Staging: rtl8192u: r819xU_cmdpkt: checking NULL value after doing dev_alloc_skb | Iker Pedrosa | 2013-09-25 | 1 | -0/+2 |
| | * | | | staging: r8188eu: Add files for new drive: Cocci spatch "noderef" | Thomas Meyer | 2013-09-25 | 1 | -1/+1 |