summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | core.c: fix 'the the' typoPeter Korsgaard2012-04-191-2/+2
| * | devtmpfs: fix 'the the' typoPeter Korsgaard2012-04-191-3/+3
| * | w1: w1_ds28e04: unlock on error path in w1_f1C_write_pio()Dan Carpenter2012-04-191-1/+3
| * | w1: Disable irqs during 1-wire bus operations, extend 1-wire reset pulseMarkus Franke2012-04-121-4/+18
| * | w1: Add 1-wire slave device driver for DS28E04-100Markus Franke2012-04-124-0/+471
| * | w1: fix slave driver registration error messageDmitry Artamonow2012-04-101-1/+1
| * | hv: fix return type of hv_post_message()Dan Carpenter2012-04-102-2/+2
* | | Merge tag 'char-misc-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-05-2319-571/+472
|\ \ \
| * | | parport: remove unused dead code from lowlevel driversMatt Porter2012-04-205-377/+0
| * | | xilinx_hwicap: reset XHI_MAX_RETRIESDaniel Borkmann2012-04-201-1/+1
| * | | xilinx_hwicap: add support for virtex6 FPGAsDaniel Borkmann2012-04-201-0/+30
| * | | Support M95040 SPI EEPROMIvo Sieben2012-04-181-3/+16
| * | | misc: add support for bmp18x chips to the bmp085 driverEric Andersson2012-04-186-100/+306
| * | | misc: bmp085: add device tree propertiesEric Andersson2012-04-181-1/+36
| * | | misc: clean up bmp085 driverEric Andersson2012-04-181-103/+103
| * | | misc: do not mark exported functions __devexitArnd Bergmann2012-04-181-1/+1
| * | | misc: add missing __devexit_p() annotationsArnd Bergmann2012-04-182-2/+2
| * | | pch_phub: delete duplicate definitionsTomoya MORINAGA2012-04-181-4/+0
| * | | misc: Fix irq leak in max8997_muic_probe error pathAxel Lin2012-04-181-4/+2
* | | | Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-23356-15439/+18764
|\ \ \ \
| * \ \ \ Merge tag 'for-usb-next-2012-05-21' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2012-05-213-31/+51
| |\ \ \ \
| | * | | | xhci: Fix DIV_ROUND_UP compile error.Sarah Sharp2012-05-211-3/+3
| | * | | | xhci: Fix compile with CONFIG_USB_SUSPEND=nSarah Sharp2012-05-211-27/+43
| | * | | | USB: Fix core compile with CONFIG_USB_SUSPEND=nSarah Sharp2012-05-211-0/+4
| | * | | | brcm80211: Fix compile error for .disable_hub_initiated_lpm.Sarah Sharp2012-05-211-1/+1
| * | | | | Revert "USB: EHCI: work around bug in the Philips ISP1562 controller"Greg Kroah-Hartman2012-05-213-9/+1
| |/ / / /
| * | | | USB: EHCI: fix command register configuration lost problemMing Lei2012-05-191-1/+0
| * | | | USB: Remove races in devio.cHuajun Li2012-05-191-8/+25
| * | | | USB: ehci-platform: remove update_deviceHauke Mehrtens2012-05-191-2/+0
| * | | | Merge tag 'for-usb-next-2012-05-18' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2012-05-1966-13/+1385
| |\ \ \ \
| | * | | | USB: Disable hub-initiated LPM for comms devices.Sarah Sharp2012-05-1956-2/+58
| | * | | | xhci: Add Intel U1/U2 timeout policy.Sarah Sharp2012-05-193-0/+138
| | * | | | xhci: Add infrastructure for host-specific LPM policies.Sarah Sharp2012-05-193-0/+335
| | * | | | xhci: Reserve one command for USB3 LPM disable.Sarah Sharp2012-05-192-0/+14
| | * | | | xhci: Some Evaluate Context commands must succeed.Sarah Sharp2012-05-193-4/+4
| | * | | | USB: Disable USB 3.0 LPM in critical sections.Sarah Sharp2012-05-193-1/+118
| | * | | | USB: Add support to enable/disable USB3 link states.Sarah Sharp2012-05-191-0/+414
| | * | | | USB: Calculate USB 3.0 exit latencies for LPM.Sarah Sharp2012-05-191-1/+210
| | * | | | USB: Refactor code to set LPM support flag.Sarah Sharp2012-05-191-5/+17
| | * | | | USB: Make sure to fetch the BOS desc for roothubs.Sarah Sharp2012-05-191-0/+9
| | * | | | xhci: Add roothub code to set U1/U2 timeouts.Sarah Sharp2012-05-192-0/+21
| | * | | | xhci: Reset reserved command ring TRBs on cleanup.Sarah Sharp2012-05-191-0/+1
| | * | | | USB: fix resource leak in xhci power loss pathOliver Neukum2012-05-191-0/+26
| | * | | | usbcore: enable USB2 LPM if port suspend failsAndiry Xu2012-05-171-0/+4
| | * | | | xhci: Add new short TX quirk for Fresco Logic host.Sarah Sharp2012-05-173-3/+19
| * | | | | USB: gpio_vbus: wakeup support on GPIO VBUS interruptsShinya Kuribayashi2012-05-171-0/+33
| * | | | | USB: gpio_vbus: a missing cancellation of workqueue in remove() functionShinya Kuribayashi2012-05-171-0/+1
| * | | | | USB: gpio_vbus: handle IRQ flags properlyShinya Kuribayashi2012-05-171-5/+6
| * | | | | USB: gpio_vbus: remove IRQF_SAMPLE_RANDOM useShinya Kuribayashi2012-05-171-3/+2
| * | | | | USB: gpio_vbus: use cached IRQ number for consistency with the probed oneShinya Kuribayashi2012-05-171-4/+6