summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* i2c: sh_mobile: Convert to clk_prepare/unprepareLaurent Pinchart2013-10-311-4/+4
* i2c: mux: gpio: use reg value for i2c_add_mux_adapterIonut Nicu2013-10-301-2/+2
* i2c: mux: gpio: use gpio_set_value_cansleep()Ionut Nicu2013-10-301-2/+2
* i2c: Include linux/of.h headerSachin Kamat2013-10-305-0/+5
* i2c: mxs: Fix PIO mode on i.MX23Marek Vasut2013-10-061-11/+29
* i2c: mxs: Rework the PIO mode operationMarek Vasut2013-10-061-102/+176
* i2c: mxs: distinguish i.MX23 and i.MX28 based I2C controllerJuergen Beisert2013-10-061-6/+34
* i2c: Remove redundant 'driver' field from the i2c_client structLars-Peter Clausen2013-10-032-13/+18
* drm: nouveau: Don't use i2c_client->driverLars-Peter Clausen2013-10-031-1/+2
* drm: encoder_slave: Don't use i2c_client->driverLars-Peter Clausen2013-10-031-4/+4
* media: core: Don't use i2c_client->driverLars-Peter Clausen2013-10-032-8/+8
* media: exynos4-is: Don't use i2c_client->driverLars-Peter Clausen2013-10-031-3/+3
* media: s5c73m3: Don't use i2c_client->driverLars-Peter Clausen2013-10-031-1/+1
* i2c: remove redundant of_match_ptrSachin Kamat2013-10-034-4/+4
* misc: (at24) move header to linux/platform_data/Vivien Didelot2013-09-301-1/+1
* i2c: bfin-twi: Remove casting the return value which is a void pointerJingoo Han2013-09-301-3/+3
* i2c: xiic: Remove casting the return value which is a void pointerJingoo Han2013-09-301-1/+1
* i2c: rcar: use per-device clockGuennadi Liakhovetski2013-09-301-1/+1
* i2c: rcar: fix clk_get() error handlingGuennadi Liakhovetski2013-09-301-3/+3
* i2c: rcar: add Device Tree supportGuennadi Liakhovetski2013-09-301-2/+19
* i2c: rcar: get clock rate only once and simplify calculationGuennadi Liakhovetski2013-09-301-7/+13
* i2c: rcar: (cosmetic) remove superfluous parenthesisGuennadi Liakhovetski2013-09-301-1/+1
* i2c: i2c-dev: Create 'name' attribute automaticallyGuenter Roeck2013-09-301-9/+10
* Merge tag 'usb-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-09-2921-107/+201
|\
| * usb: dwc3: add support for MerrifieldDavid Cohen2013-09-271-0/+2
| * USB: fsl/ehci: fix failure of checking PHY_CLK_VALID during reinitializationShengzhou Liu2013-09-271-2/+3
| * USB: Fix breakage in ffs_fs_mount()Al Viro2013-09-271-34/+26
| * fsl/usb: Resolve PHY_CLK_VLD instability issue for ULPI phyRamneek Mehresh2013-09-261-9/+3
| * usb/core/devio.c: Don't reject control message to endpoint with wrong directi...Kurt Garloff2013-09-261-0/+16
| * usb: chipidea: USB_CHIPIDEA should depend on HAS_DMAGeert Uytterhoeven2013-09-261-1/+1
| * usb: chipidea: udc: free pending TD at removal procedurePeter Chen2013-09-261-0/+2
| * usb: chipidea: imx: Add usb_phy_shutdown at probe's error pathPeter Chen2013-09-261-2/+5
| * usb: chipidea: Fix memleak for ci->hw_bank.regmap when removalPeter Chen2013-09-261-0/+1
| * usb: chipidea: udc: fix the oops after rmmod gadgetPeter Chen2013-09-261-1/+1
| * USB: fix PM config symbol in uhci-hcd, ehci-hcd, and xhci-hcdAlan Stern2013-09-263-3/+3
| * USB: OHCI: accept very late isochronous URBsAlan Stern2013-09-262-14/+34
| * USB: UHCI: accept very late isochronous URBsAlan Stern2013-09-261-4/+8
| * USB: iMX21: accept very late isochronous URBsAlan Stern2013-09-261-4/+4
| * usbcore: check usb device's state before sending a Set SEL control transferXenia Ragiadakou2013-09-241-0/+3
| * xhci: Fix race between ep halt and URB cancellationFlorian Wolter2013-09-241-2/+6
| * usb: Fix xHCI host issues on remote wakeup.Sarah Sharp2013-09-244-10/+60
| * xhci: Ensure a command structure points to the correct trb on the command ringMathias Nyman2013-09-244-21/+17
| * xhci: Fix oops happening after address device timeoutMathias Nyman2013-09-241-0/+6
* | Merge tag 'tty-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-09-294-13/+10
|\ \
| * | tty: Fix SIGTTOU not sent with tcflush()Peter Hurley2013-09-261-0/+3
| * | n_tty: Fix EOF push index when termios changesPeter Hurley2013-09-171-2/+1
| * | serial: pch_uart: remove unnecessary tty_port_tty_getJohan Hovold2013-09-171-11/+1
| * | serial: pch_uart: fix tty-kref leak in dma-rx pathJohan Hovold2013-09-171-1/+2
| * | serial: pch_uart: fix tty-kref leak in rx-error pathJohan Hovold2013-09-171-0/+2
| * | serial: tegra: fix tty-kref leakJohan Hovold2013-09-171-1/+3