index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
My (slowly updated) mirror of Linux from Asahi Linux
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mfd
/
mfd-core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mfd: Add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-07-04
1
-0
/
+1
*
mfd: core: Make use of device_set_node()
Andy Shevchenko
2024-07-04
1
-3
/
+2
*
mfd: core: Constify the struct device_type usage
Ricardo B. Marliere
2024-02-23
1
-1
/
+1
*
mfd: core: Ensure disabled devices are skipped without aborting
Herve Codina
2023-11-01
1
-5
/
+12
*
mfd: core: Use of_property_read_reg() to parse "reg"
Rob Herring
2023-06-15
1
-5
/
+1
*
mfd: core: Remove .enable() and .disable() callbacks
Uwe Kleine-König
2023-04-26
1
-26
/
+0
*
mfd: Move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-09-28
1
-1
/
+1
*
mfd: core: Delete corresponding OF node entries from list on MFD removal
Michal Oleszczyk
2022-09-28
1
-0
/
+7
*
mfd: core: Use acpi_dev_for_each_child()
Rafael J. Wysocki
2022-06-27
1
-7
/
+24
*
mfd: core: Add missing of_node_put for loop iteration
Krzysztof Kozlowski
2021-11-05
1
-0
/
+2
*
mfd: Remove software node conditionally and locate at right place
Andy Shevchenko
2021-06-02
1
-6
/
+9
*
mfd: core: Use acpi_find_child_device() for child devices lookup
Andy Shevchenko
2021-04-14
1
-17
/
+5
*
mfd: core: Remove support for dangling device properties
Heikki Krogerus
2021-04-14
1
-6
/
+0
*
mfd: core: Add support for software nodes
Heikki Krogerus
2021-04-14
1
-0
/
+9
*
mfd: mfd-core: Ensure disabled devices are ignored without error
Lee Jones
2020-08-28
1
-4
/
+6
*
mfd: core: Fix double-free in mfd_remove_devices_fn()
Dmitry Osipenko
2020-08-24
1
-2
/
+0
*
mfd: mfd-core: Add mechanism for removal of a subset of children
Charles Keepax
2020-08-13
1
-1
/
+15
*
mfd: core: Make a best effort attempt to match devices with the correct of_nodes
Lee Jones
2020-08-13
1
-12
/
+83
*
mfd: mfd-core: Complete kerneldoc header for devm_mfd_add_devices()
Lee Jones
2020-07-06
1
-0
/
+10
*
mfd: mfd-core: Honour Device Tree's request to disable a child-device
Lee Jones
2019-11-11
1
-0
/
+5
*
mfd: mfd-core: Move pdev->mfd_cell creation back into mfd_add_device()
Lee Jones
2019-11-11
1
-17
/
+4
*
mfd: mfd-core: Remove usage counting for .{en,dis}able() call-backs
Lee Jones
2019-11-11
1
-48
/
+9
*
mfd: mfd-core: Remove mfd_clone_cell()
Lee Jones
2019-11-11
1
-33
/
+0
*
mfd: mfd-core: Protect against NULL call-back function pointer
Lee Jones
2019-11-11
1
-0
/
+10
*
Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...
Linus Torvalds
2019-07-15
1
-0
/
+1
|
\
|
*
mfd: core: Set fwnode for created devices
Robert Hancock
2019-07-02
1
-0
/
+1
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-5
/
+1
|
/
*
mfd: mfd-core: Document mfd_add_devices()
Bartosz Golaszewski
2019-05-08
1
-0
/
+13
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
mfd: core: Fix device reference leak in mfd_clone_cell
Johan Hovold
2016-11-16
1
-0
/
+2
*
Merge tag 'mfd-for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2016-05-20
1
-1
/
+39
|
\
|
*
mfd: Add resource managed APIs for mfd_add_devices
Laxman Dewangan
2016-04-19
1
-0
/
+38
|
*
mfd: core: Fix ACPI child matching by _HID/_CID
Irina Tirdea
2016-04-11
1
-1
/
+1
*
|
device property: don't bother the drivers with struct property_set
Heikki Krogerus
2016-04-09
1
-2
/
+2
|
/
*
mfd: core: propagate device properties to sub devices drivers
Andy Shevchenko
2015-12-07
1
-0
/
+7
*
mfd: core: redo ACPI matching of the children devices
Andy Shevchenko
2015-10-26
1
-16
/
+36
*
mfd: make mfd_remove_devices() iterate in reverse order
Andy Shevchenko
2015-07-28
1
-1
/
+1
*
mfd: Check ACPI device companion before checking resources
Lorenzo Pieralisi
2015-06-22
1
-3
/
+5
*
mfd: core: Fix platform-device name collisions
Johan Hovold
2015-03-30
1
-1
/
+1
*
mfd: core: Fix platform-device id generation
Johan Hovold
2014-11-25
1
-1
/
+7
*
mfd: Add ACPI support
Mika Westerberg
2014-09-26
1
-0
/
+40
*
mfd: Inherit coherent_dma_mask from parent device
Boris BREZILLON
2014-09-26
1
-0
/
+1
*
mfd: core: Don't use devres functions before device is added
Charles Keepax
2014-06-03
1
-4
/
+7
*
Merge tag 'mfd-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...
Linus Torvalds
2013-11-15
1
-12
/
+17
|
\
|
*
mfd: Fix memory leak in mfd_add_devices()
Geert Uytterhoeven
2013-11-11
1
-4
/
+8
|
*
mfd: Stop setting refcounting pointers in original mfd_cell arrays
Geert Uytterhoeven
2013-11-11
1
-8
/
+9
*
|
mfd: Allow mapping regulator supplies to MFD device from children
Charles Keepax
2013-10-23
1
-5
/
+17
|
/
*
mfd: core: Copy DMA mask and params from parent
Benedikt Spranger
2013-08-14
1
-0
/
+2
*
mfd: Only unregister platform devices allocated by the mfd core
Charles Keepax
2012-11-20
1
-2
/
+13
*
mfd: core: Push irqdomain mapping out into devices
Mark Brown
2012-09-15
1
-6
/
+6
[next]