CVS commit: src/sys/dev/i2c

2018-05-04 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat May 5 00:39:59 UTC 2018 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Add battery sensors. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/axppmic.c Please note that diffs are not pu

CVS commit: src/sys/dev/i2c

2018-05-04 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri May 4 20:26:50 UTC 2018 Modified Files: src/sys/dev/i2c: axp806.c Log Message: Fix pasto To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/i2c/axp806.c Please note that diffs are not public domain;

CVS commit: src/sys/dev/i2c

2018-05-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu May 3 02:10:17 UTC 2018 Modified Files: src/sys/dev/i2c: axp806.c files.i2c Log Message: Add support for poweroff and the power on-off key (POK). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c

CVS commit: src/sys/dev/i2c

2018-05-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu May 3 02:08:52 UTC 2018 Modified Files: src/sys/dev/i2c: gttwsi_core.c Log Message: Use IPL_VM for bus lock so we can do i2c xfers from interrupt context To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys

CVS commit: src/sys/dev/i2c

2018-05-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu May 3 01:15:49 UTC 2018 Modified Files: src/sys/dev/i2c: axp806.c files.i2c Removed Files: src/sys/dev/i2c: axp806.h Log Message: FDT-ize X-Powers AXP805/806 PMIC driver. To generate a diff of this commit: cvs rdi

CVS commit: src/sys/dev/i2c

2018-04-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Apr 30 20:37:01 UTC 2018 Modified Files: src/sys/dev/i2c: titemp.c Log Message: titemp_match: filter on ia_addr for indirect config (device is expected at 0x4c) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 s

CVS commit: src/sys/dev/i2c

2018-04-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Apr 30 20:33:09 UTC 2018 Modified Files: src/sys/dev/i2c: tcakp.c Log Message: tcakp_match: filter on ia_addr for indirect config (device is expected at 0x34) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src

CVS commit: src/sys/dev/i2c

2018-04-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Apr 30 20:26:09 UTC 2018 Modified Files: src/sys/dev/i2c: act8846.c Log Message: act8846_match: filter on ia_addr (device is expected at 0x5a) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/i2c/act

CVS commit: src/sys/dev/i2c

2018-04-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 12 21:14:53 UTC 2018 Modified Files: src/sys/dev/i2c: xc5k.c Log Message: PR/53177: David Binderman: Better error handling To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/i2c/xc5k.c Please note

CVS commit: src/sys/dev/i2c

2018-03-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Mar 21 15:41:34 UTC 2018 Modified Files: src/sys/dev/i2c: fcu.c Log Message: effectively enforce fan speed limits, deal with negatives properly To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/fc

CVS commit: src/sys/dev/i2c

2018-03-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Mar 16 22:11:53 UTC 2018 Modified Files: src/sys/dev/i2c: fcu.c files.i2c Log Message: implement fan control, get calibration data from EEPROM via uni_n To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/d

CVS commit: src/sys/dev/i2c

2018-03-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Mar 16 22:10:31 UTC 2018 Modified Files: src/sys/dev/i2c: adadc.c Log Message: get EEPROM data from uni_n instead of poking around in OF To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/adadc.c

CVS commit: src/sys/dev/i2c

2018-03-09 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Mar 9 22:27:15 UTC 2018 Modified Files: src/sys/dev/i2c: adadc.c Log Message: remove some unused code, add comments for credits & explanations To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/ad

CVS commit: src/sys/dev/i2c

2018-03-09 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Mar 9 20:16:54 UTC 2018 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: adadc.c Log Message: yet another temperature sensor / ADC this one supports Analog Devices AD7417, found in some G5 ma

CVS commit: src/sys/dev/i2c

2018-03-08 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Mar 8 23:25:56 UTC 2018 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: fcu.c Log Message: preliminary driver for the fan control unit found in some G5 To generate a diff of this commit: c

CVS commit: src/sys/dev/i2c

2018-02-28 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Mar 1 05:47:22 UTC 2018 Modified Files: src/sys/dev/i2c: spdmem_i2c.c Log Message: Use 1-byte data-buffers when writing to the "control" device for the SPD ROMs (we do this for page-selection). The imcsmb doesn't support z

CVS commit: src/sys/dev/i2c

2018-02-22 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Feb 22 10:09:12 UTC 2018 Modified Files: src/sys/dev/i2c: sdtemp.c sdtemp_reg.h Log Message: - Add Maxim MAX6604. - Microchip EMC1501. - ADT7408's device ID is not 0x80 but 0x08. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/i2c

2018-02-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Feb 13 13:19:30 UTC 2018 Modified Files: src/sys/dev/i2c: files.i2c Log Message: Delete 'define dbcool {}' line commented out in previous. It's bogus and the gcc6 correctly complains about that when it compiles ioconf.c PR tool

CVS commit: src/sys/dev/i2c

2018-02-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Feb 13 07:21:19 UTC 2018 Modified Files: src/sys/dev/i2c: files.i2c Log Message: Disable the 'define dbcool {}' line - it's not needed, and causes problems with config(1) and gcc6. See PR toolchain/530223 for more info. T

CVS commit: src/sys/dev/i2c

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Feb 6 10:02:09 UTC 2018 Modified Files: src/sys/dev/i2c: dbcool.c Log Message: dbcool_read_volt() has a missing {} issue. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/dev/i2c/dbcool.c Please note that

CVS commit: src/sys/dev/i2c

2018-02-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 1 21:44:18 UTC 2018 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: dstemp.c Log Message: add driver for Maxim DS1631 High-Precision Digital Thermometer and Thermostat temperature readin

CVS commit: src/sys/dev/i2c

2018-01-04 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Jan 5 03:07:16 UTC 2018 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: em3027.c em3027reg.h Log Message: Driver for EM Microelectronic EM3027 RTC and temperature sensor. To generate a diff of

CVS commit: src/sys/dev/i2c

2017-12-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 30 03:18:26 UTC 2017 Modified Files: src/sys/dev/i2c: am2315.c si70xx.c Log Message: fixes from Brad Spenser To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/am2315.c cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/dev/i2c

2017-12-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 29 02:20:47 UTC 2017 Modified Files: src/sys/dev/i2c: am2315reg.h am2315var.h si70xxreg.h si70xxvar.h Log Message: add RCSID's To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/am2315reg.h \

CVS commit: src/sys/dev/i2c

2017-12-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 29 02:19:45 UTC 2017 Modified Files: src/sys/dev/i2c: si70xx.c Log Message: Fix modules build. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/si70xx.c Please note that diffs are not public

CVS commit: src/sys/dev/i2c

2017-12-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 28 23:23:47 UTC 2017 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: am2315.c am2315reg.h am2315var.h si70xx.c si70xxreg.h si70xxvar.h Log Message: PR/52848: Brad Spencer: Two

CVS commit: src/sys/dev/i2c

2017-12-10 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Dec 10 17:05:54 UTC 2017 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: ihidev.c ihidev.h ims.c Log Message: Add drivers for HID over I2C devices, and a driver for I2C mices. >From OpenBSD.

CVS commit: src/sys/dev/i2c

2017-12-10 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Dec 10 16:53:32 UTC 2017 Modified Files: src/sys/dev/i2c: i2c.c i2cvar.h Log Message: For direct-config devices, pass the whole dictionary to the child as ia_prop, so that chil drivers can look up device-specific properties. N

CVS commit: src/sys/dev/i2c

2017-10-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 29 14:59:05 UTC 2017 Modified Files: src/sys/dev/i2c: gttwsi_core.c gttwsivar.h Log Message: Allow drivers to provide their own read/write register functions. While here, sprinkle KASSERTs to verify that the i2c lock is

CVS commit: src/sys/dev/i2c

2017-10-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 22 11:00:28 UTC 2017 Modified Files: src/sys/dev/i2c: axp20x.c Log Message: AXP209 isn't an SMBus device, so don't use iic_smbus_* APIs. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/i2c/axp2

CVS commit: src/sys/dev/i2c

2017-10-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 21 03:17:09 UTC 2017 Modified Files: src/sys/dev/i2c: at24cxx.c Log Message: match atmel,24c16 To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/i2c/at24cxx.c Please note that diffs are not pub

CVS commit: src/sys/dev/i2c

2017-10-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 9 14:52:43 UTC 2017 Modified Files: src/sys/dev/i2c: axp20x.c Log Message: Change aprint_verbose on voltage change to aprint_debug to prevent dmesg spam when running estd. While here, remove ": " prefix on aprint_*_dev

CVS commit: src/sys/dev/i2c

2017-10-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 7 20:31:48 UTC 2017 Modified Files: src/sys/dev/i2c: axp22x.c Log Message: add direct config support To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/axp22x.c Please note that diffs are not

CVS commit: src/sys/dev/i2c

2017-10-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 7 20:18:16 UTC 2017 Modified Files: src/sys/dev/i2c: pcf8563.c Log Message: Add FDT support To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/i2c/pcf8563.c Please note that diffs are not public

CVS commit: src/sys/dev/i2c

2017-10-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 7 18:22:06 UTC 2017 Modified Files: src/sys/dev/i2c: axp20x.c axp20xvar.h files.i2c Log Message: Hook axp20x into fdt regulator api To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/i2c/axp20x.c

CVS commit: src/sys/dev/i2c

2017-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 2 22:48:02 UTC 2017 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: sy8106a.c Log Message: Add driver for Silergy SY8106A regulator To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/sys/dev/i2c

2017-09-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sun Oct 1 05:12:18 UTC 2017 Modified Files: src/sys/dev/i2c: lm75.c Log Message: attach to ds1775 which was already more or less supported as DS75 also, get sensor name/location from OpenFirmware if we know how To generate a

CVS commit: src/sys/dev/i2c

2017-09-29 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Sep 29 14:17:47 UTC 2017 Modified Files: src/sys/dev/i2c: adm1021.c Log Message: get sensor descriptions from OpenFirmware if we know how this needs to be generalized To generate a diff of this commit: cvs rdiff -u -r1.15

CVS commit: src/sys/dev/i2c

2017-09-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Sep 28 13:08:00 UTC 2017 Modified Files: src/sys/dev/i2c: max77620.c Log Message: Fix register write location To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/max77620.c Please note that diffs a

CVS commit: src/sys/dev/i2c

2017-09-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Sep 22 18:12:31 UTC 2017 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: max77620.c tcagpio.c Log Message: Add GPIO drivers for MAX77620 and TCA9539 as found in Jetson TX1 To generate a dif

CVS commit: src/sys/dev/i2c

2017-09-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Sep 22 04:07:34 UTC 2017 Modified Files: src/sys/dev/i2c: sgsmix.c Log Message: use direct config To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/i2c/sgsmix.c Please note that diffs are not public

CVS commit: src/sys/dev/i2c

2017-09-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Sep 22 03:04:17 UTC 2017 Modified Files: src/sys/dev/i2c: dbcool.c Log Message: add more names for direct config To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/dev/i2c/dbcool.c Please note that diff

CVS commit: src/sys/dev/i2c

2017-09-20 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Sep 20 22:44:28 UTC 2017 Modified Files: src/sys/dev/i2c: adm1021.c Log Message: add MAX6690 which seems to be a straight up ADM1032 clone To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/i2c/adm10

CVS commit: src/sys/dev/i2c

2017-09-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Sep 13 21:15:12 UTC 2017 Modified Files: src/sys/dev/i2c: adm1021.c Log Message: MAX6642 does not have lower limit registers To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/i2c/adm1021.c Please n

CVS commit: src/sys/dev/i2c

2017-09-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Sep 1 20:11:59 UTC 2017 Modified Files: src/sys/dev/i2c: adm1021.c Log Message: support MAX6642 - yet another adm1021 kinda-sorta clone To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/i2c/adm1021

CVS commit: src/sys/dev/i2c

2017-08-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Aug 30 00:40:09 UTC 2017 Modified Files: src/sys/dev/i2c: tcakp.c Log Message: Use linux_keymap instead of pckbd keymap To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/tcakp.c Please note that

CVS commit: src/sys/dev/i2c

2017-08-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Aug 29 10:10:54 UTC 2017 Modified Files: src/sys/dev/i2c: axp20x.c axp20xvar.h Log Message: Add powerdown support and hook it in to FDT To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/i2c/axp20x.c c

CVS commit: src/sys/dev/i2c

2017-08-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Aug 29 09:55:03 UTC 2017 Modified Files: src/sys/dev/i2c: axp20x.c Log Message: Add direct configuration support. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/i2c/axp20x.c Please note that diffs

CVS commit: src/sys/dev/i2c

2017-08-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 26 22:31:02 UTC 2017 Modified Files: src/sys/dev/i2c: tcakp.c Log Message: wscons is not mpsafe, so take kernel lock for intr handler To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/tcakp.c

CVS commit: src/sys/dev/i2c

2017-08-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 26 21:02:35 UTC 2017 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: tcakp.c Log Message: Add driver for Texas Instruments TCA8418 I2C Controller Keypad Scan IC. To generate a diff of t

CVS commit: src/sys/dev/i2c

2017-05-14 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun May 14 11:39:17 UTC 2017 Modified Files: src/sys/dev/i2c: axp20x.c Log Message: define control register and associated bits for RTC supercap charger To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/ax

CVS commit: src/sys/dev/i2c

2017-04-29 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 29 19:57:00 UTC 2017 Modified Files: src/sys/dev/i2c: as3722.c Log Message: Add AS3722 SD4 regulator frobbing bits. Reduces aprint_error counter with TEGRA kernel on Jetson TK1 to 1 from 3. To generate a diff of this

CVS commit: src/sys/dev/i2c

2017-04-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 22 23:50:13 UTC 2017 Modified Files: src/sys/dev/i2c: as3722.c Log Message: remove unused field in softc To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/i2c/as3722.c Please note that diffs are

CVS commit: src/sys/dev/i2c

2017-04-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 22 23:46:29 UTC 2017 Modified Files: src/sys/dev/i2c: as3722.c Log Message: Add SD0 regulator. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/i2c/as3722.c Please note that diffs are not public

CVS commit: src/sys/dev/i2c

2017-04-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 22 21:48:56 UTC 2017 Modified Files: src/sys/dev/i2c: as3722.c files.i2c Log Message: Add LDO6 regulator support. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/i2c/as3722.c cvs rdiff -u -r1.72

CVS commit: src/sys/dev/i2c

2017-04-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 22 13:26:05 UTC 2017 Modified Files: src/sys/dev/i2c: as3722.c Log Message: Add support for AS3722 RTC. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/i2c/as3722.c Please note that diffs are n

CVS commit: src/sys/dev/i2c

2016-12-06 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Wed Dec 7 04:58:39 UTC 2016 Modified Files: src/sys/dev/i2c: sdtemp_reg.h Log Message: Device ID 0xa01 also matches Catalyst CAT34TS02C. Found on SMD-N8G28CTP-18ML-BK. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1

CVS commit: src/sys/dev/i2c

2016-10-18 Thread Aymeric Vincent
Module Name:src Committed By: aymeric Date: Tue Oct 18 18:54:54 UTC 2016 Modified Files: src/sys/dev/i2c: ds1307.c ds1307reg.h Log Message: add support for the MCP7940 based Pi Face Real Time Clock To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev

CVS commit: src/sys/dev/i2c

2016-10-15 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Oct 15 14:40:41 UTC 2016 Modified Files: src/sys/dev/i2c: tps65217pmic.c Log Message: Add White LED initialize function. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/i2c/tps65217pmic.c Please

CVS commit: src/sys/dev/i2c

2016-10-04 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Tue Oct 4 15:06:59 UTC 2016 Modified Files: src/sys/dev/i2c: ds1307.c ds1307reg.h Log Message: Add DS1340. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/i2c/ds1307.c cvs rdiff -u -r1.6 -r1.7 src/sy

CVS commit: src/sys/dev/i2c

2016-09-10 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 10 13:16:12 UTC 2016 Modified Files: src/sys/dev/i2c: at24cxx.c Log Message: Iterate over ia_ncompat array properly. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/i2c/at24cxx.c Please note

CVS commit: src/sys/dev/i2c

2016-08-16 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Aug 16 23:47:45 UTC 2016 Modified Files: src/sys/dev/i2c: titemp.c Log Message: Fix fractional temperature conversion. Previously 0 to 15 whole degrees were added for each 1/16th degree fraction. To generate a diff of thi

CVS commit: src/sys/dev/i2c

2016-08-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Aug 3 03:35:24 UTC 2016 Modified Files: src/sys/dev/i2c: sdtemp.c sdtemp_reg.h Log Message: IDT's TSE2002GB2 has the same ID as TS3000GB2, so remove TSE2002GB2. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/sys/dev/i2c

2016-07-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 27 09:11:44 UTC 2016 Modified Files: src/sys/dev/i2c: sdtemp.c Log Message: Print device ID with 8bits again (revert part of rev. 1.27) because the revision field also printed next. To generate a diff of this commit: cv

CVS commit: src/sys/dev/i2c

2016-07-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jul 26 08:13:57 UTC 2016 Modified Files: src/sys/dev/i2c: sdtemp.c Log Message: Move functions to make module related code at the bottom of this file. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/de

CVS commit: src/sys/dev/i2c

2016-07-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jul 26 07:30:16 UTC 2016 Modified Files: src/sys/dev/i2c: sdtemp.c sdtemp_reg.h Log Message: Reviewed and OK'd by pgoyette: - Add supoprt for Atmel AT30TS00, AT30TSE004, Giantec GT30TS00, GT34TS02, Microchip MCP9804, MCP982

CVS commit: src/sys/dev/i2c

2016-07-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jul 26 07:25:51 UTC 2016 Modified Files: src/sys/dev/i2c: sdtemp.c Log Message: - Print device ID in 16bits instead of 8bits in aprint_debug(). - s/STTS2002/STTS2004/ for STTS2004. To generate a diff of this commit: cvs rdi

CVS commit: src/sys/dev/i2c

2016-07-23 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jul 23 19:14:36 UTC 2016 Modified Files: src/sys/dev/i2c: as3722.c Log Message: Fix typo in string. This is a driver for the AS3722 PMIC, not the AS3822 LED driver. To generate a diff of this commit: cvs rdiff -u -r1.4 -r

CVS commit: src/sys/dev/i2c

2016-07-23 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jul 23 18:02:10 UTC 2016 Modified Files: src/sys/dev/i2c: at24cxx.c Log Message: Also check the compatibles table when the size is below zero. Fixes an aprint_error() on Jetson TK1. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/i2c

2016-07-23 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jul 23 18:00:01 UTC 2016 Modified Files: src/sys/dev/i2c: i2c.c Log Message: Use one more value from "locators.h", also make sure 'size' is initialized. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys

CVS commit: src/sys/dev/i2c

2016-07-23 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jul 23 17:42:37 UTC 2016 Modified Files: src/sys/dev/i2c: i2c.c Log Message: Use values from "locators.h" when constructing locators array to be sure of correct index; To generate a diff of this commit: cvs rdiff -u -r1.52

CVS commit: src/sys/dev/i2c

2016-07-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jul 14 04:01:32 UTC 2016 Modified Files: src/sys/dev/i2c: ibmhawk.c Log Message: Use aprint_error() instead of aprint_normal() on error. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/i2c/ibmhawk.c

CVS commit: src/sys/dev/i2c

2016-07-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jul 11 14:44:49 UTC 2016 Modified Files: src/sys/dev/i2c: dbcool.c Log Message: Fix compile error. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/dev/i2c/dbcool.c Please note that diffs are not publi

CVS commit: src/sys/dev/i2c

2016-07-03 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sun Jul 3 12:26:55 UTC 2016 Modified Files: src/sys/dev/i2c: hytp14.c hytp14var.h Log Message: convert device polling from callout to kthread. Solves: - hung initialization on A20 (bananapi) - allows iic_exec() im

CVS commit: src/sys/dev/i2c

2016-06-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jun 20 04:18:12 UTC 2016 Modified Files: src/sys/dev/i2c: files.i2c Log Message: For built-in modules, the iic driver requires i2c_bitbang To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/dev/i2c/files

CVS commit: src/sys/dev/i2c

2016-04-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Apr 5 10:53:16 UTC 2016 Modified Files: src/sys/dev/i2c: ds1307.c ds1307reg.h Log Message: Fix DS1672 suppport: need to provide dm_ch_reg to avoid a KASSERT on write. For consistency set dm_ch_value too, even if it's unused.

CVS commit: src/sys/dev/i2c

2016-01-11 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Mon Jan 11 18:23:53 UTC 2016 Modified Files: src/sys/dev/i2c: adm1026.c Log Message: Increase the number of read retries (to 5). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/adm1026.c Please note tha

CVS commit: src/sys/dev/i2c

2016-01-11 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Mon Jan 11 18:23:11 UTC 2016 Modified Files: src/sys/dev/i2c: lm75.c Log Message: Don't use I2C_F_POLL when getting/setting limits. Save/restore the correct values for LM77. To generate a diff of this commit: cvs rdiff -u -r1.28 -r

CVS commit: src/sys/dev/i2c

2016-01-10 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sun Jan 10 14:03:11 UTC 2016 Modified Files: src/sys/dev/i2c: lm87.c Log Message: Correct previous - external temperature 2 is read from the 2.5V register, not the Vccp2 register. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/sys/dev/i2c

2016-01-10 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sun Jan 10 10:20:08 UTC 2016 Modified Files: src/sys/dev/i2c: lm87.c Log Message: Add missing register definitions. Handle LM87 external temperature 2 input, and Vcc input scaling (5V or 3.3V). To generate a diff of this commit: cv

CVS commit: src/sys/dev/i2c

2016-01-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 4 19:24:15 UTC 2016 Modified Files: src/sys/dev/i2c: adm1021.c Log Message: PR/50621: David Binderman: Wrap iic_exec() in a simpler utility function and fix all the pointer/sizeof botches in the proces. To generate a

CVS commit: src/sys/dev/i2c

2016-01-03 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sun Jan 3 17:28:33 UTC 2016 Modified Files: src/sys/dev/i2c: lm75reg.h Log Message: Add LM75A ID register (for completeness). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/lm75reg.h Please note that

CVS commit: src/sys/dev/i2c

2016-01-03 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sun Jan 3 17:27:57 UTC 2016 Modified Files: src/sys/dev/i2c: lm75.c Log Message: Add display and setting of chip temperature limit(s) for envsys(4). To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/i2c/lm7

CVS commit: src/sys/dev/i2c

2016-01-03 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sun Jan 3 17:27:26 UTC 2016 Modified Files: src/sys/dev/i2c: adm1021.c Log Message: Add display and setting of chip temperature limits for envsys(4). Different chips are recognised where possible, and the appropriate limits are disp

CVS commit: src/sys/dev/i2c

2016-01-01 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Fri Jan 1 20:13:50 UTC 2016 Modified Files: src/sys/dev/i2c: lm75.c Log Message: Read the Tos limit from the chip, instead of assuming 80'C, in case firmware has altered it. Make the *decode functions return temperatures in either

CVS commit: src/sys/dev/i2c

2015-12-16 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Wed Dec 16 08:05:38 UTC 2015 Modified Files: src/sys/dev/i2c: dbcool.c Log Message: Add direct configuration support via compatible names. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/dev/i2c/dbcool.c Plea

CVS commit: src/sys/dev/i2c

2015-12-15 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Wed Dec 16 07:56:48 UTC 2015 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: adm1026.c adm1026reg.h Log Message: Add a driver for the ADM1026 Thermal System Management Fan Controller i2c chip. To ge

CVS commit: src/sys/dev/i2c

2015-12-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 13 17:15:06 UTC 2015 Modified Files: src/sys/dev/i2c: as3722.c at24cxx.c titemp.c Log Message: Support direct config. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/i2c/as3722.c cvs rdiff -u -r

CVS commit: src/sys/dev/i2c

2015-12-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 13 17:14:56 UTC 2015 Modified Files: src/sys/dev/i2c: i2c.c i2cvar.h Log Message: allow child devices to be passed in attach args instead of device dictionary To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.

CVS commit: src/sys/dev/i2c

2015-12-10 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Dec 10 05:33:28 UTC 2015 Modified Files: src/sys/dev/i2c: i2c.c Log Message: When loaded as a non-built-in module, make sure we attach the cdevsw. Without this, the i2c bus works but userland programs (such as i2cscan(8)) ca

CVS commit: src/sys/dev/i2c

2015-12-07 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Mon Dec 7 20:59:44 UTC 2015 Modified Files: src/sys/dev/i2c: adm1021.c Log Message: Use the destination buffer size when copying strings. (Didn't matter in practice, because the destination was large enough.) To generate a diff of

CVS commit: src/sys/dev/i2c

2015-11-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Nov 21 12:19:47 UTC 2015 Modified Files: src/sys/dev/i2c: as3722.c as3722.h Log Message: expose pmic reset functionality To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/as3722.c cvs rdiff -u -r1

CVS commit: src/sys/dev/i2c

2015-11-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Nov 21 10:57:32 UTC 2015 Modified Files: src/sys/dev/i2c: files.i2c Log Message: add sysmon_wdog dependency to as3722pmic To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/dev/i2c/files.i2c Please note

CVS commit: src/sys/dev/i2c

2015-11-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Nov 21 10:56:40 UTC 2015 Modified Files: src/sys/dev/i2c: as3722.c Log Message: add watchdog support To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/as3722.c Please note that diffs are not publ

CVS commit: src/sys/dev/i2c

2015-11-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Nov 11 12:35:22 UTC 2015 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: as3722.c as3722.h Log Message: Add basic driver for AMS AS3722 power management IC To generate a diff of this commit

CVS commit: src/sys/dev/i2c

2015-10-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Oct 21 09:03:13 UTC 2015 Modified Files: src/sys/dev/i2c: files.i2c Log Message: needs-flag for axp20x To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/dev/i2c/files.i2c Please note that diffs are not

CVS commit: src/sys/dev/i2c

2015-10-15 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Oct 15 13:48:57 UTC 2015 Modified Files: src/sys/dev/i2c: axp20x.c Log Message: Fix dcdc3 voltage settings (s/dcdc2/dcdc3/g). While there convert some aprint_normal to aprint_verbose To generate a diff of this commit: cvs rd

CVS commit: src/sys/dev/i2c

2015-10-15 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Oct 15 13:41:11 UTC 2015 Modified Files: src/sys/dev/i2c: axp20x.c Added Files: src/sys/dev/i2c: axp20xvar.h Log Message: Implement sensor reports for power supplies (voltage and intensities). Implement a callback to c

CVS commit: src/sys/dev/i2c

2015-09-27 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun Sep 27 13:02:21 UTC 2015 Modified Files: src/sys/dev/i2c: adm1021.c at24cxx.c lm75.c lm87.c Log Message: Direct config: Only match via the list of compatible hardware when we have such a list available (ia_ncompat > 0). Otherwise

CVS commit: src/sys/dev/i2c

2015-09-18 Thread Frank Wille
Module Name:src Committed By: phx Date: Fri Sep 18 17:21:43 UTC 2015 Modified Files: src/sys/dev/i2c: hytp14.c Log Message: Declare sensor data invalid when reading the sensor failed (device is gone). To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/de

<    1   2   3   4   5   >