summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/dbcool.c
AgeCommit message (Expand)Author
2019-02-06Change a aprint_verbose into aprint_debug - the message does not addmartin
2019-02-03- dbcool_pmf_suspend() set the wrong bit out of the suspended data asmrg
2018-06-26In my quest to make device_compatible_entry (and associated goo)thorpej
2018-06-22Add a kernel panic when we matched but can not handle a string - bettermartin
2018-06-18- Rename iic_compat_match() to iic_compatible_match() and change itthorpej
2018-06-16More cleanup to i2c autoconfiguration:thorpej
2018-02-06dbcool_read_volt() has a missing {} issue.mrg
2017-09-22add more names for direct configmacallan
2016-07-11Fix compile error.msaitoh
2016-07-11KNF. No functional change.msaitoh
2015-12-16Add direct configuration support via compatible names.jdc
2015-04-23Update module dependencies for all the existing modules that depend on sysmon...pgoyette
2015-03-07i2c devices don't actually have a dependency on "iic" (the bus driver)jmcneill
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2013-09-12Remove unused variablesmartin
2012-06-02Add some pre-processor magic to verify that the type of the data itemdsl
2012-05-31Update handling of sysctl stuff when built as modulespgoyette
2012-04-28Fix logical errors (&& instead of & in a few places).wiz
2011-10-02now that iic is a module, add "iic" dependency to iic driversjmcneill
2011-08-18fix gcc-4.5 warningschristos
2011-08-02When detaching the device, tear down its sysctl tree.pgoyette
2011-08-01appease gcc 4.5macallan
2011-07-31modularizejmcneill
2011-06-20Initialize sensor state before registering.pgoyette
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
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-08-17Use SYSCTL_DESCR()pgoyette
2010-04-10Save initial, boot-time limit values, and restore them upon requestpgoyette
2010-04-01don't divide by zero. ever.macallan
2010-04-01add some more ADM1031 support:macallan
2010-03-31Add preliminary support for the ADM1031 found in the Sun Blade 2500 and similarmacallan
2010-03-20Use correct format directive in aprint_debug_dev()pgoyette
2010-03-20Fix the dbcool_{get,set}_limits() routines to properly deal with min/maxpgoyette
2010-03-01Now that sysmon_envsys(8) has learned how to retrieve and update sensorpgoyette
2010-02-26Disable DBCOOL_DEBUG by default, and make it compile that way.pgoyette
2010-02-24Fix handling of 6bit VID register (6th bit takes place of 12VIn sensor).pgoyette
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-01-08Expand PMF_FN_* macros.dyoung
2009-11-02don't pull a 1.5K softc on the stack to do a chip ident. Idea from mrg.christos
2009-06-01Since we no longer have individual events for each sensor value limit,pgoyette
2009-02-09Previous check for ADM1027 caused a kernel panic, since the read routinepgoyette
2009-02-08The ADM1027 chip doesn't support i2c read_byte protocol, so in thispgoyette
2009-02-08Use pre-scripted i2c protocols rather than re-inventing our own. Nopgoyette
2009-01-14Include ADT7460 in chip table (it's identical to the ADT7463, except forpgoyette
2008-12-18Add i2c bus address checking for these chips. All supported chips livepgoyette
2008-11-18PR/39947 - Juan RP -- dbcool_detach implicitly calledjnemeth
2008-10-12Move the {read,write}reg() routine addresses into the dbcool_softc sopgoyette