summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* clk: at91: fix clk-generated parentingAlexandre Belloni2017-06-011-2/+1
* clk: imx7d: Fix the powerdown bit location of PLL DDRFabio Estevam2017-06-013-1/+7
* clk: mvebu: armada-38x: add support for 1866MHz variantsRalph Sennhauser2017-06-011-3/+4
* Merge branch 'clk-ap806' into clk-nextMichael Turquette2017-06-011-36/+71
|\
| * clk: mvebu: ap806: introduce a new bindingGregory CLEMENT2017-06-011-12/+44
| * clk: mvebu: ap806: do not depend anymore of the *-clock-output-namesGregory CLEMENT2017-06-011-22/+24
| * clk: mvebu: ap806: cosmetic improvementGregory CLEMENT2017-06-011-7/+8
* | Merge tag 'meson-clk-fixes-for-4.12-rc2' of git://github.com/baylibre/clk-mes...Michael Turquette2017-05-251-0/+1
|\ \
| * | clk: meson: gxbb: fix build error without RESET_CONTROLLERTobias Regnery2017-05-161-0/+1
| |/
* / clk: sunxi-ng: sun5i: Fix ahb_bist_clk definitionBoris Brezillon2017-05-251-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-05-135-7/+445
|\
| * Input: cros_ec_keyb - remove extraneous 'const'Arnd Bergmann2017-05-121-1/+1
| * Input: add support for PlayStation 1/2 joypads connected via SPITomohiro Yoshidomi2017-05-103-0/+423
| * Input: xpad - add USB IDs for Mad Catz Brawlstick and Razer SabertoothBenjamin Valentin2017-05-071-0/+2
| * Input: xpad - sync supported devices with xboxdrvBenjamin Valentin2017-05-071-0/+13
| * Input: xpad - sort supported devices by USB IDBenjamin Valentin2017-05-071-6/+6
* | Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2017-05-133-10/+159
|\ \
| * | ubi: Add debugfs file for tracking PEB stateBen Shelton2017-05-081-1/+125
| * | ubi: fastmap: Fix slab corruptionRabin Vincent2017-05-081-4/+29
| * | ubi: Make mtd parameter readableAndy Shevchenko2017-05-081-1/+1
| * | ubi: Fix section mismatchAndy Shevchenko2017-05-081-4/+4
* | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-138-57/+166
|\ \ \
| * | | libnvdimm, btt: ensure that initializing metadata clears poisonVishal Verma2017-05-111-7/+47
| * | | libnvdimm: add an atomic vs process context flag to rw_bytesVishal Verma2017-05-116-37/+46
| * | | device-dax: kill NR_DEV_DAXDan Williams2017-05-092-13/+3
| * | | block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams2017-05-081-0/+70
| * | | device-dax: Tell kbuild DEV_DAX_PMEM depends on DEV_DAXMike Galbraith2017-05-081-1/+1
* | | | Merge tag 'for-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds2017-05-1215-172/+945
|\ \ \ \
| * | | | power: supply: cpcap-charger: Keep trickle charger bits disabledTony Lindgren2017-05-041-2/+1
| * | | | power: supply: cpcap-charger: Fix enable for 3.8V charge settingTony Lindgren2017-05-041-1/+1
| * | | | power: supply: cpcap-charger: Fix charge voltage configurationTony Lindgren2017-05-041-2/+2
| * | | | power: supply: cpcap-charger: Fix charger nameTony Lindgren2017-05-041-1/+1
| * | | | power: supply: twl4030-charger: make twl4030_bci_property_is_writeable staticSebastian Reichel2017-05-041-1/+1
| * | | | power: supply: sbs-battery: Add alert callbackPhil Reid2017-05-011-3/+13
| * | | | power: supply: avoid unused twl4030-madc.hSebastian Reichel2017-05-012-2/+0
| * | | | power: supply: sbs-battery: Correct supply status with current drawPaul Kocialkowski2017-05-011-0/+29
| * | | | power: supply: sbs-battery: Don't ignore the first external power changePaul Kocialkowski2017-05-011-10/+0
| * | | | power: supply: pda_power: move from timer to delayed_workMichael Trimarchi2017-05-011-22/+27
| * | | | power: supply: max17042_battery: Add support for the SCOPE propertyHans de Goede2017-05-011-0/+4
| * | | | power: supply: max17042_battery: Add support for the CHARGE_NOW propertyHans de Goede2017-05-011-0/+10
| * | | | power: supply: max17042_battery: Add support for the CHARGE_FULL_DESIGN propertyHans de Goede2017-05-011-0/+10
| * | | | power: supply: max17042_battery: mAh readings depend on r_sns valueHans de Goede2017-05-011-1/+4
| * | | | power: supply: max17042_battery: Add support for the VOLT_MIN propertyHans de Goede2017-05-011-0/+8
| * | | | power: supply: max17042_battery: Add support for the TECHNOLOGY attributeHans de Goede2017-05-011-0/+4
| * | | | power: supply: max17042_battery: Add external_power_changed callbackHans de Goede2017-05-011-0/+6
| * | | | power: supply: max17042_battery: Add support for the STATUS propertyHans de Goede2017-05-011-0/+46
| * | | | power: supply: max17042_battery: Add default platform_data fallback dataHans de Goede2017-05-011-7/+53
| * | | | power: supply: max17047_battery: The temp alert values are 8-bit 2's complementHans de Goede2017-05-011-2/+2
| * | | | power: supply: max17042_battery: Use sign_extend32 instead of DIY codeHans de Goede2017-05-011-21/+3
| * | | | power: supply: ab8500_charger: spelling: "prechage" -> "precharge"Colin Ian King2017-05-011-1/+1