summaryrefslogtreecommitdiffstats
path: root/sys/dev/iicbus
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable/11' into devel-11Luiz Souza2018-04-3014-261/+573
|\
| * Revert r330897:eadler2018-03-2920-40/+0
| * MFC r325233, r328956, r329170, r329172-r329173, r329224, r330403-r330407,ian2018-03-248-96/+394
| * MFC r329479-r329480, r329483, r329506-r329507, r329526, r329529, r329536,ian2018-03-243-4/+8
| * MFC r328307, r328311-r328312ian2018-03-244-24/+56
| * MFC r306288, r314936, r325527, r327971, r328005, r328039, r328068-r328069,ian2018-03-244-116/+96
| * MFC r327756-r327758ian2018-03-241-22/+20
| * MFC r327184:eadler2018-03-191-1/+1
| * Partial merge of the SPDX changeseadler2018-03-1420-0/+40
* | Merge remote-tracking branch 'origin/stable/11' into devel-11Luiz Souza2018-01-101-7/+13
|\ \ | |/
| * MFC r326750:ian2018-01-061-7/+13
* | Merge remote-tracking branch 'origin/stable/11' into devel-11Luiz Souza2017-12-1419-1064/+2358
|\ \ | |/
| * MFC r323474, r323553, r323691ian2017-09-222-5/+29
| * MFC r321708-r321712, r321721, r321726-r321727, r321746, r321751,ian2017-09-1112-1021/+2112
| * MFC r321583, r321584:ian2017-09-113-34/+90
| * MFC r320743:ian2017-09-111-0/+2
| * MFC r320460, r320461, r320462, r320463:ian2017-09-113-4/+187
* | Fix the the mode of operation sysctl.Luiz Souza2017-09-191-2/+3
* | Set breathing on for kernel loading.Luiz Souza2017-09-191-0/+10
* | Fix the off-by-one bugs in my math, allow the setting of the exact entered va...Luiz Souza2017-09-191-6/+6
* | Update the timers registers when switch to/from PWM mode, this turn on the on...Luiz Souza2017-09-191-1/+3
* | Add a pair of convenience routines for doing simple "register" read/writesian2017-09-192-0/+62
* | Export the LED breath timers to userland to make easier to control the LEDs e...Luiz Souza2017-09-192-64/+323
* | Fix a hardcoded value.Luiz Souza2017-08-281-1/+1
* | Enable color changes.Luiz Souza2017-08-281-0/+6
* | Setup a basic breath sequence on startup.Luiz Souza2017-08-282-18/+42
* | Make the probe routine fail when no compatible is found.Luiz Souza2017-07-171-0/+2
* | Add initial support to is31fl319x RGB LED driver.Luiz Souza2017-07-172-0/+435
* | Add support for the PCA9552 16-bit LED driver with programmable blink rates.Luiz Souza2017-07-172-0/+456
* | Always ignore the START and STOP bits whenever the control register isloos2017-07-171-4/+8
* | Make ofw_iicbus attach to twsi I2C controllers.loos2017-07-172-1/+15
|/
* MFC r313982, r314068:pfg2017-03-141-1/+1
* MFC r308530: iicsmb: SMB_MAXBLOCKSIZE can be used againavg2016-12-241-14/+4
* MFC r308104: add iic interface to ig4 driver, move isl and cyapa to iicbusavg2016-12-141-1/+3
* MFC r306589: Implement iicbus_write_ivar and impelemnt the NOSTOP ivaravg2016-12-141-0/+21
* MFC r307195: convert iicsmb to use iicbus_transfer for all operationsavg2016-11-171-168/+142
* MFC r304459,r305527:mmel2016-11-051-2/+0
* MFC r302523,r302528:mmel2016-11-051-2/+2
* INTRNG - change the way how an interrupt mapping data are providedskra2016-06-051-0/+2
* Add support for interrupts, sensors and GPIO for AXP209 PMIC.manu2016-05-261-2/+4
* Move the OFW iicbus code to dev/iicbus to stop polluting dev/ofw withloos2016-05-241-0/+238
* Fix the deciKelvin to Celsius conversion in kernel.loos2016-05-222-2/+2
* Remove a couple of extra blank lines.loos2016-05-222-2/+0
* iic_rdwr_data->nmsgs is uint32_t, so limit the allowable number of messages t...jah2016-05-202-0/+11
* Use OF_prop_free instead of direct call to free(9)gonzo2016-05-141-4/+4
* Add allwinner,sun8i-a83t-i2c to the list of compatible devices.jmcneill2016-05-141-0/+1
* sys/dev: minor spelling fixes.pfg2016-05-034-4/+4
* Convert Allwinner port to extres clk/hwreset/regulator APIs.jmcneill2016-04-061-27/+24
* Add support for the Microchip mcp7941x.jhibbits2016-04-052-8/+34
* Fix the resource_list_print_type() calls to use uintmax_t.jhibbits2016-03-221-1/+1
OpenPOWER on IntegriCloud