summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* phy: exynos-mipi-video: Fix phy_power_off() callbackSylwester Nawrocki2013-10-191-1/+1
* USB: wusbcore: fix usb_dev leaksAlexey Khoroshilov2013-10-191-0/+3
* USB: UHCI: check for wakeup/suspend raceAlan Stern2013-10-191-7/+10
* USB: EHCI: add check for wakeup/suspend raceAlan Stern2013-10-191-0/+8
* USB: change dev_warn about missing reset-resume to dev_dbgAlan Stern2013-10-191-2/+2
* USB: OHCI: fix and explain sparse errorsAlan Stern2013-10-191-4/+5
* USB: EHCI: fix sparse errorsAlan Stern2013-10-192-5/+7
* USB: EHCI: fix type mismatch in check_intr_scheduleAlan Stern2013-10-191-1/+1
* Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2013-10-199-322/+260
|\
| * usb: xhci: remove the unused ->address fieldDan Williams2013-10-162-10/+2
| * usb: xhci: kill a conditional when toggling cycleDan Williams2013-10-161-1/+1
| * usb: hub_activate kill an 'else'Dan Williams2013-10-161-7/+4
| * xhci: replace 'event' with 'cmd_comp_code' in set_deq and reset_ep handlersXenia Ragiadakou2013-10-161-9/+8
| * xhci: add argument 'slot_id' in stop_ep, set_deq and reset_ep cmd handlersXenia Ragiadakou2013-10-161-13/+12
| * xhci: replace 'xhci->cmd_ring->dequeue' with 'trb' in stop_ep cmd handlerXenia Ragiadakou2013-10-161-4/+2
| * xhci: add variable 'cmd_type' in handle_cmd_completion()Xenia Ragiadakou2013-10-161-13/+14
| * xhci: add variable 'cmd_trb' in handle_cmd_completion()Xenia Ragiadakou2013-10-161-8/+9
| * xhci: add variable 'cmd_comp_code' in handle_cmd_completion()Xenia Ragiadakou2013-10-161-12/+8
| * xhci: refactor TRB_CONFIG_EP case into functionXenia Ragiadakou2013-10-161-52/+62
| * xhci: remove unused 'ep_ring' variable in handle_cmd_completion()Xenia Ragiadakou2013-10-161-2/+0
| * xhci: refactor TRB_EVAL_CONTEXT case into functionXenia Ragiadakou2013-10-161-5/+14
| * xhci: refactor TRB_NEC_GET_FW case into functionXenia Ragiadakou2013-10-161-8/+14
| * xhci: refactor TRB_RESET_DEV case into functionXenia Ragiadakou2013-10-161-7/+15
| * xhci: use completion event's slot id rather than dig it out of commandXenia Ragiadakou2013-10-161-2/+2
| * xhci: refactor TRB_ADDR_DEV case into functionXenia Ragiadakou2013-10-161-2/+9
| * xhci: refactor TRB_DISABLE_SLOT case into functionXenia Ragiadakou2013-10-161-7/+14
| * xhci: refactor TRB_ENABLE_SLOT case into functionXenia Ragiadakou2013-10-161-5/+12
| * xhci: rename existing Command Completion Event handlersXenia Ragiadakou2013-10-161-10/+8
| * xhci: remove unused argument from xhci_giveback_urb_in_irq()Xenia Ragiadakou2013-10-161-4/+4
| * xhci: correct the usage of USB_CTRL_SET_TIMEOUTxiao jin2013-10-162-2/+2
| * usb: xhci: Staticize xhci_del_comp_mod_timerSachin Kamat2013-10-161-1/+2
| * usb: Push USB2 LPM disable on disconnect into USB core.Sarah Sharp2013-10-162-5/+4
| * xhci: Enable LPM support only for hardwired or BESL devicesMathias Nyman2013-10-161-0/+27
| * usb: Don't enable USB 2.0 Link PM by default.Sarah Sharp2013-10-165-155/+26
| * xhci: Set L1 device slot on USB2 LPM enable/disable.Sarah Sharp2013-10-162-2/+3
| * usb: Disable USB 2.0 Link PM before device reset.Sarah Sharp2013-10-161-0/+6
* | Merge 3.12-rc6 into usb-next.Greg Kroah-Hartman2013-10-19122-826/+797
|\ \
| * \ Merge tag 'pm+acpi-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-10-189-189/+15
| |\ \
| | * \ Merge branch 'acpi-fixes'Rafael J. Wysocki2013-10-187-181/+7
| | |\ \
| | | * | ACPI / PM: Drop two functions that are not used any moreRafael J. Wysocki2013-10-172-57/+0
| | | * | ATA / ACPI: remove power dependent device handlingAaron Lu2013-10-173-21/+0
| | | * | ACPI / power: Drop automaitc resume of power resource dependent devicesRafael J. Wysocki2013-10-161-99/+1
| | | * | ACPI: remove /proc/acpi/event from ACPI_BUTTON helpKrzysztof Mazur2013-10-161-3/+3
| | | * | ACPI / power: Release resource_lock after acpi_power_get_state() return errorLan Tianyu2013-10-161-1/+3
| | * | | cpufreq: s3c64xx: Rename index to driver_dataCharles Keepax2013-10-161-1/+1
| | * | | intel_pstate: Fix type mismatch warningRafael J. Wysocki2013-10-161-3/+4
| | * | | cpufreq / intel_pstate: Fix max_perf_pct on resumeDirk Brandewie2013-10-161-4/+3
| | |/ /
| * | | Merge tag 'driver-core-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-10-171-2/+5
| |\ \ \
| | * | | driver core: Release device_hotplug_lock when store_mem_state returns EINVALYasuaki Ishimatsu2013-10-161-2/+5
| * | | | Merge tag 'usb-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-10-1716-80/+339
| |\ \ \ \