summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-06-28pinctrl: ingenic: Convert to immutable irq chipAidan MacDonald1-14/+27
2022-06-28pinctrl: ingenic: Use irqd_to_hwirq()Aidan MacDonald1-10/+13
2022-06-28pinctrl: pinctrl-zynqmp: Fix kernel-doc warningSai Krishna Potthuri1-0/+2
2022-06-28pinctrl: pinctrl-zynqmp: Add support for output-enable and bias-high-impedanceSai Krishna Potthuri1-0/+9
2022-06-28pinctrl: ocelot: allow building as a moduleClément Léger2-2/+4
2022-06-27pinctrl: qcom: sc7280: Fix compile bugLinus Walleij1-1/+2
2022-06-27Merge tag 'renesas-pinctrl-for-v5.20-tag1' of git://git.kernel.org/pub/scm/li...Linus Walleij1-0/+2
2022-06-27pinctrl: mediatek: mt8192: Fix compile warningsLinus Walleij1-9/+9
2022-06-26pinctrl: mediatek: fix the pinconf definition of some GPIO pinsGuodong Liu1-60/+0
2022-06-26pinctrl: mediatek: dropping original advanced drive configuration functionGuodong Liu1-2/+0
2022-06-26pinctrl: mediatek: add rsel setting on mt8192Guodong Liu1-0/+136
2022-06-26pinctrl: mediatek: add drive for I2C related pins on mt8192Guodong Liu1-70/+26
2022-06-26pinctrl: mediatek: add generic driving setup property on mt8192Guodong Liu1-2/+2
2022-06-26pinctrl: bcm2835: Make the irqchip immutableStefan Wahren1-3/+8
2022-06-26pinctrl: bcm2835: drop irq_enable/disable callbacksStefan Wahren1-6/+4
2022-06-26pinctrl: qcom: msm8916: Allow CAMSS GP clocks to be muxedNikita Travkin1-2/+2
2022-06-26pinctrl: qcom: sc7280: Add clock optional check for ADSP bypass targetsSrinivasa Rao Mandadapu2-1/+2
2022-06-15pinctrl: nomadik: Fix refcount leak in nmk_pinctrl_dt_subnode_to_mapMiaoqian Lin1-1/+3
2022-06-15Merge branch 'ib-v5.20-amd-pinctrl' into develLinus Walleij2-44/+1435
2022-06-15pinctrl: sunxi: Remove reset controller consumersSamuel Holland8-53/+2
2022-06-15pinctrl: amd: Implement pinmux functionalityBasavaraj Natikar2-1/+1403
2022-06-15pinctrl: amd: Add amd_get_iomux_res functionBasavaraj Natikar2-0/+26
2022-06-15pinctrl: amd: Define and use AMD_PINS macroBasavaraj Natikar1-14/+7
2022-06-15pinctrl: amd: Use PINCTRL_PINGROUP to manage pingroupsBasavaraj Natikar1-30/+6
2022-06-15pinctrl: amd: Remove amd_pingroup and use pingroupBasavaraj Natikar1-8/+2
2022-06-06pinctrl: renesas: rzg2l: Return -EINVAL for pins which have input disabledLad Prabhakar1-0/+2
2022-06-06Merge tag 'pull-work.fd-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2022-06-05fix the breakage in close_fd_get_file() calling conventions changeAl Viro1-0/+2
2022-06-05Merge tag 'timers-core-2022-06-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds16-87/+21
2022-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds78-3252/+704
2022-06-05Merge tag 'hte/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-34/+2312
2022-06-05Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-06-05Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds11-94/+48
2022-06-04Merge tag 'for-5.19/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-11/+33
2022-06-04Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-33/+29
2022-06-04parisc/stifb: Keep track of hardware path of graphics cardHelge Deller3-9/+14
2022-06-04parisc/stifb: Implement fb_is_primary_device()Helge Deller2-2/+19
2022-06-04Merge tag 'gpio-fixes-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-27/+11
2022-06-04Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-2/+2
2022-06-04firmware_loader: enable XZ by default if compressed support is enabledLinus Torvalds1-0/+1
2022-06-04Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-49/+123
2022-06-04Merge tag 'loongarch-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-6/+10
2022-06-03Merge tag 'efi-next-for-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-32/+27
2022-06-03driver core: Set default deferred_probe_timeout back to 0.Saravana Kannan1-5/+0
2022-06-03driver core: Fix wait_for_device_probe() & deferred_probe_timeout interactionSaravana Kannan1-5/+0
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds33-709/+1500
2022-06-03Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds286-4413/+14013
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds140-1256/+2947
2022-06-03Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds79-1437/+2114
2022-06-03Merge tag 'staging-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds216-13704/+2091