index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
dac
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
12
-23
/
+23
2024-11-09
Merge commit '9365f0de4303f82ed4c2db1c39d3de824b249d80' into HEAD
Jonathan Cameron
1
-1
/
+1
2024-11-05
Merge 6.12-rc6 into char-misc-next
Greg Kroah-Hartman
1
-1
/
+1
2024-11-03
iio: fix write_event_config signature
Julien Stephan
2
-2
/
+2
2024-11-03
iio: dac: ad5791: Use devm_iio_device_register
Axel Haslam
1
-14
/
+1
2024-11-03
iio: dac: ad5791: Use devm_regulator_get_enable_read_voltage
Axel Haslam
1
-44
/
+14
2024-11-03
iio: dac: ad5791: Add reset, clr and ldac gpios
Axel Haslam
1
-3
/
+31
2024-11-03
iio: dac: ad5791: Include chip_info in device match tables
Axel Haslam
1
-57
/
+53
2024-11-03
iio: dac: adi-axi-dac: add registering of child fdt node
Angelo Dureghello
1
-0
/
+56
2024-11-03
iio: dac: ad3552r: add high-speed platform driver
Angelo Dureghello
5
-1
/
+574
2024-11-01
iio: dac: ad3552r: extract common code (no changes in behavior intended)
Angelo Dureghello
4
-372
/
+501
2024-11-01
iio: dac: ad3552r: changes to use FIELD_PREP
Angelo Dureghello
1
-117
/
+50
2024-11-01
iio: dac: adi-axi-dac: extend features
Angelo Dureghello
1
-14
/
+242
2024-11-01
iio: dac: ad5770r: use devm_regulator_get_enable_read_voltage()
David Lechner
1
-36
/
+5
2024-11-01
iio: dac: ad5761: drop driver remove callback
David Lechner
1
-10
/
+1
2024-11-01
iio: dac: ad5761: use devm_regulator_get_enable_read_voltage()
David Lechner
1
-77
/
+23
2024-11-01
iio: dac: ad5624r: drop driver remove callback
David Lechner
1
-10
/
+1
2024-11-01
iio: dac: ad5624r: use devm_regulator_get_enable_read_voltage()
David Lechner
2
-50
/
+13
2024-11-01
iio: dac: ad5504: drop driver remove callback
David Lechner
1
-10
/
+1
2024-11-01
iio: dac: ad5504: use devm_regulator_get_enable_read_voltage()
David Lechner
1
-37
/
+15
2024-11-01
iio: dac: ad5446: drop driver remove callbacks
David Lechner
1
-21
/
+1
2024-11-01
iio: dac: ad5446: use devm_regulator_get_enable_read_voltage()
David Lechner
1
-41
/
+16
2024-11-01
iio: dac: ad5380: drop driver remove callbacks
David Lechner
1
-48
/
+13
2024-11-01
iio: dac: ad5380: use devm_regulator_get_enable_read_voltage()
David Lechner
1
-26
/
+10
2024-10-24
iio: dac: Kconfig: Fix build error for ltc2664
Jinjie Ruan
1
-1
/
+1
2024-10-21
iio: dac: ad8460: add SPI device match table
David Lechner
1
-0
/
+7
2024-10-21
iio: dac: ad8460: fix DT compatible
David Lechner
1
-1
/
+1
2024-10-21
Merge 6.12-rc4 into char-misc-next
Greg Kroah-Hartman
2
-8
/
+16
2024-10-15
iio: dac: adi-axi-dac: update register names
Angelo Dureghello
1
-63
/
+74
2024-10-15
iio: dac: adi-axi-dac: fix wrong register bitfield
Angelo Dureghello
1
-1
/
+1
2024-10-13
Merge tag 'iio-fixes-for-6.12a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
2
-8
/
+16
2024-10-12
Merge tag 'v6.12-rc2' into test2
Jonathan Cameron
11
-11
/
+11
2024-10-10
iio: Switch back to struct platform_driver::remove()
Uwe Kleine-König
5
-7
/
+7
2024-10-06
iioc: dac: ltc2664: Fix span variable usage in ltc2664_channel_config()
Mohammed Anees
1
-8
/
+9
2024-10-06
iio: dac: stm32-dac-core: add missing select REGMAP_MMIO in Kconfig
Javier Carrasco
1
-0
/
+1
2024-10-06
iio: dac: ltc1660: add missing select REGMAP_SPI in Kconfig
Javier Carrasco
1
-0
/
+1
2024-10-06
iio: dac: ad5770r: add missing select REGMAP_SPI in Kconfig
Javier Carrasco
1
-0
/
+1
2024-10-06
iio: dac: ad5766: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
Javier Carrasco
1
-0
/
+2
2024-10-06
iio: dac: ad3552r: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
Javier Carrasco
1
-0
/
+2
2024-10-05
iio: dac: ad5770r: Convert to get_unaligned_le16
Abhash Jha
1
-1
/
+2
2024-10-05
iio: adc: ad5755: use scoped device_for_each_child_node()
Javier Carrasco
1
-8
/
+3
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
10
-10
/
+10
2024-09-30
iio: dac: support the ad8460 Waveform DAC
Mariel Tinaco
3
-0
/
+958
2024-09-30
iio: dac: max517: Get platform data via dev_get_platdata()
Andy Shevchenko
1
-1
/
+1
2024-09-30
iio: dac: m62332: Get platform data via dev_get_platdata()
Andy Shevchenko
1
-1
/
+1
2024-09-30
iio: dac: ad5791: Get platform data via dev_get_platdata()
Andy Shevchenko
1
-1
/
+1
2024-09-30
iio: dac: ad5504: Get platform data via dev_get_platdata()
Andy Shevchenko
1
-1
/
+1
2024-09-03
iio: dac: ad5449: drop support for platform data
Bartosz Golaszewski
1
-13
/
+2
2024-08-10
iio: dac: ltc2664: Fix off by one in ltc2664_channel_config()
Dan Carpenter
1
-1
/
+1
2024-08-10
iio: dac: ad9739a: add backend debugfs interface
Nuno Sa
1
-1
/
+7
[next]