summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asoc-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2013-10-25323-2025/+3090
|\
| * Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown2013-10-242-0/+106
| |\
| | * regmap: Add regmap_fields APIsKuninori Morimoto2013-09-172-0/+86
| | * regmap: add regmap_field_update_bits()Kuninori Morimoto2013-09-171-0/+20
| * | Merge remote-tracking branch 'asoc/topic/mc13783' into asoc-nextMark Brown2013-10-242-5/+5
| |\ \
| | * | mfd: mc13xxx: Move SPI erratum workaround into SPI I/O functionMark Brown2013-09-251-0/+5
| | * | mfd: mc13xxx: Don't require lock for simple register I/OMark Brown2013-09-251-5/+0
| | |/
| * | Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown2013-10-243-38/+161
| |\ \
| | * | regmap: Provide asynchronous write and update bits operationsMark Brown2013-10-091-0/+103
| | * | regmap: Simplify the initiation of async I/OMark Brown2013-10-093-11/+14
| | * | regmap: Don't generate gather writes for single register raw writesMark Brown2013-10-091-0/+10
| | * | regmap: Cache async work structuresMark Brown2013-10-072-27/+34
| * | | 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
| |\ \ \ \ \
| | * | | | | usb: misc: usb3503: Fix compile error due to incorrect regmap depedencyMatthew Dawson2013-10-161-1/+1
| | * | | | | usb/chipidea: fix oops on memory allocation failureRussell King - ARM Linux2013-10-161-2/+4
| | * | | | | usb-storage: add quirk for mandatory READ_CAPACITY_16Oliver Neukum2013-10-162-1/+11
| | * | | | | usb: serial: option: blacklist Olivetti Olicard200Enrico Mioso2013-10-161-1/+3
| | * | | | | USB: quirks: add touchscreen that is dazzeled by remote wakeupOliver Neukum2013-10-161-0/+3
| | * | | | | Revert "usb: musb: gadget: fix otg active status flag"Greg Kroah-Hartman2013-10-141-0/+1
| | * | | | | USB: quirks.c: add one device that cannot deal with suspensionOliver Neukum2013-10-141-0/+3
| | * | | | | USB: serial: option: add support for Inovia SEW858 deviceGreg Kroah-Hartman2013-10-111-0/+5
| | * | | | | USB: serial: ti_usb_3410_5052: add Abbott strip port ID to combined table as ...Diego Elio Pettenò2013-10-111-0/+1
| | * | | | | USB: support new huawei devices in option.cFangxiaozhi (Franko)2013-10-111-0/+216
| | * | | | | Merge tag 'for-usb-linus-2013-10-09' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2013-10-115-29/+42
| | |\ \ \ \ \
| | | * | | | | xhci: Fix spurious wakeups after S5 on HaswellTakashi Iwai2013-10-093-0/+25
| | | * | | | | xhci: fix write to USB3_PSSEN and XUSB2PRM pci config registersXenia Ragiadakou2013-10-091-2/+2
| | | * | | | | xhci: quirk for extra long delay for S4Oliver Neukum2013-10-093-1/+15
| | | * | | | | xhci: Don't enable/disable RWE on bus suspend/resume.Sarah Sharp2013-10-091-26/+0
| | | | |_|/ / | | | |/| | |
| | * | | | | Merge tag 'fixes-for-v3.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-10-114-46/+49
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | usb: musb: start musb on the udc side, tooSebastian Andrzej Siewior2013-10-114-46/+49
| * | | | | | Merge tag 'tty-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-10-172-5/+3
| |\ \ \ \ \ \
| | * | | | | | serial: vt8500: add missing bracesRoel Kluin2013-10-161-2/+3
| | * | | | | | Revert "serial: i.MX: evaluate linux,stdout-path property"Greg Kroah-Hartman2013-10-071-3/+0
| | |/ / / / /
| * | | | | | Merge tag 'char-misc-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-10-173-2/+13
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'iio-fixes-for-3.12c' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-10-17101-694/+1078
| | |\ \ \ \ \ \
| | | * | | | | | iio:buffer: Free active scan mask in iio_disable_all_buffers()Lars-Peter Clausen2013-10-151-0/+3
| | | * | | | | | iio: frequency: adf4350: add missing clk_disable_unprepare() on error in adf4...Wei Yongjun2013-10-121-2/+4
| | | |/ / / / /
| | * | | | | | Revert "Drivers: hv: vmbus: Fix a bug in channel rescind code"Greg Kroah-Hartman2013-10-171-2/+6