CVS commit: src/sys/dev/i2c

2018-09-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 2 01:16:58 UTC 2018 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: rkpmic.c Log Message: Add driver for Rockchip RK808 Power Management IC. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/i2c

2018-09-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 2 01:16:58 UTC 2018 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: rkpmic.c Log Message: Add driver for Rockchip RK808 Power Management IC. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/i2c

2018-08-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Aug 29 11:08:30 UTC 2018 Modified Files: src/sys/dev/i2c: fan53555.c Log Message: Initialize transition slew rate if specified in the DT To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/i2c

2018-08-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Aug 29 11:08:30 UTC 2018 Modified Files: src/sys/dev/i2c: fan53555.c Log Message: Initialize transition slew rate if specified in the DT To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/i2c

2018-08-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Aug 29 01:57:38 UTC 2018 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: fan53555.c Log Message: Add driver for Silergy SY827/SY828 step down regulator. To generate a diff of this commit:

CVS commit: src/sys/dev/i2c

2018-08-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Aug 29 01:57:38 UTC 2018 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: fan53555.c Log Message: Add driver for Silergy SY827/SY828 step down regulator. To generate a diff of this commit:

Re: CVS commit: src/sys/dev/i2c

2018-06-30 Thread Jason Thorpe
> On Jun 30, 2018, at 10:50 AM, Frank Kardel wrote: > > Hi Jason ! > > It is not so odd as your comment suggests. The I2C address is stored in the > device EEPROM and perfectly survives a power off. Ah! If the data sheet mentions this fact, I completely missed it. I'm afraid I probably

Re: CVS commit: src/sys/dev/i2c

2018-06-30 Thread Frank Kardel
Hi Jason ! It is not so odd as your comment suggests. The I2C address is stored in the device EEPROM and perfectly survives a power off. All we need to be able to is to explicitly configure the device at a different address. I hope this capability was not disabled with this check-in as that

CVS commit: src/sys/dev/i2c

2018-06-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jun 28 21:21:03 UTC 2018 Modified Files: src/sys/dev/i2c: fcu.c Log Message: fix a tpyo so now we get the correct maximum speed for CPU intake fans while there, be a bit more responsive to temperature changes To generate

CVS commit: src/sys/dev/i2c

2018-06-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jun 28 21:21:03 UTC 2018 Modified Files: src/sys/dev/i2c: fcu.c Log Message: fix a tpyo so now we get the correct maximum speed for CPU intake fans while there, be a bit more responsive to temperature changes To generate

CVS commit: src/sys/dev/i2c

2018-06-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jun 26 06:34:55 UTC 2018 Modified Files: src/sys/dev/i2c: at24cxx.c files.i2c i2c.c i2cvar.h Log Message: Remove the i2c "size" locator and corresponding property / attach arg. It was a hack meant only for EEPROMs, which

CVS commit: src/sys/dev/i2c

2018-06-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jun 26 06:34:55 UTC 2018 Modified Files: src/sys/dev/i2c: at24cxx.c files.i2c i2c.c i2cvar.h Log Message: Remove the i2c "size" locator and corresponding property / attach arg. It was a hack meant only for EEPROMs, which

CVS commit: src/sys/dev/i2c

2018-06-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jun 26 06:21:23 UTC 2018 Modified Files: src/sys/dev/i2c: at24cxx.c Log Message: Encode the size information in the compat data. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/i2c/at24cxx.c

CVS commit: src/sys/dev/i2c

2018-06-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jun 26 06:21:23 UTC 2018 Modified Files: src/sys/dev/i2c: at24cxx.c Log Message: Encode the size information in the compat data. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/i2c/at24cxx.c

CVS commit: src/sys/dev/i2c

2018-06-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jun 22 15:52:00 UTC 2018 Modified Files: src/sys/dev/i2c: i2c.c Log Message: iic_use_direct_match(): when iic_compatible_match() does not find a comptible entry, set match quality to 0. Otherwise callers might use random

CVS commit: src/sys/dev/i2c

2018-06-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jun 22 15:52:00 UTC 2018 Modified Files: src/sys/dev/i2c: i2c.c Log Message: iic_use_direct_match(): when iic_compatible_match() does not find a comptible entry, set match quality to 0. Otherwise callers might use random

CVS commit: src/sys/dev/i2c

2018-06-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jun 22 15:48:57 UTC 2018 Modified Files: src/sys/dev/i2c: dbcool.c Log Message: Add a kernel panic when we matched but can not handle a string - better die explicitly instead of crashing a few lines later with strange NULL

CVS commit: src/sys/dev/i2c

2018-06-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jun 22 15:48:57 UTC 2018 Modified Files: src/sys/dev/i2c: dbcool.c Log Message: Add a kernel panic when we matched but can not handle a string - better die explicitly instead of crashing a few lines later with strange NULL

CVS commit: src/sys/dev/i2c

2018-06-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jun 19 02:08:12 UTC 2018 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Use the device_compatible_entry mechanism rather than of_compat_data; all of the OF / FDT data we need is already in the i2c_attach_args. To

CVS commit: src/sys/dev/i2c

2018-06-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jun 19 02:08:12 UTC 2018 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Use the device_compatible_entry mechanism rather than of_compat_data; all of the OF / FDT data we need is already in the i2c_attach_args. To

CVS commit: src/sys/dev/i2c

2018-06-18 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jun 18 12:42:29 UTC 2018 Modified Files: src/sys/dev/i2c: gttwsi_core.c Log Message: Bail early if gttwsi_send_start() fails in gttwsi_initiate_xfer() to avoid unexpected state error message later (on Allwinner H5). To

CVS commit: src/sys/dev/i2c

2018-06-18 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jun 18 12:42:29 UTC 2018 Modified Files: src/sys/dev/i2c: gttwsi_core.c Log Message: Bail early if gttwsi_send_start() fails in gttwsi_initiate_xfer() to avoid unexpected state error message later (on Allwinner H5). To

CVS commit: src/sys/dev/i2c

2018-06-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Jun 17 14:50:54 UTC 2018 Modified Files: src/sys/dev/i2c: max77620.c Log Message: Fix compilation error pointed out by nishimura@. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/i2c/max77620.c

CVS commit: src/sys/dev/i2c

2018-06-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Jun 17 14:50:54 UTC 2018 Modified Files: src/sys/dev/i2c: max77620.c Log Message: Fix compilation error pointed out by nishimura@. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/i2c/max77620.c

CVS commit: src/sys/dev/i2c

2018-06-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Jun 17 01:08:15 UTC 2018 Modified Files: src/sys/dev/i2c: am2315.c Log Message: Oops, another one. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/am2315.c Please note that diffs are not public

CVS commit: src/sys/dev/i2c

2018-06-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Jun 17 01:08:15 UTC 2018 Modified Files: src/sys/dev/i2c: am2315.c Log Message: Oops, another one. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/am2315.c Please note that diffs are not public

CVS commit: src/sys/dev/i2c

2018-06-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Jun 17 01:07:06 UTC 2018 Modified Files: src/sys/dev/i2c: am2315.c Log Message: Remove now-unused variable. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/i2c/am2315.c Please note that diffs are

CVS commit: src/sys/dev/i2c

2018-06-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Jun 17 01:07:06 UTC 2018 Modified Files: src/sys/dev/i2c: am2315.c Log Message: Remove now-unused variable. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/i2c/am2315.c Please note that diffs are

CVS commit: src/sys/dev/i2c

2018-06-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Jun 16 21:28:07 UTC 2018 Modified Files: src/sys/dev/i2c: ds1307.c Log Message: More cleanup to i2c autoconfiguration: - Get all of the drivers onto the new match quality constants. - Introduce a new helper function,

CVS commit: src/sys/dev/i2c

2018-06-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Jun 16 21:24:36 UTC 2018 Modified Files: src/sys/dev/i2c: hytp14.c Log Message: More cleanup to i2c autoconfiguration: - Get all of the drivers onto the new match quality constants. - Introduce a new helper function,

CVS commit: src/sys/dev/i2c

2018-06-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Jun 16 21:24:36 UTC 2018 Modified Files: src/sys/dev/i2c: hytp14.c Log Message: More cleanup to i2c autoconfiguration: - Get all of the drivers onto the new match quality constants. - Introduce a new helper function,

CVS commit: src/sys/dev/i2c

2018-06-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Jun 16 21:28:07 UTC 2018 Modified Files: src/sys/dev/i2c: ds1307.c Log Message: More cleanup to i2c autoconfiguration: - Get all of the drivers onto the new match quality constants. - Introduce a new helper function,

CVS commit: src/sys/dev/i2c

2018-06-12 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jun 12 13:18:48 UTC 2018 Modified Files: src/sys/dev/i2c: gttwsi_core.c Log Message: When initiating a transfer, if a device isn't present, we won't get an ACK after sending the address. Check for this alternate state and

CVS commit: src/sys/dev/i2c

2018-06-12 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jun 12 13:18:48 UTC 2018 Modified Files: src/sys/dev/i2c: gttwsi_core.c Log Message: When initiating a transfer, if a device isn't present, we won't get an ACK after sending the address. Check for this alternate state and

CVS commit: src/sys/dev/i2c

2018-06-07 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Jun 7 13:30:49 UTC 2018 Modified Files: src/sys/dev/i2c: i2c.c i2cvar.h Log Message: Changes / enhancements to i2c indirect device auto-configuration: — iic_search() chooses a “probe strategy” based on the

CVS commit: src/sys/dev/i2c

2018-06-07 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Jun 7 13:30:49 UTC 2018 Modified Files: src/sys/dev/i2c: i2c.c i2cvar.h Log Message: Changes / enhancements to i2c indirect device auto-configuration: — iic_search() chooses a “probe strategy” based on the

CVS commit: src/sys/dev/i2c

2018-06-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Jun 7 05:56:18 UTC 2018 Modified Files: src/sys/dev/i2c: i2c.c i2cvar.h Log Message: Back out unintended commits. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/dev/i2c/i2c.c cvs rdiff -u -r1.11

CVS commit: src/sys/dev/i2c

2018-06-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Jun 7 05:56:18 UTC 2018 Modified Files: src/sys/dev/i2c: i2c.c i2cvar.h Log Message: Back out unintended commits. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/dev/i2c/i2c.c cvs rdiff -u -r1.11

CVS commit: src/sys/dev/i2c

2018-06-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Jun 7 05:54:24 UTC 2018 Modified Files: src/sys/dev/i2c: i2c.c i2cvar.h tsl256x.c Log Message: Adjust come defaults: - Initial gain -> 16x - auto_gain -> true To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59

CVS commit: src/sys/dev/i2c

2018-06-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Jun 7 05:54:24 UTC 2018 Modified Files: src/sys/dev/i2c: i2c.c i2cvar.h tsl256x.c Log Message: Adjust come defaults: - Initial gain -> 16x - auto_gain -> true To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59

CVS commit: src/sys/dev/i2c

2018-05-27 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun May 27 14:03:56 UTC 2018 Modified Files: src/sys/dev/i2c: tsl256x.c Log Message: Update the compat strings to match what Linux uses, per jmcneill@. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/i2c

2018-05-27 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun May 27 14:03:56 UTC 2018 Modified Files: src/sys/dev/i2c: tsl256x.c Log Message: Update the compat strings to match what Linux uses, per jmcneill@. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/i2c

2018-05-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat May 26 14:39:20 UTC 2018 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Add battery voltage, charge current, and discharge current sensors for AXP803. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/dev/i2c

2018-05-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat May 26 14:39:20 UTC 2018 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Add battery voltage, charge current, and discharge current sensors for AXP803. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/dev/i2c

2018-05-14 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue May 15 02:02:18 UTC 2018 Modified Files: src/sys/dev/i2c: i2c.c Log Message: Fix a problem reported by jmcneill@ where by a system with multuple i2c busses would end up with "ghost" device instances on the second bus. This

CVS commit: src/sys/dev/i2c

2018-05-14 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue May 15 02:02:18 UTC 2018 Modified Files: src/sys/dev/i2c: i2c.c Log Message: Fix a problem reported by jmcneill@ where by a system with multuple i2c busses would end up with "ghost" device instances on the second bus. This

CVS commit: src/sys/dev/i2c

2018-05-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun May 13 22:58:58 UTC 2018 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Battery charge state is invalid until we refresh the first time To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/dev/i2c

2018-05-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun May 13 22:58:58 UTC 2018 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Battery charge state is invalid until we refresh the first time To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/dev/i2c

2018-05-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun May 13 11:13:02 UTC 2018 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Use IRQs to update status whenever we can. Reduces the amount of work that needs to be done whenever sysmon_envsys refreshes sensors. To

CVS commit: src/sys/dev/i2c

2018-05-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun May 13 11:13:02 UTC 2018 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Use IRQs to update status whenever we can. Reduces the amount of work that needs to be done whenever sysmon_envsys refreshes sensors. To

CVS commit: src/sys/dev/i2c

2018-05-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat May 12 01:31:08 UTC 2018 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Trigger shutdown on POKLIRQ instead of POKSIRQ. POKSIRQ is triggered if POK remains low for less than IRQLEVEL. This makes it way too easy to

CVS commit: src/sys/dev/i2c

2018-05-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat May 12 01:31:08 UTC 2018 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Trigger shutdown on POKLIRQ instead of POKSIRQ. POKSIRQ is triggered if POK remains low for less than IRQLEVEL. This makes it way too easy to

CVS commit: src/sys/dev/i2c

2018-05-10 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu May 10 23:57:31 UTC 2018 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Fix off by one in axp803 dcdc2/3/4 definitions To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/i2c/axppmic.c Please

CVS commit: src/sys/dev/i2c

2018-05-10 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu May 10 23:57:31 UTC 2018 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Fix off by one in axp803 dcdc2/3/4 definitions To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/i2c/axppmic.c Please

CVS commit: src/sys/dev/i2c

2018-05-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed May 9 02:46:22 UTC 2018 Modified Files: src/sys/dev/i2c: ibmhawk.c Log Message: The probe this driver uses is potentially destructive; at the very least, filter on the I2C address the device is expected at before we unleash

CVS commit: src/sys/dev/i2c

2018-05-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed May 9 02:46:22 UTC 2018 Modified Files: src/sys/dev/i2c: ibmhawk.c Log Message: The probe this driver uses is potentially destructive; at the very least, filter on the I2C address the device is expected at before we unleash

CVS commit: src/sys/dev/i2c

2018-05-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon May 7 15:03:19 UTC 2018 Modified Files: src/sys/dev/i2c: gttwsi_core.c gttwsivar.h Log Message: Don't sleep with IPL_VM lock held. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/gttwsi_core.c

CVS commit: src/sys/dev/i2c

2018-05-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon May 7 15:03:19 UTC 2018 Modified Files: src/sys/dev/i2c: gttwsi_core.c gttwsivar.h Log Message: Don't sleep with IPL_VM lock held. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/gttwsi_core.c

CVS commit: src/sys/dev/i2c

2018-05-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun May 6 14:25:48 UTC 2018 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: POKS IRQ register / bit differ between AXP803 and AXP805/806. Handle these differences. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/i2c

2018-05-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun May 6 14:25:48 UTC 2018 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: POKS IRQ register / bit differ between AXP803 and AXP805/806. Handle these differences. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/i2c

2018-05-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat May 5 10:56:40 UTC 2018 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: No need to read battery capacity warning levels each time the sensor is refreshed To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/sys/dev/i2c

2018-05-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat May 5 10:56:40 UTC 2018 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: No need to read battery capacity warning levels each time the sensor is refreshed To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/sys/dev/i2c

2018-05-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat May 5 10:25:59 UTC 2018 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Add ACIN and VBUS present sensors To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/axppmic.c Please note that

CVS commit: src/sys/dev/i2c

2018-05-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat May 5 10:25:59 UTC 2018 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Add ACIN and VBUS present sensors To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/axppmic.c Please note that

CVS commit: src/sys/dev/i2c

2018-05-04 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat May 5 02:01:34 UTC 2018 Modified Files: src/sys/dev/i2c: files.i2c Log Message: axppmic depends on sysmon_envsys To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/sys/dev/i2c/files.i2c Please note that

CVS commit: src/sys/dev/i2c

2018-05-04 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat May 5 02:01:34 UTC 2018 Modified Files: src/sys/dev/i2c: files.i2c Log Message: axppmic depends on sysmon_envsys To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/sys/dev/i2c/files.i2c Please note that

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

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

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-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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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-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

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

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

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

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:

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:

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

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

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

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

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

<    1   2   3   4   5   6   7   8   9   10   >