summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* power: charger-manager: Remove casting the return value which is a void pointerJingoo Han2014-09-061-1/+1
* power_supply: Add boot and calibration attributesRamakrishna Pallala2014-09-063-0/+14
* power: charger-manager: Check charging state right after completed initializa...Chanwoo Choi2014-09-061-0/+7
* power: charger-manager: Fix checking of wrong return typeChanwoo Choi2014-09-061-1/+1
* power/reset: xgene-reset: Fix prototype of xgene_restart()Mark Brown2014-09-061-1/+1
* sbs-battery: add min design voltage to sbs-batterySimon Que2014-09-061-2/+8
* sbs-battery: export manufacturer and model name to sysfsCheng-Yi Chiang2014-09-061-0/+115
* Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-09-054-14/+62
|\
| * Revert "i2c: rcar: remove spinlock"Sergei Shtylyov2014-09-041-0/+22
| * i2c: at91: add bound checking on SMBus block length bytesMarek Roszko2014-09-021-4/+24
| * i2c: rk3x: fix bug that cause transfer fails in master receive modeaddy ke2014-09-021-0/+4
| * i2c: at91: Fix a race condition during signal handling in at91_do_twi_xfer.Simon Lindgren2014-09-021-2/+2
| * i2c: mv64xxx: continue probe when clock-frequency is missingChen-Yu Tsai2014-09-021-2/+1
| * i2c: rcar: fix MNR interrupt handlingSergei Shtylyov2014-09-021-6/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2014-09-053-1/+5
|\ \
| * | m68k: Wire up memfd_createGeert Uytterhoeven2014-09-013-1/+3
| * | m68k: Wire up getrandomGeert Uytterhoeven2014-09-013-1/+3
| |/
* | mm: memcontrol: revert use of root_mem_cgroup res_counterJohannes Weiner2014-09-051-25/+78
* | Export sync_filesystem() for modular ->remount_fs() useAnton Altaparmakov2014-09-051-1/+1
* | Merge tag 'regulator-v3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-09-058-17/+21
|\ \
| | \
| | \
| *-. \ Merge remote-tracking branches 'regulator/fix/doc' and 'regulator/fix/tps6509...Mark Brown2014-09-058-17/+21
| |\ \ \ | | |_|/ | |/| |
| | | * regulator: tps65090: Fix tps65090 typos in exampleAndreas Färber2014-08-061-2/+2
| | * | regulator: fix kernel-doc warnings in header filesRandy Dunlap2014-08-282-0/+3
| | * | regulator: Proofread documentationGeert Uytterhoeven2014-08-275-15/+16
* | | | Merge tag 'gpio-v3.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-09-053-49/+83
|\ \ \ \
| * | | | gpio: move varargs hack outside #ifdef GPIOLIBLinus Walleij2014-09-021-45/+60
| * | | | gpio: bt8xx: fix release of managed resourcesMichael Auchter2014-08-291-3/+0
| * | | | Documentation: gpio: documentation for optional getters functionsAlexandre Courbot2014-08-291-1/+23
* | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-09-0510-41/+90
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linux-3.17' of git://anongit.freedesktop.org/git/nouveau/linux-...Dave Airlie2014-09-051-2/+2
| |\ \ \ \ \
| | * | | | | drm/nouveau/core: don't leak oclass type bits to userBen Skeggs2014-09-051-2/+2
| * | | | | | Merge tag 'drm-intel-fixes-2014-09-03' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-09-042-21/+44
| |\ \ \ \ \ \
| | * | | | | | drm/i915: Fix lock dropping in intel_tv_detect()Ville Syrjälä2014-09-021-3/+7
| | * | | | | | drm/i915: handle G45/GM45 pulse detection connected state.Dave Airlie2014-09-011-18/+37
| * | | | | | | Merge branch 'vmwgfx-fixes-3.17' of git://people.freedesktop.org/~thomash/lin...Dave Airlie2014-09-032-7/+7
| |\ \ \ \ \ \ \
| | * | | | | | | drm/vmwgfx: Fix a potential infinite spin waiting for fifo idleThomas Hellstrom2014-09-011-1/+2
| | * | | | | | | drm/vmwgfx: Fix an incorrect OOM return valueThomas Hellstrom2014-09-011-6/+5
| * | | | | | | | Merge tag 'drm-intel-fixes-2014-08-28' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-08-295-11/+37
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | drm/i915: Remove bogus __init annotation from DMI callbacksMathias Krause2014-08-283-3/+3
| | * | | | | | | drm/i915: don't warn if backlight unexpectedly enabledScot Doyle2014-08-271-4/+4
| | * | | | | | | drm/i915: Move intel_ddi_set_vc_payload_alloc(false) to haswell_crtc_disable()Ville Syrjälä2014-08-261-4/+3
| | * | | | | | | drm/i915: fix plane/cursor handling when runtime suspendedPaulo Zanoni2014-08-261-0/+24
| | * | | | | | | drm/i915: Ignore VBT backlight presence check on Acer C720 (4005U)Scot Doyle2014-08-261-0/+3
| | | |_|/ / / / | | |/| | | | |
* | | | | | | | Merge git://git.kvack.org/~bcrl/aio-fixesLinus Torvalds2014-09-041-1/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | aio: block exit_aio() until all context requests are completedGu Zheng2014-09-041-1/+6
| * | | | | | | | aio: add missing smp_rmb() in read_events_ringJeff Moyer2014-09-021-0/+6
* | | | | | | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-09-041-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | hwmon: (ds1621) Update zbits after conversion rate changeRobert Coulson2014-08-281-0/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'platform-drivers-x86-v3.17-1' of git://git.infradead.org/users/dvh...Linus Torvalds2014-09-043-38/+24
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | toshiba_acpi: fix and cleanup toshiba_kbd_bl_mode_store()Dan Carpenter2014-09-031-6/+12
OpenPOWER on IntegriCloud