summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* dev_dbg/dynamic_debug: Update to use printk_emit, optimize stackJoe Perches2012-09-171-30/+34
* Merge 3.6-rc7 into driver-core-nextGreg Kroah-Hartman2012-09-16334-1395/+2941
|\
| * Merge tag 'mfd-for-linus-3.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-09-1656-243/+331
| |\
| | * mfd: MAX77693: Fix NULL pointer error when initializing irqsChanwoo Choi2012-09-162-7/+26
| | * mfd: MAX77693: Fix interrupt handling bugChanwoo Choi2012-09-161-5/+31
| | * mfd: core: Push irqdomain mapping out into devicesMark Brown2012-09-1553-111/+122
| | * mfd: lpc_ich: Fix a 3.5 kernel regression for iTCO_wdt driverFeng Tang2012-08-231-19/+1
| | * mfd: Move tps65217 regulator plat data handling to regulatorAnilKumar Ch2012-08-222-102/+152
| * | Merge tag 'for-3.6-rc6' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2012-09-162-0/+36
| |\ \
| | * | pwm: pwm-tiehrpwm: Fix conflicting channel period settingPhilip, Avinash2012-09-101-0/+29
| | * | pwm: pwm-tiecap: Disable APWM mode after configurePhilip, Avinash2012-09-101-0/+7
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2012-09-168-125/+137
| |\ \ \
| | * | | target: go through normal processing for zero-length REQUEST_SENSEPaolo Bonzini2012-09-071-9/+2
| | * | | target: support zero allocation length in REQUEST SENSEPaolo Bonzini2012-09-071-17/+18
| | * | | target: support zero-size allocation lengths in transport_kmap_data_sgPaolo Bonzini2012-09-071-4/+9
| | * | | target: fail REPORT LUNS with less than 16 bytes of payloadPaolo Bonzini2012-09-071-0/+7
| | * | | target: report too-small parameter lists everywherePaolo Bonzini2012-09-073-2/+30
| | * | | target: go through normal processing for zero-length PSCSI commandsPaolo Bonzini2012-09-072-5/+7
| | * | | target: fix use-after-free with PSCSI sense dataPaolo Bonzini2012-09-052-36/+21
| | * | | target: simplify code around transport_get_sense_dataPaolo Bonzini2012-09-051-36/+13
| | * | | target: move transport_get_sense_dataPaolo Bonzini2012-09-051-55/+55
| | * | | target: Check idr_get_new return value in iscsi_login_zero_tsih_s1Benjamin Wang2012-08-261-1/+10
| | * | | target: Fix ->data_length re-assignment bug with SCSI overflowNicholas Bellinger2012-08-231-2/+7
| * | | | Merge tag 'pm-for-3.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-09-162-12/+34
| |\ \ \ \
| | * | | | ACPI / PM: Use KERN_DEBUG when no power resources are foundAaron Lu2012-09-141-1/+1
| | * | | | ACPI / PM: Fix resource_lock dead lock in acpi_power_on_deviceLin Ming2012-09-141-11/+23
| | * | | | ACPI / PM: Infer parent power state from child if unknown, v2Rafael J. Wysocki2012-09-141-0/+10
| * | | | | Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds2012-09-147-36/+31
| |\ \ \ \ \
| | * | | | | thinkpad_acpi: buffer overflow in fan_get_status()Dan Carpenter2012-09-131-6/+7
| | * | | | | eeepc-laptop: fix device reference count leakage in eeepc_rfkill_hotplug()Jiang Liu2012-09-131-4/+6
| | * | | | | platform/x86: fix asus_laptop.wled_type descriptionMaxim Nikulin2012-09-131-1/+1
| | * | | | | asus-laptop: HRWS/HWRS typoCorentin Chary2012-09-131-4/+4
| | * | | | | drivers-platform-x86: remove useless #ifdef CONFIG_ACPI_VIDEOCorentin Chary2012-09-134-14/+0
| | * | | | | apple-gmux: Fix port address calculation in gmux_pio_write32()Seth Forshee2012-09-131-1/+1
| | * | | | | apple-gmux: Fix index read functionsBernhard Froemel2012-09-131-2/+4
| | * | | | | apple-gmux: Obtain version info from indexed gmuxBernhard Froemel2012-09-131-4/+8
| * | | | | | Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l...Linus Torvalds2012-09-143-32/+40
| |\ \ \ \ \ \
| | * | | | | | i2c: algo: pca: Fix mode selection for PCA9665Thomas Kavanagh2012-09-141-3/+3
| | * | | | | | i2c: mxs: correctly setup speed for non devicetreeWolfram Sang2012-09-121-7/+6
| | * | | | | | i2c: pnx: Fix read transactions of >= 2 bytesRoland Stigge2012-09-121-20/+28
| | * | | | | | i2c: pnx: Fix bit definitionsRoland Stigge2012-09-121-2/+3
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-09-142-25/+14
| |\ \ \ \ \ \
| | * | | | | | hwmon: (ina2xx) Fix word size register read and write operationsGuenter Roeck2012-09-121-21/+9
| | * | | | | | hwmon: (twl4030-madc-hwmon) Initialize uninitialized structure elementsGuenter Roeck2012-09-111-4/+5
| | |/ / / / /
| * | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-09-1425-133/+297
| |\ \ \ \ \ \
| | * | | | | | drm/nouveau: fix booting with plymouth + dumb supportDave Airlie2012-09-141-1/+1
| | * | | | | | drm/radeon: make 64bit fences more robust v3Christian König2012-09-131-3/+5
| | * | | | | | drm/radeon: rework pll selection (v3)Alex Deucher2012-09-131-34/+129
| | * | | | | | Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux...Dave Airlie2012-09-1311-68/+29
| | |\ \ \ \ \ \
| | | * | | | | | drm/exynos: remove DRM_FORMAT_NV12M from plane moduleInki Dae2012-09-131-1/+0