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
/
arizona-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: Explicitly include correct DT includes
Rob Herring
2023-08-18
1
-1
/
+0
*
mfd: arizona: Use pm_runtime_resume_and_get() to prevent refcnt leak
Liang He
2023-02-22
1
-1
/
+1
*
mfd: arizona: Remove #ifdef guards for PM related functions
Paul Cercueil
2022-12-07
1
-12
/
+7
*
mfd: arizona: Split of_match table into I2C and SPI versions
Charles Keepax
2021-11-05
1
-13
/
+0
*
mfd: arizona: Allow building arizona MFD-core as module
Hans de Goede
2021-06-02
1
-0
/
+2
*
mfd: arizona: Drop arizona-extcon cells
Hans de Goede
2021-03-18
1
-20
/
+0
*
mfd: arizona: Replace arizona_of_get_type() with device_get_match_data()
Hans de Goede
2021-02-04
1
-11
/
+0
*
mfd: arizona: Ensure 32k clock is put on driver unbind and error
Charles Keepax
2020-06-18
1
-0
/
+18
*
mfd: arizona: Remove BUG_ON usage
Charles Keepax
2020-06-18
1
-1
/
+1
*
mfd: arizona: Switch to using devm_gpiod_get()
Dmitry Torokhov
2019-11-11
1
-5
/
+1
*
Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...
Linus Torvalds
2019-07-15
1
-1
/
+1
|
\
|
*
mfd: arizona: Fix undefined behavior
Arnd Bergmann
2019-07-02
1
-1
/
+1
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
|
/
*
mfd: arizona: Make array mclk_name static, shrinks object size
Colin Ian King
2018-10-23
1
-1
/
+1
*
mfd: arizona: Correct calling of runtime_put_sync
Sapthagiri Baratam
2018-10-23
1
-4
/
+4
*
mfd: arizona: Don't use regmap_read_poll_timeout
Charles Keepax
2018-07-27
1
-8
/
+26
*
mfd: arizona: Update reset pin to use GPIOD
Charles Keepax
2018-05-16
1
-18
/
+35
*
mfd: arizona: Remove audio related device tree code
Charles Keepax
2017-09-20
1
-131
/
+1
*
mfd: arizona: Fix typo using hard-coded register
Charles Keepax
2017-06-06
1
-2
/
+1
*
mfd: arizona: Refactor arizona_poll_reg
Charles Keepax
2017-04-27
1
-20
/
+16
*
mfd: arizona: Display register addresses in hex
Charles Keepax
2017-04-27
1
-2
/
+2
*
mfd: arizona: Remove duplicate set of ret variable
Charles Keepax
2017-04-27
1
-6
/
+2
*
mfd: arizona: Disable IRQs during driver remove
Charles Keepax
2016-11-29
1
-0
/
+1
*
mfd: arizona: Handle probe deferral for reset GPIO
Charles Keepax
2016-10-04
1
-4
/
+9
*
mfd: arizona: Remove arizona_of_get_named_gpio helper function
Charles Keepax
2016-10-04
1
-20
/
+7
*
mfd: arizona: Add DT options for max_channels_clocked and PDM speaker config
Richard Fitzgerald
2016-10-04
1
-0
/
+30
*
mfd: arizona: Use suspend_noirq inplace of suspend_late
Charles Keepax
2016-10-04
1
-6
/
+4
*
mfd: arizona: Add sensible return value to some error paths
Charles Keepax
2016-10-04
1
-1
/
+4
*
mfd: arizona: Add gating of external MCLKn clocks
Sylwester Nawrocki
2016-10-04
1
-2
/
+28
*
mfd: arizona: Add missing disable of PM runtime on probe error path
Charles Keepax
2016-06-29
1
-1
/
+3
*
mfd: arizona: Update device ordering to allow clean driver removal
Charles Keepax
2016-05-09
1
-5
/
+5
*
mfd: arizona-core: msleep() is unreliable for anything <20ms use usleep_range...
Lee Jones
2016-01-14
1
-4
/
+4
*
mfd: arizona: Add device tree binding to specify mono outputs
Charles Keepax
2016-01-11
1
-0
/
+10
*
mfd: arizona: Support Cirrus Logic CS47L24 and WM1831
Richard Fitzgerald
2015-12-04
1
-6
/
+68
*
mfd: arizona: Signedness bug in arizona_runtime_suspend()
Dan Carpenter
2015-10-30
1
-1
/
+1
*
mfd: arizona: Remove use of codec build config #ifdefs
Richard Fitzgerald
2015-10-30
1
-58
/
+71
*
mfd: arizona: Simplify adding subdevices
Richard Fitzgerald
2015-10-30
1
-22
/
+14
*
mfd: arizona: Downgrade type mismatch messages to dev_warn
Richard Fitzgerald
2015-10-30
1
-8
/
+8
*
mfd: arizona: Factor out checking of jack detection state
Richard Fitzgerald
2015-10-30
1
-9
/
+32
*
mfd: arizona: Factor out DCVDD isolation control
Richard Fitzgerald
2015-10-30
1
-46
/
+62
*
mfd: arizona: Remove unneded ret variable
Javier Martinez Canillas
2015-10-30
1
-3
/
+1
*
Merge tag 'sound-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2015-09-04
1
-1
/
+1
|
\
|
*
-
.
Merge remote-tracking branches 'asoc/topic/rcar', 'asoc/topic/reg-default', '...
Mark Brown
2015-08-30
1
-1
/
+1
|
|
\
\
|
|
|
*
regmap: Use reg_sequence for multi_reg_write / register_patch
Nariman Poushin
2015-07-16
1
-1
/
+1
|
|
|
/
*
|
|
Merge tag 'mfd-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-09-04
1
-25
/
+113
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
mfd: arizona: Fixup some formatting/white space errors
Charles Keepax
2015-08-12
1
-17
/
+16
|
*
|
mfd: arizona: Add support for WM8998 and WM1814
Richard Fitzgerald
2015-08-11
1
-8
/
+97
|
*
|
mfd: arizona: Fix race between runtime suspend and IRQs
Charles Keepax
2015-08-11
1
-1
/
+1
|
|
/
*
|
mfd: arizona: Fix initialisation of the PM runtime
Charles Keepax
2015-07-24
1
-8
/
+6
[next]