summaryrefslogtreecommitdiff
path: root/sys/dev/i2c
AgeCommit message (Expand)Author
2021-12-07Pull up the following revisions, requested by msaitoh in ticket #1388:martin
2021-12-06Pull up following revision(s) (requested by msaitoh in ticket #1387):martin
2020-07-10Pull up following revision(s) (requested by msaitoh in ticket #992):martin
2020-01-21Pull up following revision(s) (requested by mrg in ticket #616):martin
2019-12-14Pull up following revision(s) (requested by mlelstev in ticket #552):martin
2019-11-27Pull up following revision(s) (requested by jmcneill in ticket #491):martin
2019-10-03Pull up following revision(s) (requested by jmcneill in ticket #276):martin
2019-09-26Pull up following revision(s) (requested by bouyer in ticket #244):martin
2019-07-27No need to check cold to add I2C_F_POLL; the i2c API does it for us now.thorpej
2019-07-25The i2c code handles the 'cold' dance with I2C_F_POLL now; no need tothorpej
2019-07-25Do the iic_acquire_bus() / iic_release_bus() dance that I, um, forgotthorpej
2019-07-25If cold, automagically set I2C_F_POLL.thorpej
2019-07-24I was a little over-zealous with the includes. Tone it down justthorpej
2019-07-24Add a driver for the NXP PCA9685 16-channel, 12-bit PWM Fm+ LED controller.thorpej
2019-07-09Enable finger touch panel of HP Spectre x360 13-inch ae019TUryoon
2019-07-09Add tpcalib, touch panel calibration to ims(4)ryoon
2019-07-03Fix enable mask for RK808 LDO regulatorsjmcneill
2019-06-29Fix name of suspend voltage selector propertyjmcneill
2019-06-15explicitly initialize sensor->statemacallan
2019-05-28Add more axp809 controlsjmcneill
2019-05-28remove superfluous parenthesestnn
2019-05-28Fix ldo_io[01] enable and disable values for axp809jmcneill
2019-05-28Enable always-on and boot-on regulators at attach timejmcneill
2019-05-27Add basic support for AXP809jmcneill
2019-05-27Adjust regulator voltage at attach time to be between the min and max values ...jmcneill
2019-05-27FDT-ize AC100 driverjmcneill
2019-05-27Add support for AXP806jmcneill
2019-03-26provide compatible names for all sizes.mlelstv
2019-03-26touch match_result only on success.mlelstv
2019-03-17delete unused variabletnn
2019-03-17add i2c attachment for ssdfbtnn
2019-02-28Typo (s/vaule/value/)khorben
2019-02-20moar match stringmacallan
2019-02-06Change a aprint_verbose into aprint_debug - the message does not addmartin
2019-02-03Broadcast PMF display on/off events when our connector is handling dpms so we...jmcneill
2019-02-03Add basic support for Analogix eDP transmitters. This driver doesn'tjmcneill
2019-02-03add missing break.mrg
2019-02-03- dbcool_pmf_suspend() set the wrong bit out of the suspended data asmrg
2019-01-27Add a definition for the DDC segment address (30h).jmcneill
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2019-01-02Revert part of previous - do not reserve regulators, it's perfectly normal fo...jmcneill
2019-01-02Add support for AXP813 and only allow one consumer per regulator at a timejmcneill
2018-12-20make DSRTC_FLAG_YEAR_START_2K settable by device propertymacallan
2018-12-14add options DSRTC_YEAR_START_2K for machines which use 2000 and not 1970macallan
2018-12-10Make i2c_acquire_bus() / i2c_release_bus() real symbols.thorpej
2018-12-09try to detach on shutdown; for now the only practical reason is to test thatjdolecek
2018-11-16Use acpi_md_intr_establish/disestablish to handle device IRQs. The existingjmcneill
2018-11-15Correctly handle signed/unsigned quantities in kernel HID parser.jakllsch
2018-11-13Add AXP803 current and maximum battery capacity sensorsjakllsch
2018-11-13Use semantically-correct "_lo" in AXP_ADC_RAW macro.jakllsch