linux-sg2042/drivers/staging
Greg Kroah-Hartman 85078fd095 Third set of new device support, cleanups and features for IIO in the 4.15 cycle
New device support
 * ti-dac082s085 dac
   - new driver supporting 8, 10 and 12 bit TI DACs with 2 and 4 channels:
     DAC082S085, DAC102S085, DAC122S085, DAC104s085 and DAC124S085.
 
 Minor features and cleanps
 * adc12138
   - make array ch_to_mux static for small object code size reduction.
 * sun4i-gpadc
   - use of_device_get_match_data rather than opencoding it.
 * stm32 trigger
   - add tim15 tigger on STM32H7
   - check clock rate to avoid potential division by zero
 * tsl2x7x staging cleanups.
   - move *_thresh_period to being created by IIO core.
   - remove unused tsl2x7x_parse_result structure.
   - sort includes
   - drop a repeat iio_dev forward definition
   - fix some code alignment of defines.
   - use IIO_CONST_ATTR for constant string attribute
   - drop some unnecessary parentheses
   - fix various alignment with parenthese
   - rename power defines for readability reasons
   - fix a missaligned break statement
   - Tidy up function definitions so they fit on a single line.
 -----BEGIN PGP SIGNATURE-----
 
 iQJFBAABCAAvFiEEbilms4eEBlKRJoGxVIU0mcT0FogFAlnyJXQRHGppYzIzQGtl
 cm5lbC5vcmcACgkQVIU0mcT0FogSMw/9Hv7euztsUr7lq+6pN+lXZVBCTveIxqf8
 JSKoUt7unA0OqlZAyQv2oR2Vd6/d0Oy6WuAgpBg/mXEjBYC5/yy2NdXKLFvG0HVX
 5JdaKg+ZVTzGceWk75fEFbQ+6bzonXGwkWGMEqV+tb3MPQPD1ffP222pjj6Q8nqZ
 9c72WsScZhU5FxvJsyD31pAx0BxPUTKQKU/ShFF5o1jtQPo/rtoLKQDB4tysaJ9g
 SK5CKvoZMZScMffUnhGUTCOQEXUiew3jgSEHWOpl5JYAO/tTwDkR6EpLAbkbkNFr
 wvwPErfuxoY/PAXuJDQaBX3/wrGqd4UBj0w+w+l3CbkkX8xvmdfVVr+ri501QHUO
 pZYxdvQ5u+lBn6bkTjzf7A2IbT7Y1rdJJvTSIcRieFGmJ3nTOjrWNEo5QnxR5IME
 xR4qHgABqwFJ6dZSgofJ2yWH/t9zjz66guY1IkH3+yzeOjnSAGlrXY3+bJrCJpL8
 vgvNnTwHAWdKYx+1luPTN5vWqB/2ylWcgP2LK/cxslSP1l1jT+JmqmfQ9ydk8NgG
 CT4DuoH0ECSHmWpvPgv6Lu6wJ60hZH5y5u1O7gr2MndYOPGg3L0a7aFWUtzzHgGj
 9GVolsgFHoKGq2hr5FZ5fFJk88FRZP2U7Vus07r34XWuxZItn1aYqHqRTLgaa2hU
 Z9TMNvh4RS4=
 =IXO+
 -----END PGP SIGNATURE-----

Merge tag 'iio-for-4.15c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next

Jonathan writes:

Third set of new device support, cleanups and features for IIO in the 4.15 cycle

New device support
* ti-dac082s085 dac
  - new driver supporting 8, 10 and 12 bit TI DACs with 2 and 4 channels:
    DAC082S085, DAC102S085, DAC122S085, DAC104s085 and DAC124S085.

Minor features and cleanps
* adc12138
  - make array ch_to_mux static for small object code size reduction.
* sun4i-gpadc
  - use of_device_get_match_data rather than opencoding it.
* stm32 trigger
  - add tim15 tigger on STM32H7
  - check clock rate to avoid potential division by zero
* tsl2x7x staging cleanups.
  - move *_thresh_period to being created by IIO core.
  - remove unused tsl2x7x_parse_result structure.
  - sort includes
  - drop a repeat iio_dev forward definition
  - fix some code alignment of defines.
  - use IIO_CONST_ATTR for constant string attribute
  - drop some unnecessary parentheses
  - fix various alignment with parenthese
  - rename power defines for readability reasons
  - fix a missaligned break statement
  - Tidy up function definitions so they fit on a single line.
2017-10-27 11:13:08 +02:00
..
android staging: android: TODO: Removing an invalid issue 2017-10-03 18:36:57 +02:00
board
ccree staging: ccree: fix boolreturn.cocci warning 2017-10-18 15:33:15 +02:00
clocking-wizard
comedi staging: comedi: adv_pci_dio: update for PCI-1761 2017-10-18 15:45:48 +02:00
dgnc staging: dgnc: Convert timers to use timer_setup() 2017-10-18 16:18:31 +02:00
emxx_udc
fbtft staging: fbtft: differentiate between buffer and data types to fix sparse warning 2017-10-18 15:58:33 +02:00
fsl-dpaa2 staging: fsl-dpaa2/eth: Add firmware version 2017-10-18 16:45:19 +02:00
fsl-mc staging: fsl-mc/dpio: Fix incorrect comparison 2017-10-03 18:34:56 +02:00
fwserial staging/fwserial: Convert timers to use timer_setup() 2017-10-18 16:18:31 +02:00
gdm724x staging: gdm724x: fix return codes in gdm_lte 2017-10-20 14:42:50 +02:00
goldfish staging: goldfish: (Coding Style) Fixed parenthesis alignment. 2017-08-31 18:21:37 +02:00
greybus greybus: audio: don't inclide rwlock.h directly. 2017-10-18 16:42:28 +02:00
gs_fpgaboot staging: gs_fpgaboot: pr_err() strings should end with newlines 2017-10-03 18:36:25 +02:00
iio Third set of new device support, cleanups and features for IIO in the 4.15 cycle 2017-10-27 11:13:08 +02:00
irda staging/irda-usb: Convert timers to use timer_setup() 2017-10-20 14:42:50 +02:00
ks7010 staging: ks7010: ks_wlan_net: mark expected switch fall-throughs 2017-10-18 16:21:26 +02:00
lustre staging: lustre: lllite: fix multi line comments style 2017-10-20 14:46:07 +02:00
media Merge 4.14-rc6 into staging-next 2017-10-23 14:29:43 +02:00
most staging: most: hdm_usb: Driver registration with module_driver macro 2017-08-27 19:59:10 +02:00
mt29f_spinand staging: mt29f_spinand: Enable the read ECC before program the page 2017-09-18 12:25:31 +02:00
netlogic staging: net: netlogic: Fix alignment issue 2017-10-18 16:17:14 +02:00
nvec staging: nvec: explicitly request exclusive reset control 2017-07-30 08:28:21 -07:00
octeon staging: octeon: fix line over 80 characters 2017-08-18 15:57:17 -07:00
octeon-usb
olpc_dcon staging: olpc_dcon: remove pointless debug printk in dcon_freeze_store() 2017-08-28 10:27:29 +02:00
pi433 staging: pi433: rf69.c style fix - space before asterisk 2017-10-18 15:56:32 +02:00
rtl8188eu staging: rtl8188eu: use pr_cont() 2017-10-20 14:45:05 +02:00
rtl8192e staging: rtl8192e: mark expected switch fall-through 2017-10-18 15:44:39 +02:00
rtl8192u staging: rtl8192u: Convert timers to use timer_setup() 2017-10-18 15:44:39 +02:00
rtl8712 staging: rtl8712: Convert timers to use timer_setup() 2017-10-18 16:18:31 +02:00
rtl8723bs staging: rtl8723bs: hide "nolinked power save" info when not debugging 2017-10-18 16:10:36 +02:00
rtlwifi staging: r8822be: mark expected switch fall-throughs 2017-10-18 16:21:26 +02:00
rts5208 staging: rts5208: fix gcc-8 logic error warning 2017-09-17 16:35:25 +02:00
skein staging: skein: move macros into header file 2017-07-28 17:06:43 -07:00
sm750fb staging: sm750fb: Remove typedef struct _dvi_ctrl_device_t 2017-10-03 18:12:27 +02:00
speakup Merge 4.14-rc4 into staging-next 2017-10-09 09:02:35 +02:00
typec staging: typec: tcpci: mark expected switch fall-through in tcpci_to_typec_cc 2017-10-18 16:42:28 +02:00
unisys Merge 4.14-rc4 into staging-next 2017-10-09 09:02:35 +02:00
vboxvideo staging: vboxvideo: Fix reporting invalid suggested-offset-properties 2017-10-18 16:44:00 +02:00
vc04_services Merge 4.14-rc6 into staging-next 2017-10-23 14:29:43 +02:00
vme
vt6655 staging: vt6655: mark expected switch fall-throughs in vnt_set_keymode 2017-10-18 16:42:28 +02:00
vt6656 staging: vt6656: card: mark expected switch fall-throughs 2017-10-18 16:21:26 +02:00
wilc1000 staging: wilc1000: replace redundant computations with 0 2017-10-18 16:42:28 +02:00
wlan-ng staging: wlan-ng: Convert timers to use timer_setup() 2017-10-20 14:42:50 +02:00
xgifb staging: xgifb: make const array static to shink object code size 2017-09-22 10:57:22 +02:00
Kconfig Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2017-09-06 14:45:08 -07:00
Makefile Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2017-09-06 14:45:08 -07:00