summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: actions: define constructor generic to Actions Semi SoC'sSaravanan Sekar2018-11-192-133/+137
* pinctrl: stm32: protect configuration registers with a hwspinlockBenjamin Gaignard2018-11-191-1/+70
* dt-bindings: pinctrl: stm32: Document hwlocks propertiesBenjamin Gaignard2018-11-191-0/+1
* pinctrl: rockchip: add rk3188 routes to switch between nand and emmcHeiko Stuebner2018-11-171-0/+22
* pinctrl: rockchip: allow specifying the regmap location for pin-routesHeiko Stuebner2018-11-171-5/+25
* pinctrl: qcom: ssbi-gpio: fix gpio-hog related boot issuesBrian Masney2018-11-161-6/+17
* pinctrl: bcm2835: Switch to SPDX identifierStefan Wahren2018-11-162-17/+2
* pinctrl: nuvoton: modify NPCM7xx pin configuration functionTomer Maimon2018-11-151-10/+3
* pinctrl: mediatek: Add initial pinctrl driver for MT6797 SoCManivannan Sadhasivam2018-11-154-0/+2519
* dt-bindings: pinctrl: Add devicetree bindings for MT6797 SoC PinctrlManivannan Sadhasivam2018-11-152-0/+1451
* pinctrl: meson-gxl: remove invalid GPIOX tsin_a pinsNeil Armstrong2018-11-151-10/+2
* pinctrl: mediatek: Fix dependencies for EINT_MTKOlof Johansson2018-11-151-1/+1
* pinctrl: fsl: imx7ulp: change to use imx legacy bindingA.s. Dong2018-11-091-42/+0
* dt-bindings: pinctrl: imx7ulp: back to imx legacy binding for consistencyA.s. Dong2018-11-091-37/+29
* pinctrl: zynq: Use define directive for PIN_CONFIG_IO_STANDARDNathan Chancellor2018-11-091-6/+3
* pinctrl: lpc18xx: Use define directive for PIN_CONFIG_GPIO_PIN_INTNathan Chancellor2018-11-091-8/+2
* pinctrl: bcm2835: Use define directive for BCM2835_PINCONF_PARAM_PULLNathan Chancellor2018-11-091-4/+2
* pinctrl: sprd: Use define directive for sprd_pinconf_params valuesNathan Chancellor2018-11-091-4/+2
* pinctrl: max77620: Use define directive for max77620_pinconf_param valuesNathan Chancellor2018-11-091-8/+6
* pinctrl: qcom: spmi-gpio: fix gpio-hog related boot issuesBrian Masney2018-11-091-4/+17
* pinctrl: mediatek: clean up indentation issues, add missing tabColin Ian King2018-11-092-4/+4
* pinctrl: bcm2835: Use raw spinlock for RT compatibilityLukas Wunner2018-11-051-8/+8
* pinctrl: imx: add imx8qxp driverA.s. Dong2018-11-054-0/+991
* pinctrl: fsl: add scu based pinctrl supportA.s. Dong2018-11-055-170/+448
* pinctrl: pinctrl-at91-pio4: simplify getting .driver_dataWolfram Sang2018-11-051-4/+2
* pinctrl: pinctrl-amd: simplify getting .driver_dataWolfram Sang2018-11-051-4/+2
* Linux 4.20-rc1v4.20-rc1Linus Torvalds2018-11-051-2/+2
* Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-11-0425-292/+2418
|\
| * ubifs: Remove unneeded semicolonDing Xiang2018-10-231-1/+1
| * Documentation: ubifs: Add authentication whitepaperSascha Hauer2018-10-231-0/+426
| * ubifs: Enable authentication supportSascha Hauer2018-10-233-1/+52
| * ubifs: Do not update inode size in-place in authenticated modeSascha Hauer2018-10-233-38/+113
| * ubifs: Add hashes and HMACs to default filesystemSascha Hauer2018-10-231-7/+27
| * ubifs: authentication: Authenticate super block nodeSascha Hauer2018-10-231-1/+69
| * ubifs: Create hash for default LPTSascha Hauer2018-10-233-3/+23
| * ubfis: authentication: Authenticate master nodeSascha Hauer2018-10-233-10/+61
| * ubifs: authentication: Authenticate LPTSascha Hauer2018-10-233-0/+134
| * ubifs: Authenticate replayed journalSascha Hauer2018-10-231-2/+144
| * ubifs: Add auth nodes to garbage collector journal headSascha Hauer2018-10-231-3/+43
| * ubifs: Add authentication nodes to journalSascha Hauer2018-10-236-18/+153
| * ubifs: authentication: Add hashes to index nodesSascha Hauer2018-10-237-14/+81
| * ubifs: Add hashes to the tree node cacheSascha Hauer2018-10-234-30/+135
| * ubifs: Create functions to embed a HMAC in a nodeSascha Hauer2018-10-232-6/+70
| * ubifs: Add helper functions for authentication supportSascha Hauer2018-10-234-0/+722
| * ubifs: Add separate functions to init/crc a nodeSascha Hauer2018-10-232-15/+29
| * ubifs: Format changes for authentication supportSascha Hauer2018-10-233-3/+50
| * ubifs: Store read superblock nodeSascha Hauer2018-10-233-22/+8
| * ubifs: Drop write_nodeSascha Hauer2018-10-231-34/+5
| * ubifs: Implement ubifs_lpt_lookup using ubifs_pnode_lookupSascha Hauer2018-10-231-18/+2
| * ubifs: Export pnode_lookup as ubifs_pnode_lookupSascha Hauer2018-10-233-36/+37