index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mfd
/
arizona-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-05
mfd: arizona: Split of_match table into I2C and SPI versions
Charles Keepax
1
-13
/
+0
2021-06-02
mfd: arizona: Allow building arizona MFD-core as module
Hans de Goede
1
-0
/
+2
2021-03-18
mfd: arizona: Drop arizona-extcon cells
Hans de Goede
1
-20
/
+0
2021-02-04
mfd: arizona: Replace arizona_of_get_type() with device_get_match_data()
Hans de Goede
1
-11
/
+0
2020-06-18
mfd: arizona: Ensure 32k clock is put on driver unbind and error
Charles Keepax
1
-0
/
+18
2020-06-18
mfd: arizona: Remove BUG_ON usage
Charles Keepax
1
-1
/
+1
2019-11-11
mfd: arizona: Switch to using devm_gpiod_get()
Dmitry Torokhov
1
-5
/
+1
2019-07-16
Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...
Linus Torvalds
1
-1
/
+1
2019-07-02
mfd: arizona: Fix undefined behavior
Arnd Bergmann
1
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2018-10-23
mfd: arizona: Make array mclk_name static, shrinks object size
Colin Ian King
1
-1
/
+1
2018-10-23
mfd: arizona: Correct calling of runtime_put_sync
Sapthagiri Baratam
1
-4
/
+4
2018-07-27
mfd: arizona: Don't use regmap_read_poll_timeout
Charles Keepax
1
-8
/
+26
2018-05-16
mfd: arizona: Update reset pin to use GPIOD
Charles Keepax
1
-18
/
+35
2017-09-20
mfd: arizona: Remove audio related device tree code
Charles Keepax
1
-131
/
+1
2017-06-06
mfd: arizona: Fix typo using hard-coded register
Charles Keepax
1
-2
/
+1
2017-04-27
mfd: arizona: Refactor arizona_poll_reg
Charles Keepax
1
-20
/
+16
2017-04-27
mfd: arizona: Display register addresses in hex
Charles Keepax
1
-2
/
+2
2017-04-27
mfd: arizona: Remove duplicate set of ret variable
Charles Keepax
1
-6
/
+2
2016-11-29
mfd: arizona: Disable IRQs during driver remove
Charles Keepax
1
-0
/
+1
2016-10-04
mfd: arizona: Handle probe deferral for reset GPIO
Charles Keepax
1
-4
/
+9
2016-10-04
mfd: arizona: Remove arizona_of_get_named_gpio helper function
Charles Keepax
1
-20
/
+7
2016-10-04
mfd: arizona: Add DT options for max_channels_clocked and PDM speaker config
Richard Fitzgerald
1
-0
/
+30
2016-10-04
mfd: arizona: Use suspend_noirq inplace of suspend_late
Charles Keepax
1
-6
/
+4
2016-10-04
mfd: arizona: Add sensible return value to some error paths
Charles Keepax
1
-1
/
+4
2016-10-04
mfd: arizona: Add gating of external MCLKn clocks
Sylwester Nawrocki
1
-2
/
+28
2016-06-29
mfd: arizona: Add missing disable of PM runtime on probe error path
Charles Keepax
1
-1
/
+3
2016-05-09
mfd: arizona: Update device ordering to allow clean driver removal
Charles Keepax
1
-5
/
+5
2016-01-14
mfd: arizona-core: msleep() is unreliable for anything <20ms use usleep_range...
Lee Jones
1
-4
/
+4
2016-01-11
mfd: arizona: Add device tree binding to specify mono outputs
Charles Keepax
1
-0
/
+10
2015-12-04
mfd: arizona: Support Cirrus Logic CS47L24 and WM1831
Richard Fitzgerald
1
-6
/
+68
2015-10-30
mfd: arizona: Signedness bug in arizona_runtime_suspend()
Dan Carpenter
1
-1
/
+1
2015-10-30
mfd: arizona: Remove use of codec build config #ifdefs
Richard Fitzgerald
1
-58
/
+71
2015-10-30
mfd: arizona: Simplify adding subdevices
Richard Fitzgerald
1
-22
/
+14
2015-10-30
mfd: arizona: Downgrade type mismatch messages to dev_warn
Richard Fitzgerald
1
-8
/
+8
2015-10-30
mfd: arizona: Factor out checking of jack detection state
Richard Fitzgerald
1
-9
/
+32
2015-10-30
mfd: arizona: Factor out DCVDD isolation control
Richard Fitzgerald
1
-46
/
+62
2015-10-30
mfd: arizona: Remove unneded ret variable
Javier Martinez Canillas
1
-3
/
+1
2015-09-04
Merge tag 'sound-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-1
/
+1
2015-09-04
Merge tag 'mfd-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-25
/
+113
2015-08-30
Merge remote-tracking branches 'asoc/topic/rcar', 'asoc/topic/reg-default', '...
Mark Brown
1
-1
/
+1
2015-08-12
mfd: arizona: Fixup some formatting/white space errors
Charles Keepax
1
-17
/
+16
2015-08-11
mfd: arizona: Add support for WM8998 and WM1814
Richard Fitzgerald
1
-8
/
+97
2015-08-11
mfd: arizona: Fix race between runtime suspend and IRQs
Charles Keepax
1
-1
/
+1
2015-07-24
mfd: arizona: Fix initialisation of the PM runtime
Charles Keepax
1
-8
/
+6
2015-07-24
mfd: arizona: Fix race between runtime suspend and IRQs
Charles Keepax
1
-1
/
+1
2015-07-17
regmap: Use reg_sequence for multi_reg_write / register_patch
Nariman Poushin
1
-1
/
+1
2015-06-22
mfd: arizona: Split INx_MODE into two fields
Richard Fitzgerald
1
-2
/
+6
2015-06-22
mfd: wm5110: Add delay before releasing reset line
Charles Keepax
1
-0
/
+10
2015-06-22
mfd: arizona: Add better support for system suspend
Charles Keepax
1
-16
/
+77
[next]