CVS commit: src/sys/dev/i2c

2015-05-10 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun May 10 22:54:06 UTC 2015 Modified Files: src/sys/dev/i2c: at24cxx.c Log Message: Many I2C drivers hold spin locks between iic_acquire_bus / iic_release_bus. Avoid sleeping while owning the I2C bus. To generate a diff of

CVS commit: src/sys/dev/i2c

2015-04-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Apr 13 22:26:20 UTC 2015 Modified Files: src/sys/dev/i2c: i2c.c Log Message: Add required dependency on i2cexec To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/dev/i2c/i2c.c Please note that diffs

CVS commit: src/sys/dev/i2c

2015-04-11 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Apr 11 20:05:44 UTC 2015 Modified Files: src/sys/dev/i2c: pcf8563.c Log Message: Always use polling mode for now, hummingbird doesn't work otherwise. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/dev/i2c

2015-04-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 4 15:14:42 UTC 2015 Modified Files: src/sys/dev/i2c: i2c.c Log Message: Free cmd on error if we allocated it. Found by Brainy, reported by maxv@. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

CVS commit: src/sys/dev/i2c

2015-04-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 4 15:16:54 UTC 2015 Modified Files: src/sys/dev/i2c: i2c.c Log Message: dedup code. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/dev/i2c/i2c.c Please note that diffs are not public domain;

CVS commit: src/sys/dev/i2c

2015-01-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Jan 22 17:56:35 UTC 2015 Modified Files: src/sys/dev/i2c: i2c.c Log Message: More correctly handle I²C exec ioctls with both a command and write data phase. Previously the data phase of ioctl writes was sending

CVS commit: src/sys/dev/i2c

2015-01-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 11 15:22:26 UTC 2015 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: hym8563.c Log Message: add Haoyu Microelectronic HYM8563 RTC driver To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/i2c

2015-01-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 11 16:54:21 UTC 2015 Modified Files: src/sys/dev/i2c: files.i2c Removed Files: src/sys/dev/i2c: hym8563.c Log Message: pcf8653 driver is compatible, delete this driver To generate a diff of this commit: cvs

CVS commit: src/sys/dev/i2c

2015-01-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 11 18:05:36 UTC 2015 Modified Files: src/sys/dev/i2c: pcf8563.c Log Message: initialize CS1/CS2 regs, honour century flag, return an error on read if voltage low bit is set To generate a diff of this commit: cvs

CVS commit: src/sys/dev/i2c

2015-01-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 11 18:56:54 UTC 2015 Modified Files: src/sys/dev/i2c: pcf8563reg.h Log Message: add VL flags To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/pcf8563reg.h Please note that diffs are not

CVS commit: src/sys/dev/i2c

2015-01-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 11 18:58:09 UTC 2015 Modified Files: src/sys/dev/i2c: pcf8563.c Log Message: dont read cs1/cs2 regs when reading clock, only use polling mode when cold, invert logic for century flag (1 means 1900, 0 means 2000), set

CVS commit: src/sys/dev/i2c

2015-01-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 2 21:55:31 UTC 2015 Modified Files: src/sys/dev/i2c: act8846.c Log Message: disable ACT_DEBUG, but still print current state at attach To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/dev/i2c

2015-01-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jan 1 17:33:18 UTC 2015 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: act8846.c act8846.h Log Message: Add driver for Active-Semi ACT8846 Power Management controller. To generate a diff

CVS commit: src/sys/dev/i2c

2015-01-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jan 1 17:59:18 UTC 2015 Modified Files: src/sys/dev/i2c: act8846.c Log Message: write reg value not target freq in act8846_set_voltage To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/act8846.c

CVS commit: src/sys/dev/i2c

2014-12-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 7 14:24:11 UTC 2014 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: ac100.c Log Message: Add driver for X-Powers AC100 integrated audio codec and RTC subsystem. Only RTC functionality

CVS commit: src/sys/dev/i2c

2014-12-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 7 00:32:35 UTC 2014 Modified Files: src/sys/dev/i2c: files.i2c i2c.c Log Message: Let kernel config override I2C_MAX_ADDR To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/dev/i2c/files.i2c cvs

CVS commit: src/sys/dev/i2c

2014-12-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 7 00:33:26 UTC 2014 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: axp806.c axp806.h axp809.c axp809.h Log Message: Add AXP806 and AXP809 power management controller drivers. To

CVS commit: src/sys/dev/i2c

2014-11-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 23 13:37:27 UTC 2014 Modified Files: src/sys/dev/i2c: gttwsi_core.c gttwsivar.h Log Message: On Allwinner A31 you need to set the CONTROL_IFLG bit to clear it. Add a iflg-rwc property to enable this behaviour. To

CVS commit: src/sys/dev/i2c

2014-11-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Nov 21 22:31:09 UTC 2014 Modified Files: src/sys/dev/i2c: axp22x.c Log Message: Change internal temperature base from -267.7C to -243.7C. The AXP223 datasheet says that the value is between -267.7C and 165.8C in steps of

CVS commit: src/sys/dev/i2c

2014-11-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Nov 17 00:46:44 UTC 2014 Modified Files: src/sys/dev/i2c: ddc.c ddcvar.h Log Message: add ddc_read_edid_block, which is the same as ddc_read_edid but takes an additional block number argument To generate a diff of this

CVS commit: src/sys/dev/i2c

2014-10-14 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Wed Oct 15 05:11:36 UTC 2014 Modified Files: src/sys/dev/i2c: files.i2c Log Message: dsrtc depends on sysmon_envsys. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/dev/i2c/files.i2c Please note that

CVS commit: src/sys/dev/i2c

2014-10-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 13 10:29:27 UTC 2014 Modified Files: src/sys/dev/i2c: ds1307.c Log Message: Initialize a variable that gcc thinks might be used uninitialized. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/sys/dev/i2c

2014-10-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 12 23:58:42 UTC 2014 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: axp22x.c Log Message: add AXP22x Power Management Unit driver To generate a diff of this commit: cvs rdiff -u -r0

CVS commit: src/sys/dev/i2c

2014-10-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sun Oct 12 01:23:23 UTC 2014 Modified Files: src/sys/dev/i2c: ds1307.c ds1307reg.h Log Message: - support DS3231 ( more or less a DS3232 without NVRAM it seems ) - support the DS3231's temperature sensor To generate a diff of

CVS commit: src/sys/dev/i2c

2014-10-07 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Oct 7 21:32:10 UTC 2014 Modified Files: src/sys/dev/i2c: motoi2creg.h Log Message: fix some cp bugs. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/motoi2creg.h Please note that diffs are not

CVS commit: src/sys/dev/i2c

2014-09-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Sep 11 11:14:44 UTC 2014 Modified Files: src/sys/dev/i2c: gttwsireg.h Log Message: correct softreset reg for allwinner boards To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/gttwsireg.h Please

CVS commit: src/sys/dev/i2c

2014-09-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Sep 9 22:44:32 UTC 2014 Modified Files: src/sys/dev/i2c: files.i2c gttwsireg.h Log Message: AllWinner implementation uses a different register layout, select it with options GTTWSI_ALLWINNER To generate a diff of this

CVS commit: src/sys/dev/i2c

2014-09-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Sep 9 22:47:33 UTC 2014 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: axp20x.c Log Message: AXP20x Power Management Unit driver, pretty basic at the moment -- only acts as a temperature

CVS commit: src/sys/dev/i2c

2014-09-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Sep 9 23:39:16 UTC 2014 Modified Files: src/sys/dev/i2c: axp20x.c Log Message: fix a sizeof typo To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/axp20x.c Please note that diffs are not public

CVS commit: src/sys/dev/i2c

2014-08-04 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Aug 4 23:28:19 UTC 2014 Modified Files: src/sys/dev/i2c: x1226.c Log Message: Assume bitops are meant here. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/i2c/x1226.c Please note that diffs are

CVS commit: src/sys/dev/i2c

2014-07-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jul 20 23:01:22 UTC 2014 Modified Files: src/sys/dev/i2c: tps65217pmic.c tps65217pmicreg.h Added Files: src/sys/dev/i2c: tps65217pmicvar.h Log Message: Add a callback to change the regulator outputs. Tested on

CVS commit: src/sys/dev/i2c

2014-06-29 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sun Jun 29 09:06:05 UTC 2014 Modified Files: src/sys/dev/i2c: hytp14reg.h Log Message: remove artifacts inspired by misleading documentation fix address caculation macros fix typoes To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/i2c

2014-06-29 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sun Jun 29 09:52:43 UTC 2014 Modified Files: src/sys/dev/i2c: hytp14.c Log Message: allow i2c address 0x01-0x7F igore responses if the sensor is in command mode To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/i2c

2014-06-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jun 29 04:04:02 UTC 2014 Modified Files: src/sys/dev/i2c: rs5c372.c Log Message: Use todr_[gs]ettime_ymdhms functions that handle ymdhms format properly. Compile test only. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/i2c

2014-03-17 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Mar 17 15:57:56 UTC 2014 Modified Files: src/sys/dev/i2c: x1226.c Log Message: Fix build. Hi dh! To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/i2c/x1226.c Please note that diffs are not public

CVS commit: src/sys/dev/i2c

2014-01-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Jan 9 16:51:05 UTC 2014 Modified Files: src/sys/dev/i2c: sdtemp.c sdtemp_reg.h Log Message: add three temperature sensors from ST. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/i2c/sdtemp.c cvs

CVS commit: src/sys/dev/i2c

2014-01-08 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Jan 8 16:45:14 UTC 2014 Modified Files: src/sys/dev/i2c: tps65217pmic.c Log Message: Add unused tps65217pmic_reg_write() function. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/dev/i2c

2014-01-08 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Jan 8 16:49:48 UTC 2014 Modified Files: src/sys/dev/i2c: tps65217pmic.c Log Message: Fix whitespace issues. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/i2c/tps65217pmic.c Please note that

CVS commit: src/sys/dev/i2c

2013-12-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 31 14:51:46 UTC 2013 Modified Files: src/sys/dev/i2c: tps65217pmic.c Log Message: Remove unused variable. OK rkujawa To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/i2c/tps65217pmic.c Please

CVS commit: src/sys/dev/i2c

2013-11-07 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Fri Nov 8 03:56:10 UTC 2013 Modified Files: src/sys/dev/i2c: m41st84.c Log Message: fix an array bound error which was spotted by gcc 4.8 To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/sys/dev/i2c

2013-11-04 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Mon Nov 4 15:06:26 UTC 2013 Modified Files: src/sys/dev/i2c: lm87.c Log Message: Add missing braces. Fix logic error - check the data read from the chip against 0xff. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/dev/i2c

2013-10-28 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Mon Oct 28 11:24:08 UTC 2013 Modified Files: src/sys/dev/i2c: mcp980x.c Log Message: Fix name of sysctl setup function. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/mcp980x.c Please note that

CVS commit: src/sys/dev/i2c

2013-10-26 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sat Oct 26 18:28:15 UTC 2013 Modified Files: src/sys/dev/i2c: lm87.c Log Message: A fan reading of 0xff is also invalid (observed on AlphaServer DS20L). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/dev/i2c

2013-10-18 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Fri Oct 18 15:16:08 UTC 2013 Modified Files: src/sys/dev/i2c: lm87.c Log Message: Remove extraneous printf(). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/lm87.c Please note that diffs are not

CVS commit: src/sys/dev/i2c

2013-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 17 21:18:43 UTC 2013 Modified Files: src/sys/dev/i2c: tvpll.c Log Message: remove unused variable To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/tvpll.c Please note that diffs are not

CVS commit: src/sys/dev/i2c

2013-10-15 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Tue Oct 15 10:18:49 UTC 2013 Modified Files: src/sys/dev/i2c: mcp980x.c Log Message: Clean up register read and write functions, add functions for 8-bit read and write (needed to access config register). Add sysctl knob to set

CVS commit: src/sys/dev/i2c

2013-10-15 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Tue Oct 15 10:27:55 UTC 2013 Modified Files: src/sys/dev/i2c: mcp980x.c Log Message: Simplify sysctl handling. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/mcp980x.c Please note that diffs are

CVS commit: src/sys/dev/i2c

2013-10-15 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Tue Oct 15 13:42:53 UTC 2013 Modified Files: src/sys/dev/i2c: mcp980x.c Log Message: Add sysctl knobs to set temperature limit and hysteresis. Reaching the limit causes alert line of the chip to be asserted. These limits could

CVS commit: src/sys/dev/i2c

2013-10-15 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Tue Oct 15 13:43:51 UTC 2013 Modified Files: src/sys/dev/i2c: mcp980xreg.h Log Message: Add forgotten register definitions for previous commit. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/i2c

2013-10-15 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Tue Oct 15 19:12:41 UTC 2013 Added Files: src/sys/dev/i2c: lm87.c Log Message: Add a driver for the LM81, LM87, and compatible iic hardware monitors (lmenv). Ported from OpenBSD's lm87.c, revision 1.20. To generate a diff of this

CVS commit: src/sys/dev/i2c

2013-10-15 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Tue Oct 15 19:13:33 UTC 2013 Modified Files: src/sys/dev/i2c: files.i2c Log Message: Add lmenv to the configuration framework. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/dev/i2c/files.i2c Please note

CVS commit: src/sys/dev/i2c

2013-09-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Sep 12 19:46:31 UTC 2013 Modified Files: src/sys/dev/i2c: dbcool.c Log Message: Remove unused variables To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/dev/i2c/dbcool.c Please note that diffs are not

CVS commit: src/sys/dev/i2c

2013-09-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Sep 12 20:30:58 UTC 2013 Modified Files: src/sys/dev/i2c: i2c_exec.c Log Message: Fix evil sizeof(void*) botch To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/i2c/i2c_exec.c Please note that diffs

CVS commit: src/sys/dev/i2c

2013-09-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Sep 12 20:20:03 UTC 2013 Modified Files: src/sys/dev/i2c: i2c.c Log Message: Remove unused variable To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/dev/i2c/i2c.c Please note that diffs are not public

CVS commit: src/sys/dev/i2c

2013-09-08 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Sun Sep 8 14:59:42 UTC 2013 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: mpl115a.c mpl115areg.h Log Message: Preliminary support for MPL115A2 pressure sensor. It works, but accurracy is

CVS commit: src/sys/dev/i2c

2013-08-07 Thread Soren S. Jorvang
Module Name:src Committed By: soren Date: Wed Aug 7 19:38:45 UTC 2013 Modified Files: src/sys/dev/i2c: at24cxx.c dbcool_reg.h i2c.c lm75reg.h max6900reg.h pcf8583reg.h sdtemp_reg.h spdmem_i2c.c x1226reg.h Log Message: Allow i2c addr wildcard matching. Use

CVS commit: src/sys/dev/i2c

2013-08-06 Thread Soren S. Jorvang
Module Name:src Committed By: soren Date: Tue Aug 6 15:58:25 UTC 2013 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: w83795g.c w83795greg.h Log Message: Add driver for Nuvoton W83795G voltage/temp/fan/gpio monitoring device. As used in

CVS commit: src/sys/dev/i2c

2013-08-03 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Sun Aug 4 00:24:28 UTC 2013 Modified Files: src/sys/dev/i2c: tps65217pmic.c tps65217pmicreg.h Log Message: Monitor for power source changes and report with appropriate information in dmesg, a pmf event and sysmon_pswitch event.

CVS commit: src/sys/dev/i2c

2013-07-28 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sun Jul 28 06:12:45 UTC 2013 Modified Files: src/sys/dev/i2c: spdmem_i2c.c Log Message: Call iic_exec() with I2C_F_POLL. Don't sleep in probe/attach time. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/dev/i2c

2013-07-22 Thread Soren S. Jorvang
Module Name:src Committed By: soren Date: Mon Jul 22 13:46:20 UTC 2013 Modified Files: src/sys/dev/i2c: sdtemp.c Log Message: Use the standard i2c address to DIMM slot mapping to show the slot number. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/sys/dev/i2c

2013-05-16 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Thu May 16 21:25:27 UTC 2013 Modified Files: src/sys/dev/i2c: tps65217pmic.c Log Message: Fix typo: s/300/500/ . To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/tps65217pmic.c Please note that

CVS commit: src/sys/dev/i2c

2013-05-06 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Mon May 6 22:04:12 UTC 2013 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: mcp980x.c mcp980xreg.h Log Message: Add driver for Microchip MCP9800/1/2/3 temperature sensors. To generate a diff

CVS commit: src/sys/dev/i2c

2013-05-06 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue May 7 01:16:26 UTC 2013 Modified Files: src/sys/dev/i2c: tps65217pmicreg.h Log Message: Add WLED register defines. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/tps65217pmicreg.h Please

CVS commit: src/sys/dev/i2c

2013-04-27 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Apr 28 00:47:21 UTC 2013 Modified Files: src/sys/dev/i2c: tps65217pmicreg.h Log Message: put the one out-of-order register info in its proper sequence To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/dev/i2c

2013-04-26 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Fri Apr 26 15:31:05 UTC 2013 Modified Files: src/sys/dev/i2c: tps65217pmic.c tps65217pmicreg.h Log Message: Add sanity, flexibility and readability to TPS65217 driver. In preparation to add envsys support. To generate a diff

CVS commit: src/sys/dev/i2c

2013-04-25 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Thu Apr 25 20:55:34 UTC 2013 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: tps65217pmic.c tps65217pmicreg.h Log Message: Add minimal support for TPS65217 PMIC as found on BeagleBone. Next step

CVS commit: src/sys/dev/i2c

2013-02-08 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Fri Feb 8 15:14:11 UTC 2013 Modified Files: src/sys/dev/i2c: at24cxx.c Log Message: Handle direct configuration if ia-ia_name is set, using iic_compat_match(). If ia-ia_name is set, display the name on attach. Display the size (if

CVS commit: src/sys/dev/i2c

2013-02-03 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sun Feb 3 16:28:51 UTC 2013 Modified Files: src/sys/dev/i2c: i2c.c Log Message: Also set ia.ia_size from size when doing direct config. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/dev/i2c/i2c.c Please

CVS commit: src/sys/dev/i2c

2012-12-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 31 13:26:43 UTC 2012 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: tps65950.c Log Message: TI TPS65950 driver, right now about all it can do is control LEDs To generate a diff of

CVS commit: src/sys/dev/i2c

2012-12-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 31 19:47:28 UTC 2012 Modified Files: src/sys/dev/i2c: files.i2c tps65950.c Log Message: add support for TPS65950 watchdog timer To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/dev/i2c/files.i2c

CVS commit: src/sys/dev/i2c

2012-12-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 31 21:45:36 UTC 2012 Modified Files: src/sys/dev/i2c: tps65950.c Log Message: add TPS65950 RTC support To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/tps65950.c Please note that diffs are

CVS commit: src/sys/dev/i2c

2012-09-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Sep 12 00:36:41 UTC 2012 Modified Files: src/sys/dev/i2c: spdmem_i2c.c Log Message: Initialize the sysctl(9) stuff before configuring the spd(4) devices. Otherwise, the devices do not create their own sysctl nodes! To

CVS commit: src/sys/dev/i2c

2012-09-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 1 15:06:57 UTC 2012 Removed Files: src/sys/dev/i2c: pic16lcreg.h Log Message: pic16lcreg.h has been unused since removal of Xbox support, remove. To generate a diff of this commit: cvs rdiff -u -r1.4 -r0

CVS commit: src/sys/dev/i2c

2012-07-29 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jul 29 07:04:10 UTC 2012 Modified Files: src/sys/dev/i2c: g760a.c Log Message: Use const nodes. Let sysctl_createv initialize sysctl_data. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/i2c/g760a.c

CVS commit: src/sys/dev/i2c

2012-07-28 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Jul 28 23:03:47 UTC 2012 Modified Files: src/sys/dev/i2c: g760a.c Log Message: Use (void *) instead of (type **) which gcc complains about. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/g760a.c

CVS commit: src/sys/dev/i2c

2012-07-24 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Jul 25 03:07:37 UTC 2012 Modified Files: src/sys/dev/i2c: ds1307.c Log Message: Clean up error messages. Tidy some logic. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/i2c/ds1307.c Please note

CVS commit: src/sys/dev/i2c

2012-04-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Apr 28 17:27:08 UTC 2012 Modified Files: src/sys/dev/i2c: dbcool.c Log Message: Fix logical errors ( instead of in a few places). To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/dev/i2c/dbcool.c Please

CVS commit: src/sys/dev/i2c

2012-04-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Apr 22 14:10:36 UTC 2012 Modified Files: src/sys/dev/i2c: i2c_exec.c i2c_io.h Log Message: Identify SMBus block-mode operations. XXX Nothing in the kernel issues block-mode commands, and each i2c bus XXX driver needs its

CVS commit: src/sys/dev/i2c

2012-03-15 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Mar 15 16:20:36 UTC 2012 Modified Files: src/sys/dev/i2c: cx24227.c Log Message: always set *data to appease gcc -03 (some users of cx24227_readreg() don't check return value for error). To generate a diff of this commit:

CVS commit: src/sys/dev/i2c

2012-03-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Mar 14 02:57:10 UTC 2012 Modified Files: src/sys/dev/i2c: i2c.c Log Message: Don't try to match a device if there's already a device attached at the specified address. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/i2c

2012-02-23 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 23 20:59:19 UTC 2012 Modified Files: src/sys/dev/i2c: ds1307.c ds1307reg.h Log Message: Rework this driver to support other dsrtc than just the DS1307. Support both BCD and 32-bit binary type RTCs. Supports DS1339, DS1672,

CVS commit: src/sys/dev/i2c

2012-02-01 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Feb 2 02:47:59 UTC 2012 Modified Files: src/sys/dev/i2c: sdtemp.c Log Message: Clean up display of initial hardware provided limits. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/dev/i2c

2012-01-22 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Sun Jan 22 10:36:52 UTC 2012 Modified Files: src/sys/dev/i2c: spdmem_i2c.c Log Message: Add dimm found on Sun US-IIe based machines (eg. Netra X1, Blade 100). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/dev/i2c

2012-01-07 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Jan 7 15:03:11 UTC 2012 Modified Files: src/sys/dev/i2c: ds1307.c ds1307reg.h Log Message: Fixed 12/24h mode. Bit 6 from the hours register indicates 12h mode. Do not overwrite the control register (0x07) with random contents.

CVS commit: src/sys/dev/i2c

2012-01-07 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Jan 7 21:02:15 UTC 2012 Modified Files: src/sys/dev/i2c: pcf8563.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/pcf8563.c Please note that diffs are not

CVS commit: src/sys/dev/i2c

2011-11-17 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Nov 17 13:47:27 UTC 2011 Modified Files: src/sys/dev/i2c: pic16lc.c Log Message: Fix last envsys2 conversion (1.10). From Tetsuya Isaki in PR#45622. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/dev/i2c

2011-11-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 17 16:04:07 UTC 2011 Modified Files: src/sys/dev/i2c: pic16lc.c Log Message: tidy up. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/i2c/pic16lc.c Please note that diffs are not public

CVS commit: src/sys/dev/i2c

2011-11-08 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Nov 9 05:47:54 UTC 2011 Modified Files: src/sys/dev/i2c: lm75.c Log Message: Support setting the temperature threshold for the LM75's alarm/interrupt output. Some hardware ( I'm looking at you, Gdium ) abuses it to control

CVS commit: src/sys/dev/i2c

2011-10-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Oct 11 15:19:09 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: remove spurious warning about duplicate devices when using info from MD code ( like OpenFirmware ) ok jmcneill To generate a diff of this

CVS commit: src/sys/dev/i2c

2011-10-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 3 23:53:04 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: iic_ioctl_exec: if the i2c controller's exec function uses -1 instead of an error code to report failure, convert it to EIO. To generate a diff

CVS commit: src/sys/dev/i2c

2011-10-02 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 2 11:38:48 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: ii2c can be built as module. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/i2c/i2c.c Please note that diffs are not

CVS commit: src/sys/dev/i2c

2011-10-02 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 2 12:25:40 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: Consistent use of 'return'. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/i2c/i2c.c Please note that diffs are not

CVS commit: src/sys/dev/i2c

2011-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 2 18:58:46 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: add support for detaching iic(4) To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/dev/i2c/i2c.c Please note that diffs are

CVS commit: src/sys/dev/i2c

2011-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 2 19:03:56 UTC 2011 Modified Files: src/sys/dev/i2c: au8522.c cx24227.c dbcool.c lg3303.c mt2131.c nxt2k.c sdtemp.c spdmem_i2c.c tvpll.c xc3028.c xc5k.c zl10353.c Log Message: now that iic is a module, add

CVS commit: src/sys/dev/i2c

2011-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 2 21:12:43 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: iic_ioctl_exec: initialize cmd before using it To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/dev/i2c/i2c.c Please note

CVS commit: src/sys/dev/i2c

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 18 02:08:07 UTC 2011 Modified Files: src/sys/dev/i2c: dbcool.c Log Message: fix gcc-4.5 warnings To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/dev/i2c/dbcool.c Please note that diffs are not

CVS commit: src/sys/dev/i2c

2011-08-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 13 18:31:38 UTC 2011 Modified Files: src/sys/dev/i2c: files.i2c Log Message: lg3303 depends on dtv_math, not xc3028 To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/dev/i2c/files.i2c Please note

CVS commit: src/sys/dev/i2c

2011-08-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Aug 9 10:54:22 UTC 2011 Modified Files: src/sys/dev/i2c: lg3303.c xc3028.c Log Message: lg3303 should depend on dtv_math, not xc3028 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/i2c/lg3303.c

CVS commit: src/sys/dev/i2c

2011-08-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Aug 5 20:32:22 UTC 2011 Modified Files: src/sys/dev/i2c: cx24227.c Log Message: add QAM64/256 support To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/cx24227.c Please note that diffs are not

CVS commit: src/sys/dev/i2c

2011-08-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Aug 5 21:19:23 UTC 2011 Modified Files: src/sys/dev/i2c: cx24227.c Log Message: hide debug messages under CX24227_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/i2c/cx24227.c Please note

<    1   2   3   4   5   >