summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-25nvmem: Add driver for OCOTP in Sunplus SP7021Vincent Shih4-0/+247
2022-02-25nvmem: qfprom: Increase fuse blow timeout to prevent write failKnox Chiou1-1/+1
2022-02-25MAINTAINERS: Add Delta Networks TN48M CPLD driversRobert Marko1-0/+9
2022-02-25dt-bindings: mfd: Add Delta TN48M CPLD drivers bindingsRobert Marko3-0/+164
2022-02-25reset: Add Delta TN48M CPLD reset controllerRobert Marko3-0/+142
2022-02-25dt-bindings: reset: Add Delta TN48MRobert Marko1-0/+20
2022-02-25gpio: Add Delta TN48M CPLD GPIO driverRobert Marko3-0/+113
2022-02-25mfd: simple-mfd-i2c: Add Delta TN48M CPLD supportRobert Marko2-0/+12
2022-02-22mmc: rtsx: Let MMC core handle runtime PMKai-Heng Feng1-18/+0
2022-02-21thunderbolt: Drop duplicate NULL checks around nvmem_unregister()Andy Shevchenko1-4/+2
2022-02-21mtd: core: Drop duplicate NULL checks around nvmem_unregister()Andy Shevchenko1-9/+4
2022-02-21doc: nvmem: Update exampleSean Anderson1-10/+11
2022-02-21doc: nvmem: Remove references to regmapSean Anderson1-6/+1
2022-02-21nvmem: add driver for Layerscape SFP (Security Fuse Processor)Michael Walle3-0/+103
2022-02-21dt-bindings: nvmem: add fsl,layerscape-sfp bindingMichael Walle1-0/+38
2022-02-21nvmem: meson-mx-efuse: replace unnecessary devm_kstrdup()Xiaoke Wang1-2/+1
2022-02-21nvmem: sunxi_sid: Add support for D1 variantSamuel Holland1-0/+6
2022-02-21dt-bindings: nvmem: SID: Add compatible for D1Samuel Holland1-0/+1
2022-02-21nvmem: qfprom: fix kerneldoc warningSrinivas Kandagatla1-1/+1
2022-02-21nvmem: core: Check input parameter for NULL in nvmem_unregister()Andy Shevchenko1-1/+2
2022-02-21nvmem: core: Use devm_add_action_or_reset()Andy Shevchenko1-13/+9
2022-02-21nvmem: core: Remove unused devm_nvmem_unregister()Andy Shevchenko2-30/+0
2022-02-21Merge tag 'fsi-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jo...Greg Kroah-Hartman8-63/+247
2022-02-21fsi: Add trace events in initialization pathEddie James4-3/+108
2022-02-21fsi: sbefifo: Implement FSI_SBEFIFO_READ_TIMEOUT_SECONDS ioctlAmitay Isaacs2-0/+63
2022-02-21fsi: sbefifo: Use specified value of start of response timeoutAmitay Isaacs1-1/+3
2022-02-21fsi: occ: Improve response status checkingEddie James1-31/+56
2022-02-14Merge 5.17-rc4 into char-misc-nextGreg Kroah-Hartman650-3453/+7031
2022-02-13Linux 5.17-rc4Linus Torvalds1-2/+2
2022-02-13Merge tag 'kbuild-fixes-v5.17-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-11/+17
2022-02-13Merge tag 'irq-urgent-2022-02-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-6/+19
2022-02-13Merge tag 'objtool_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-25/+16
2022-02-13Merge tag 'sched_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+6
2022-02-13Merge tag 'perf_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2022-02-13Merge tag 'x86_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2022-02-13Merge tag '5.17-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-17/+31
2022-02-13Merge tag 'irqchip-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner3-6/+19
2022-02-12Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-7/+20
2022-02-12Merge tag 'char-misc-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds16-38/+105
2022-02-12Merge tag 'staging-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+22
2022-02-12Merge tag 'tty-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-4/+5
2022-02-12Merge tag 'usb-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds17-57/+136
2022-02-12Merge tag 's390-5.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds4-6/+6
2022-02-12Merge tag 'for-linus-5.17a-rc4-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-11/+23
2022-02-12Merge tag 'seccomp-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-4/+20
2022-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-23/+51
2022-02-12kconfig: fix failing to generate auto.confJing Leng1-4/+9
2022-02-12Revert "usb: dwc2: drd: fix soft connect when gadget is unconfigured"Greg Kroah-Hartman1-4/+2
2022-02-12kfence: make test case compatible with run time set sample intervalPeng Liu3-5/+8
2022-02-12mm: memcg: synchronize objcg lists with a dedicated spinlockRoman Gushchin2-7/+8