summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* netconsole: use per-attribute show and store methodsChristoph Hellwig2015-10-131-139/+132
* target: use per-attribute show and store methodsChristoph Hellwig2015-10-1317-2775/+1629
* spear13xx_pcie_gadget: use per-attribute show and store methodsChristoph Hellwig2015-10-131-145/+71
* usb-gadget/f_serial: use per-attribute show and store methodsChristoph Hellwig2015-10-131-22/+4
* usb-gadget/f_phonet: use per-attribute show and store methodsChristoph Hellwig2015-10-131-21/+4
* usb-gadget/f_obex: use per-attribute show and store methodsChristoph Hellwig2015-10-131-22/+4
* usb-gadget/f_uac2: use per-attribute show and store methodsChristoph Hellwig2015-10-131-17/+11
* usb-gadget/f_uac1: use per-attribute show and store methodsChristoph Hellwig2015-10-131-23/+16
* usb-gadget/f_mass_storage: use per-attribute show and store methodsChristoph Hellwig2015-10-131-73/+46
* usb-gadget/f_sourcesink: use per-attribute show and store methodsChristoph Hellwig2015-10-131-47/+36
* usb-gadget/f_printer: use per-attribute show and store methodsChristoph Hellwig2015-10-131-18/+12
* usb-gadget/f_midi: use per-attribute show and store methodsChristoph Hellwig2015-10-131-21/+16
* usb-gadget/f_loopback: use per-attribute show and store methodsChristoph Hellwig2015-10-131-19/+12
* usb-gadget/ether: use per-attribute show and store methodsChristoph Hellwig2015-10-136-46/+38
* usb-gadget/f_acm: use per-attribute show and store methodsChristoph Hellwig2015-10-131-22/+4
* usb-gadget/f_hid: use per-attribute show and store methodsChristoph Hellwig2015-10-131-20/+14
* usb-gadget/uvc: use per-attribute show and store methodsChristoph Hellwig2015-10-131-244/+143
* usb-gadget: use per-attribute show and store methodsChristoph Hellwig2015-10-131-182/+113
* thermal: fix intel PCH thermal driver mismergeLinus Torvalds2015-09-111-7/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-111-1/+2
|\
| * fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to voidJoe Perches2015-09-111-1/+2
* | Merge tag 'ntb-4.3' of git://github.com/jonmason/ntbLinus Torvalds2015-09-114-42/+203
|\ \
| * | NTB: Fix range check on memory window indexAllen Hubbe2015-09-071-1/+1
| * | NTB: Improve index handling in B2B MW workaroundAllen Hubbe2015-09-071-6/+16
| * | NTB: Use unique DMA channels for TX and RXDave Jiang2015-09-071-19/+58
| * | NTB: Remove dma_sync_wait from ntb_async_rxAllen Hubbe2015-09-071-9/+3
| * | NTB: Clean up QP stats infoDave Jiang2015-09-071-9/+16
| * | NTB: Make the transport list in order of discoveryDave Jiang2015-09-071-1/+1
| * | NTB: Add PCI Device IDs for Broadwell XeonDave Jiang2015-09-072-0/+18
| * | NTB: Add flow control to the ntb_netdevDave Jiang2015-09-072-1/+94
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-09-1115-15/+947
|\ \ \
| * \ \ Merge branch 'next' into for-linusDmitry Torokhov2015-09-1115-15/+947
| |\ \ \
| | * | | Input: imx_keypad - remove obsolete commentFabio Estevam2015-09-051-2/+0
| | * | | Input: touchscreen - add imx6ul_tsc driver supportHaibo Chen2015-09-053-0/+536
| | * | | Input: Add touchscreen support for Colibri VF50Sanchayan Maity2015-09-053-0/+399
| | * | | Input: i8042 - lower log level for "no controller" messageTakashi Iwai2015-09-051-1/+1
| | * | | Input: evdev - do not report errors form flush()Takashi Iwai2015-09-031-9/+4
| | * | | Input: elants_i2c - extend the calibration timeout to 12 secondsJames Chen2015-09-031-1/+1
| | * | | Input: sparcspkr - fix module autoload for OF platform driversLuis de Bethencourt2015-09-031-0/+2
| | * | | Input: regulator-haptic - fix module autoload for OF platform driverLuis de Bethencourt2015-09-031-0/+1
| | * | | Input: pwm-beeper - fix module autoload for OF platform driverLuis de Bethencourt2015-09-031-0/+1
| | * | | Input: ab8500-ponkey - Fix module autoload for OF platform driverLuis de Bethencourt2015-09-031-0/+1
| | * | | Input: cyttsp - remove unnecessary MODULE_ALIAS()Javier Martinez Canillas2015-09-032-2/+0
| | * | | Input: elan_i2c - add ACPI ID "ELAN1000"João Paulo Rechi Vita2015-09-031-0/+1
* | | | | Merge tag 'pm+acpi-4.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-1111-43/+180
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'pm-cpu', 'pm-cpuidle' and 'pm-domains'Rafael J. Wysocki2015-09-116-15/+93
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | | | * | | | staging: board: Migrate away from __pm_genpd_name_add_device()Geert Uytterhoeven2015-09-092-2/+36
| | | | * | | | PM / Domains: Ensure subdomain is not in use before removingJon Hunter2015-09-051-0/+8
| | | | * | | | PM / Domains: Try power off masters in error path of __pm_genpd_poweron()Ulf Hansson2015-09-031-13/+17
| | | * | | | | cpuidle/coupled: Add sanity check for safe_state_indexXunlei Pang2015-09-033-0/+32