summaryrefslogtreecommitdiff
path: root/sys/dev/i2c
AgeCommit message (Expand)Author
2017-10-29Allow drivers to provide their own read/write register functions. Whilejmcneill
2017-10-28Add some #includes to make a few more header files compile.riastradh
2017-10-28Kill some more extern struct cfdriver declarations.riastradh
2017-10-22AXP209 isn't an SMBus device, so don't use iic_smbus_* APIs.jmcneill
2017-10-21match atmel,24c16jmcneill
2017-10-09Change aprint_verbose on voltage change to aprint_debug to prevent dmesgjmcneill
2017-10-07add direct config supportjmcneill
2017-10-07Add FDT supportjmcneill
2017-10-07Hook axp20x into fdt regulator apijmcneill
2017-10-02Add driver for Silergy SY8106A regulatorjmcneill
2017-10-01attach to ds1775 which was already more or less supported as DS75macallan
2017-09-29get sensor descriptions from OpenFirmware if we know howmacallan
2017-09-28Fix register write locationjmcneill
2017-09-22Add GPIO drivers for MAX77620 and TCA9539 as found in Jetson TX1jmcneill
2017-09-22use direct configmacallan
2017-09-22add more names for direct configmacallan
2017-09-20add MAX6690 which seems to be a straight up ADM1032 clonemacallan
2017-09-13MAX6642 does not have lower limit registersmacallan
2017-09-01support MAX6642 - yet another adm1021 kinda-sorta clonemacallan
2017-08-31Instead of a Linux keymap, convert Linux event codes to USB scan codes andjmcneill
2017-08-30Use linux_keymap instead of pckbd keymapjmcneill
2017-08-29Add powerdown support and hook it in to FDTjmcneill
2017-08-29Add direct configuration support.jmcneill
2017-08-26wscons is not mpsafe, so take kernel lock for intr handlerjmcneill
2017-08-26Add driver for Texas Instruments TCA8418 I2C Controller Keypad Scan IC.jmcneill
2017-08-18- WBSIO_ID_W83627DHG and newer devices have 12bit device ID. So, change sioidmsaitoh
2017-08-17 Use uint8_t instead of int. No functional change.msaitoh
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2017-05-28Add facility for fdt devices to register reset and poweroff handlers.jmcneill
2017-05-14define control register and associated bits for RTC supercap chargertnn
2017-04-29 - Recognize the AS3722 sd0_v_minus_200mV bit, which is 1 on my Jetson TK1.jakllsch
2017-04-29Add AS3722 SD4 regulator frobbing bits.jakllsch
2017-04-22remove unused field in softcjmcneill
2017-04-22Add SD0 regulator.jmcneill
2017-04-22Add LDO6 regulator support.jmcneill
2017-04-22Add support for AS3722 RTC.jmcneill
2016-12-12acknowleg -> acknowledg, proceedure -> procedure.maya
2016-12-07Device ID 0xa01 also matches Catalyst CAT34TS02C.nonaka
2016-10-18add support for the MCP7940 based Pi Face Real Time Clockaymeric
2016-10-15Add White LED initialize function.kiyohara
2016-10-04Add DS1340.kiyohara
2016-09-10Iterate over ia_ncompat array properly.jakllsch
2016-09-09 Add code to select page "0" for DDR4 and newer SPD ROM. If the value readmsaitoh
2016-08-16Fix fractional temperature conversion.jakllsch
2016-08-03IDT's TSE2002GB2 has the same ID as TS3000GB2, so remove TSE2002GB2.msaitoh
2016-07-28 Add JEDEC TSE2004av support. OK'ed by pgoyette. If a device conformsmsaitoh
2016-07-27Print device ID with 8bits again (revert part of rev. 1.27) becausemsaitoh
2016-07-26Move functions to make module related code at the bottom of this file.msaitoh
2016-07-26Reviewed and OK'd by pgoyette:msaitoh
2016-07-26- Print device ID in 16bits instead of 8bits in aprint_debug().msaitoh