summaryrefslogtreecommitdiffstats
path: root/sys/dev/iicbus
Commit message (Expand)AuthorAgeFilesLines
* 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-09-061-1/+1
* Enable color changes.Luiz Souza2017-09-061-0/+6
* Setup a basic breath sequence on startup.Luiz Souza2017-09-062-18/+42
* Make the probe routine fail when no compatible is found.Luiz Souza2017-07-201-0/+2
* Add initial support to is31fl319x RGB LED driver.Luiz Souza2017-07-202-0/+435
* Add support for the PCA9552 16-bit LED driver with programmable blink rates.Luiz Souza2017-07-202-0/+456
* Always ignore the START and STOP bits whenever the control register isloos2017-07-201-4/+8
* Make ofw_iicbus attach to twsi I2C controllers.loos2017-07-202-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
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().jhibbits2016-02-271-2/+2
* Add the start of support for the Allwinner A31 clocks. It only addsandrew2016-02-261-2/+31
* Fix the spelling of OF_getencprop. It will fix the data correctly for theandrew2016-02-152-6/+4
* Add support for the Allwinner i2c device. This is similar to the existingandrew2016-02-154-314/+602
* Move the twsi driver source to be under iicbus. It is in a separateandrew2016-02-141-0/+644
* Use the correct type for i when iterating over `buf` to avoid unlikelyngie2016-01-301-1/+2
* Add FDT compatibility to the icee driver.ian2015-10-221-37/+120
* Add iicbus_transfer_excl(), a helper routine to do an i2c bus transactionian2015-10-222-0/+17
* iicbus: Use device_delete_children() instead of explicit child removaldumbbell2015-10-204-19/+6
* iicbus: Remove trailing whitespacesdumbbell2015-10-201-4/+4
* Replace a local sx lock that allowed only one client at a time to accessian2015-10-101-12/+11
* Translate iic hardware layer status values to errno return values.ian2015-10-101-3/+9
* Add a short name, IIC_INTRWAIT, for the common case (IIC_INTR | IIC_WAIT).ian2015-10-101-0/+1
* Fix more cases of iicbus-layer functions that must return IIC_Exxxx values.ian2015-10-101-2/+2
* Return only IIC_Exxxx status values from iicbus-layer functions. Most ofian2015-10-092-7/+22
* Add iic2errno(), a helper function to translate IIC_Exxxxx status values toian2015-10-092-0/+24
* Use IIC_EBUSBSY and IIC_BUSERR status values consistantly across all drivers.ian2015-10-092-3/+3
OpenPOWER on IntegriCloud