summaryrefslogtreecommitdiff
path: root/scripts/git.orderFile
diff options
context:
space:
mode:
authorCristian Ciocaltea <cristian.ciocaltea@collabora.com>2023-04-06 22:41:55 +0300
committerMark Brown <broonie@kernel.org>2023-04-11 13:24:54 +0100
commitd25016618c0845b2a0f9ae64d084a66efd39b03c (patch)
treefd6f26fe66670a3e71c1322cc2824cb44e0dd683 /scripts/git.orderFile
parentd5edc0e36bb1657d2c46b7521010d4f0894a5c74 (diff)
downloadkernel-d25016618c0845b2a0f9ae64d084a66efd39b03c.tar.gz
regulator: fan53555: Make use of the bit macros
For consistency and improved clarity, use BIT() and GENMASK() macros for defining the bitfields inside the registers. No functional changes intended. While here, also fix DIE_{ID,REV} inconsistent indentation. Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com> Link: https://lore.kernel.org/r/20230406194158.963352-6-cristian.ciocaltea@collabora.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'scripts/git.orderFile')
0 files changed, 0 insertions, 0 deletions
9b762949b91ffd52106fe4b'>usb: host: xhci-plat: add wakeup entry at sysfsPeter Chen 2020-09-20usb: host: xhci-plat: add priv quirk for skip PHY initializationPeter Chen 2020-09-20usb: host: xhci-plat: delete the unnecessary codePeter Chen 2020-09-20usb: host: xhci-plat: add .suspend_quirk for struct xhci_plat_privPeter Chen 2020-09-20usb: host: xhci-plat: add platform data supportPeter Chen 2020-07-15usb: host: xhci-plat: Replace HTTP links with HTTPS onesAlexander A. Klimov 2020-07-09usb: host: xhci-plat: Do not define 'struct acpi_device_id' when !CONFIG_ACPILee Jones 2020-05-18usb/xhci-plat: Set PM runtime as active on resumeQais Yousef 2020-05-18Merge 5.7-rc6 into usb-nextGreg Kroah-Hartman 2020-05-14usb: host: xhci-plat: keep runtime active when removing hostLi Jun 2020-05-13usb: xhci: xhci-plat: Add support for Broadcom STB SoC'sAl Cooper 2020-03-24usb: host: xhci-plat: convert to devm_platform_get_and_ioremap_resourceDejin Zheng 2020-03-12usb: host: xhci-plat: add a shutdownRan Wang 2019-09-03usb: host: xhci-rcar: Add a helper macro to set xhci_plat_privYoshihiro Shimoda 2019-09-03usb: host: xhci-plat: add quirks member into struct xhci_plat_privYoshihiro Shimoda 2019-08-01usb: host: xhci-plat: Prevent an abnormally restrictive PHY init skippingMiquel Raynal 2019-04-19usb: host: xhci-plat: get optional clock by devm_clk_get_optional()Chunfeng Yun