index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
dac
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-24
iio: dac: Kconfig: Fix build error for ltc2664
Jinjie Ruan
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-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-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
10
-10
/
+10
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
2024-08-10
iio: dac: adi-axi-dac: support debugfs direct_reg_access
Nuno Sa
1
-0
/
+12
2024-08-03
iio: backend: introduce struct iio_backend_info
Nuno Sa
1
-1
/
+6
2024-08-03
iio: backend: spelling: continuous -> continuous
David Lechner
2
-2
/
+2
2024-08-03
iio: dac: mcp4922: drop remove() callback
David Lechner
1
-14
/
+3
2024-08-03
iio: dac: mcp4922: use devm_regulator_get_enable_read_voltage()
David Lechner
1
-26
/
+4
2024-08-03
iio: dac: mcp4728: use devm_regulator_get_enable_read_voltage()
David Lechner
1
-26
/
+7
2024-08-03
iio: dac: mcp4728: rename err to ret in probe function
David Lechner
1
-13
/
+13
2024-08-03
iio: dac: ltc2664: Add driver for LTC2664 and LTC2672
Kim Seer Paller
3
-0
/
+747
2024-08-03
iio: backend: remove unused parameter
Nuno Sa
1
-2
/
+1
2024-07-29
iio: dac: ti-dac7311: Add check for spi_setup
Chen Ni
1
-1
/
+3
2024-07-29
iio: dac: ltc2688: Constify struct regmap_bus
Javier Carrasco
1
-1
/
+1
2024-07-04
Merge tag 'iio-for-6.11b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
4
-33
/
+14
2024-07-01
Merge 6.10-rc6 into char-misc-next
Greg Kroah-Hartman
1
-1
/
+1
2024-06-25
iio: dac: ad3552r: use devm_regulator_get_enable_read_voltage()
David Lechner
1
-24
/
+4
2024-06-25
iio: dac: adi-axi-dac: improve probe() error messaging
Trevor Gamblin
1
-3
/
+6
2024-06-25
iio: dac: stm32-dac-core: make use of regmap_set_bits()
Trevor Gamblin
1
-3
/
+2
2024-06-25
iio: dac: ltc2688: make use of regmap_set_bits()
Trevor Gamblin
1
-3
/
+2
2024-06-17
Merge tag 'v6.10-rc4' into char-misc-next
Greg Kroah-Hartman
1
-1
/
+1
2024-06-13
iio: dac: adi-axi-dac: add platform dependencies
Nuno Sa
1
-0
/
+1
2024-06-13
iio: dac: max5522: simplify with spi_get_device_match_data()
Krzysztof Kozlowski
1
-8
/
+3
2024-06-09
iio: dac: fix ad9739a random config compile error
Ke Sun
1
-1
/
+1
2024-06-04
iio: dac: ad3552r: uniform structure names
Angelo Dureghello
1
-2
/
+2
2024-06-04
iio: dac: ad3552r: change AD3552R_NUM_CH define name
Angelo Dureghello
1
-5
/
+5
2024-06-04
iio: dac: ad3552r: add support for ad3541r and ad3551r
Angelo Dureghello
1
-0
/
+30
2024-06-04
iio: dac: ad3552r: add model data structure
Angelo Dureghello
1
-39
/
+59
2024-05-27
iio: dac: ad5592r: fix temperature channel scaling value
Marc Ferland
1
-1
/
+1
2024-05-27
iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
1
-1
/
+1
2024-04-29
iio: dac: ad9739a: write complete MU_CNT1 register during lock
Nuno Sa
1
-2
/
+3
2024-04-29
iio: dac: adi-axi: fix a mistake in axi_dac_ext_info_set()
Dan Carpenter
1
-3
/
+3
2024-04-20
iio: dac: support the ad9739a RF DAC
Nuno Sa
3
-0
/
+480
2024-04-20
iio: dac: add support for AXI DAC IP core
Nuno Sa
3
-0
/
+657
2024-04-13
iio: dac: ad5755: make use of of_device_id table
Krzysztof Kozlowski
1
-12
/
+12
2024-04-06
iio: dac: ad3552: Use __free(fwnode_handle) to simplify error handling.
Jonathan Cameron
1
-36
/
+23
2024-04-06
iio: dac: ad5770r: Use device_for_each_child_node_scoped()
Jonathan Cameron
1
-13
/
+6
2024-04-06
iio: dac: ad3552r: Use device_for_each_child_node_scoped()
Jonathan Cameron
1
-32
/
+19
2024-03-28
iio: dac: ti-dac5571: Add DAC081C081 support
Laurent Pinchart
1
-0
/
+3
2024-03-25
iio: dac: ltc2688: Use device_for_each_child_node_scoped()
Jonathan Cameron
1
-20
/
+8
2024-02-28
iio: dac: mcp4821: Switch to including mod_devicetable.h for struct of_device...
Jonathan Cameron
1
-1
/
+1
[next]