summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-03-14mei: limit the number of queued writesAlexander Usyskin7-35/+154
2018-03-14mei: make module referencing local to the bus.cTomas Winkler3-39/+34
2018-03-14nvmem: imx-ocotp: remove unused dead codeDong Aisheng1-2/+0
2018-03-14dt-bindings: nvmem: imx-ocotp: update the binding to reflect data cellsDong Aisheng1-4/+19
2018-03-14nvmem: sunxi-sid: fix H3 SID controller supportIcenowy Zheng1-21/+50
2018-03-14nvmem: add i.MX7 support to snvs-lpgprAndrey Yurovsky3-9/+25
2018-03-14nvmem: bcm-ocotp: Do not use "&pdev->dev" explicitlyAndrey Smirnov1-2/+1
2018-03-14nvmem: imx-iim: Do not use "&pdev->dev" explicitlyAndrey Smirnov1-1/+1
2018-03-14nvmem: rockchip-efuse: Do not use "&pdev->dev" explicitlyAndrey Smirnov1-4/+4
2018-03-14nvmem: vf610-ocotp: Do not use "&pdev->dev" explicitlyAndrey Smirnov1-2/+1
2018-03-14nvmem: rockchip-efuse: Make use of of_device_get_match_data()Andrey Smirnov1-4/+4
2018-03-14nvmem: snvs_lpgpr: Convert commas to semicolonsAndrey Smirnov1-6/+6
2018-03-14nvmem: qfprom: Convert to use devm_nvmem_register()Andrey Smirnov1-14/+2
2018-03-14nvmem: bcm-ocotp: Convert to use devm_nvmem_register()Andrey Smirnov1-11/+1
2018-03-14nvmem: imx-iim: Convert to use devm_nvmem_register()Andrey Smirnov1-14/+2
2018-03-14nvmem: lpc18xx_otp: Convert to use devm_nvmem_register()Andrey Smirnov1-14/+2
2018-03-14nvmem: meson-efuse: Convert to use devm_nvmem_register()Andrey Smirnov1-14/+2
2018-03-14nvmem: meson-mx-efuse: Convert to use devm_nvmem_register()Andrey Smirnov1-14/+2
2018-03-14nvmem: mtk-efuse: Convert to use devm_nvmem_register()Andrey Smirnov1-14/+2
2018-03-14nvmem: rockchip-efuse: Convert to use devm_nvmem_register()Andrey Smirnov1-14/+2
2018-03-14nvmem: snvs_lgpr: Convert to use devm_nvmem_register()Andrey Smirnov1-14/+2
2018-03-14nvmem: uniphier-efuse: Convert to use devm_nvmem_register()Andrey Smirnov1-14/+2
2018-03-14nvmem: imx-ocotp: Convert to use devm_nvmem_register()Andrey Smirnov1-14/+2
2018-03-14nvmem: vf610-ocotp: Convert to use devm_nvmem_register()Andrey Smirnov1-17/+4
2018-03-14nvmem: Introduce devm_nvmem_(un)register()Andrey Smirnov2-0/+76
2018-03-14nvmem: core: Allow specifying device name verbatimAndrey Smirnov2-3/+11
2018-03-14nvmem: Document struct nvmem_configAndrey Smirnov1-0/+22
2018-03-14mcb: add Altera PCI ID to mcb-pciJohannes Thumshirn1-0/+1
2018-03-14PCI: Add Altera vendor IDJohannes Thumshirn3-3/+2
2018-03-14fsi: core: Add check for master property no-scan-on-initChristopher Bostic1-1/+4
2018-03-14dt-bindings: fsi: Add optional property no-scan-on-initChristopher Bostic1-0/+7
2018-03-14fsi: master: Clarify master lifetimes & fix use-after-free in hub masterJeremy Kerr2-3/+33
2018-03-14fsi: core: Reduce console output during normal scanChristopher Bostic2-3/+3
2018-03-14fsi: Match fsi slaves and engines to available dt nodesJeremy Kerr4-0/+108
2018-03-14dt-bindings: fsi: Add specification for FSI bussesJeremy Kerr1-0/+144
2018-03-14fsi: Fix one and two byte bus reads/writesEddie James1-4/+7
2018-03-14fsi: master-gpio: Add external modeJeremy Kerr2-2/+86
2018-03-14fsi: master-gpio: Add locking during break and link enableJeremy Kerr1-0/+7
2018-03-14fsi: Add fsi_master_rescan()Jeremy Kerr2-2/+10
2018-03-14coresight: etm4x: Fix bit shiftingBo Yan1-2/+2
2018-03-14coresight: Use %px to print pcsr instead of %pLeo Yan1-1/+1
2018-03-14parport: Replace short License header by SPDX identifierAndy Shevchenko1-7/+1
2018-03-14parport: Sort headers alphabeticallyAndy Shevchenko1-5/+5
2018-03-14parport: Switch to use module_pci_driver() macroAndy Shevchenko1-15/+1
2018-03-14parport: Convert printk(KERN_WARN) to dev_warn()Andy Shevchenko1-6/+5
2018-03-14parport: Don't shadow error codes in ->probe()Andy Shevchenko1-6/+6
2018-03-14parport: Convert to use managed functions pcim_* and devm_*Andy Shevchenko1-10/+5
2018-03-14parport: PCI core handles power state for usAndy Shevchenko1-28/+12
2018-03-14parport: Add support for BrainBoxes PX272/PX306 MIO cardAndy Shevchenko1-0/+12
2018-03-14parport: ax88796: Delete an unnecessary variable initialisation in parport_ax...Markus Elfring1-1/+1