summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-2830-572/+1113
|\
| * Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-nextDan Williams2016-07-2425-567/+1108
| |\
| | * libnvdimm-btt: Delete an unnecessary check before the function call "__nd_dev...Markus Elfring2016-07-241-2/+1
| | * nfit: do an ARS scrub on hitting a latent media errorVishal Verma2016-07-244-4/+132
| | * nfit: move to nfit/ sub-directoryDan Williams2016-07-246-27/+30
| | * nfit, libnvdimm: allow an ARS scrub to be triggered on demandVishal Verma2016-07-233-8/+164
| | * libnvdimm: register nvdimm_bus devices with an nd_bus driverDan Williams2016-07-232-134/+181
| | * pmem: clarify a debug print in pmem_clear_poisonVishal Verma2016-07-231-1/+1
| | * nfit, tools/testing/nvdimm/: unify shutdown pathsDan Williams2016-07-221-14/+22
| | * libnvdimm: move ->module to struct nvdimm_bus_descriptorDan Williams2016-07-215-6/+6
| | * nfit: cleanup acpi_nfit_init calling conventionDan Williams2016-07-212-33/+18
| | * nfit: fix _FIT evaluation memory leak + use after freeDan Williams2016-07-212-44/+95
| | * acpi, nfit: treat virtual ramdisk SPA as pmem regionLee, Chun-Yi2016-07-211-1/+14
| | * pmem: kill __pmem address spaceDan Williams2016-07-125-11/+11
| | * libnvdimm, pmem: use nvdimm_flush() for namespace I/O writesDan Williams2016-07-121-1/+1
| | * libnvdimm, pmem: flush posted-write queues on shutdownDan Williams2016-07-122-0/+24
| | * libnvdimm, pmem: use REQ_FUA, REQ_FLUSH for nvdimm_flush()Dan Williams2016-07-111-4/+12
| | * libnvdimm: cycle flush hintsDan Williams2016-07-112-3/+15
| | * libnvdimm: introduce nvdimm_flush() and nvdimm_has_flush()Dan Williams2016-07-114-37/+85
| | * libnvdimm: keep region data alive over namespace removalDan Williams2016-07-111-1/+2
| | * libnvdimm, nfit: move flush hint mapping to region-device driver-dataDan Williams2016-07-117-17/+116
| | * libnvdimm, nfit: remove nfit_spa_map() infrastructureDan Williams2016-07-114-171/+0
| | * libnvdimm: introduce devm_nvdimm_memremap(), convert nfit_spa_map() usersDan Williams2016-07-074-8/+132
| | * nfit: don't override return value of nfit_mem_initDan Williams2016-07-071-3/+2
| | * nfit: always associate flush hintsDan Williams2016-07-071-9/+8
| | * dax: use devm_add_action_or_reset()Sajjan, Vikas C2016-07-062-12/+8
| | * nfit: use devm_add_action_or_reset()Sajjan, Vikas C2016-07-061-4/+4
| | * libnvdimm: initialize struct blk_integrity with 0Johannes Thumshirn2016-07-061-1/+2
| | * libnvdimm, pmem: allow nfit_test to override pmem_direct_access()Dan Williams2016-06-242-15/+27
| | * nfit: add Microsoft NVDIMM DSM command set to white liststuart hayes2016-06-202-4/+11
| | * libnvdimm: IS_ERR() usage cleanupDan Williams2016-06-172-7/+4
| | * libnvdimm: use devm_add_action_or_reset()Dan Williams2016-06-152-15/+10
* | | Merge tag 'pinctrl-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2016-07-28105-2681/+10726
|\ \ \
| * | | pinctrl: fix pincontrol definition for marvellAndreas Klinger2016-07-241-42/+43
| * | | pinctrl: xway: fix typoLinus Walleij2016-07-221-1/+1
| * | | Revert "pinctrl: amd: make it explicitly non-modular"Paul Gortmaker2016-07-221-3/+20
| * | | pinctrl: iproc: Add NSP and Stingray GPIO supportRay Jui2016-07-221-7/+111
| * | | pinctrl: bcm: add OF dependenciesArnd Bergmann2016-07-221-0/+2
| * | | pinctrl: ns2: remove redundant dev_err call in ns2_pinmux_probe()Wei Yongjun2016-07-221-6/+2
| * | | pinctrl: Add STM32F746 MCU supportAlexandre TORGUE2016-07-113-0/+1688
| * | | pinctrl: intel: Protect set wake flow by spin lockAndy Shevchenko2016-07-111-0/+5
| * | | pinctrl: nsp: remove redundant dev_err call in nsp_pinmux_probe()Wei Yongjun2016-07-111-6/+2
| * | | pinctrl: uniphier: add Ethernet pin-mux settingsMasahiro Yamada2016-07-117-0/+109
| * | | sh-pfc: Use PTR_ERR_OR_ZERO() to simplify the codeWei Yongjun2016-07-111-4/+1
| * | | pinctrl: ns2: fix return value check in ns2_pinmux_probe()Wei Yongjun2016-07-111-2/+2
| * | | pinctrl: qcom: establish proper EBI2 pin groupsLinus Walleij2016-07-081-22/+46
| * | | pinctrl: imx21: Remove the MODULE_DEVICE_TABLE() macroFabio Estevam2016-07-061-1/+0
| * | | pinctrl: sunxi: fix nand0 function name for sun8iIcenowy Zheng2016-07-053-9/+9
| * | | pinctrl: uniphier: remove pointless pin-mux settings for PH1-LD11Masahiro Yamada2016-07-041-10/+0
| * | | pinctrl: qcom: add support for EBI2Linus Walleij2016-07-031-32/+42