summaryrefslogtreecommitdiff
path: root/sys/dev/i2c
AgeCommit message (Expand)Author
2011-07-15add LG TDVS-H06xF supportjmcneill
2011-07-15struct tvpll_data foo -> extern struct tvpll_data foojmcneill
2011-07-15if no carrier, other status fields are invalidjmcneill
2011-07-14add a flags argument to lg3303, and use it for the caller to requestjmcneill
2011-07-14add module supportjmcneill
2011-07-14correct pll entries for TDVS-H06xFjmcneill
2011-07-14add module supportjmcneill
2011-07-14nxt2k depends on firmloadjmcneill
2011-07-11add LGDT3303 tuner and XC3028L demod driversjmcneill
2011-07-11Add subdriver for Nextwave (subsequently acquired by ATI, then AMD, andjakllsch
2011-07-11Add subdriver for generic PLL-based TV tuners.jakllsch
2011-07-10add snr reportingjmcneill
2011-07-09add digital capture supportjmcneill
2011-06-21Make sure sensor state is valid before calling sysmon_envsys_sensor_attach().hannken
2011-06-20Initialize sensor state before registering.pgoyette
2011-06-19Initialize sensor states to SINVALIDmartin
2011-05-28Add direct config support for all devices used by sandpoint.phx
2011-05-26add a function to mute/unmute the audio inputjmcneill
2011-04-17Suppressing the ACK after the last byte read must not depend onphx
2011-04-17Do not print "M41ST84 Real-time Clock/NVRAM", but "M41T8x Real-time Clock"phx
2011-04-04s390rtc(4), an RTC driver for the Seiko Instruments S-35390A chip.phx
2011-04-02Fix misplaced parenthesis. From henning.petersen@t-online.de, thanks.mbalmer
2011-03-12Fix another instance of the same typo in the same comment! dosn't -->pgoyette
2011-03-11Fix typo in previous - dosn't --> doesn'tpgoyette
2011-03-11Add support for SMSC EMC6D103Spgoyette
2011-03-11Set DBCOOL_DEBUG if global DEBUG is setpgoyette
2011-02-14ibmhawk_set: No need to set states ENVSYS_SWARNxxx, sysmon will do it.hannken
2011-02-14Initial implementation of ibmhawk(4) driver for sensors behind the IBM Hawkhannken
2011-01-21Per suggestion from tsutsui, convert to todr_[gs]ettime_ymdhms flavor.jakllsch
2011-01-21Add pcf8563rtc(4), yet another I2C real time clock.jakllsch
2011-01-12Fixed DPRINTF macro to make it compile when DEBUG is not defined.phx
2011-01-12Include i2cvar.h for i2c_controller, which is usually not needed by devicesphx
2011-01-04withdraw my name from the copyright notice as there is little codenisimura
2011-01-04Add a generic Motorola/Freescale i2c driver. This was taken from sandpointmatt
2010-12-28don't make module declaration conditional on _MODULEjmcneill
2010-12-27add au8522, xc5k, auvitek config gluejmcneill
2010-12-27add driver for the Auvitek AU0828 USB video controllers's analog videojmcneill
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-10-10Add options STRTC_NO_USERRAM and STRTC_NO_WATCHDOG for m41t80.kiyohara
2010-10-02Add G760a fan speed controller driver.kiyohara
2010-08-17Use SYSCTL_DESCR()pgoyette
2010-07-29When interpreting the alarm bits from the chip, don't report state forpgoyette
2010-07-29Cleanup hardware monitor limits retrieval. Do use the softc variablesnjoly
2010-07-28Fix a typo (missing digit) in chip name table.pgoyette
2010-07-12Fix typo.pgoyette
2010-07-11Add another pair of chips to the pile: IDT TS3000B3 & TSE2002B3pgoyette
2010-07-08Add additional chip IDs, and be more specific about which revs we match.pgoyette
2010-04-25Fix typo in comments.tsutsui
2010-04-10Save initial, boot-time limit values, and restore them upon requestpgoyette
2010-04-01don't divide by zero. ever.macallan