| Commit message (Expand) | Author | Age | Files | Lines |
* | INTRNG - change the way how an interrupt mapping data are provided | skra | 2016-06-05 | 1 | -0/+2 |
* | Add support for interrupts, sensors and GPIO for AXP209 PMIC. | manu | 2016-05-26 | 1 | -2/+4 |
* | Move the OFW iicbus code to dev/iicbus to stop polluting dev/ofw with | loos | 2016-05-24 | 1 | -0/+238 |
* | Fix the deciKelvin to Celsius conversion in kernel. | loos | 2016-05-22 | 2 | -2/+2 |
* | Remove a couple of extra blank lines. | loos | 2016-05-22 | 2 | -2/+0 |
* | iic_rdwr_data->nmsgs is uint32_t, so limit the allowable number of messages t... | jah | 2016-05-20 | 2 | -0/+11 |
* | Use OF_prop_free instead of direct call to free(9) | gonzo | 2016-05-14 | 1 | -4/+4 |
* | Add allwinner,sun8i-a83t-i2c to the list of compatible devices. | jmcneill | 2016-05-14 | 1 | -0/+1 |
* | sys/dev: minor spelling fixes. | pfg | 2016-05-03 | 4 | -4/+4 |
* | Convert Allwinner port to extres clk/hwreset/regulator APIs. | jmcneill | 2016-04-06 | 1 | -27/+24 |
* | Add support for the Microchip mcp7941x. | jhibbits | 2016-04-05 | 2 | -8/+34 |
* | Fix the resource_list_print_type() calls to use uintmax_t. | jhibbits | 2016-03-22 | 1 | -1/+1 |
* | Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere(). | jhibbits | 2016-02-27 | 1 | -2/+2 |
* | Add the start of support for the Allwinner A31 clocks. It only adds | andrew | 2016-02-26 | 1 | -2/+31 |
* | Fix the spelling of OF_getencprop. It will fix the data correctly for the | andrew | 2016-02-15 | 2 | -6/+4 |
* | Add support for the Allwinner i2c device. This is similar to the existing | andrew | 2016-02-15 | 4 | -314/+602 |
* | Move the twsi driver source to be under iicbus. It is in a separate | andrew | 2016-02-14 | 1 | -0/+644 |
* | Use the correct type for i when iterating over `buf` to avoid unlikely | ngie | 2016-01-30 | 1 | -1/+2 |
* | Add FDT compatibility to the icee driver. | ian | 2015-10-22 | 1 | -37/+120 |
* | Add iicbus_transfer_excl(), a helper routine to do an i2c bus transaction | ian | 2015-10-22 | 2 | -0/+17 |
* | iicbus: Use device_delete_children() instead of explicit child removal | dumbbell | 2015-10-20 | 4 | -19/+6 |
* | iicbus: Remove trailing whitespaces | dumbbell | 2015-10-20 | 1 | -4/+4 |
* | Replace a local sx lock that allowed only one client at a time to access | ian | 2015-10-10 | 1 | -12/+11 |
* | Translate iic hardware layer status values to errno return values. | ian | 2015-10-10 | 1 | -3/+9 |
* | Add a short name, IIC_INTRWAIT, for the common case (IIC_INTR | IIC_WAIT). | ian | 2015-10-10 | 1 | -0/+1 |
* | Fix more cases of iicbus-layer functions that must return IIC_Exxxx values. | ian | 2015-10-10 | 1 | -2/+2 |
* | Return only IIC_Exxxx status values from iicbus-layer functions. Most of | ian | 2015-10-09 | 2 | -7/+22 |
* | Add iic2errno(), a helper function to translate IIC_Exxxxx status values to | ian | 2015-10-09 | 2 | -0/+24 |
* | Use IIC_EBUSBSY and IIC_BUSERR status values consistantly across all drivers. | ian | 2015-10-09 | 2 | -3/+3 |
* | Bugfix: Exit the transfer loop if any read or write operation fails. Also, | ian | 2015-10-09 | 1 | -2/+5 |
* | Style and whitespace cleanups. The only functional change is removal of | ian | 2015-10-09 | 1 | -12/+8 |
* | Remove unnecessary code and make use of generic implementations for | loos | 2015-05-10 | 1 | -57/+4 |
* | Handle IRQ resources on iicbus and ofw_iicbus. | loos | 2015-05-09 | 2 | -3/+83 |
* | Replace spaces with tabs, removes an extra blank line. | loos | 2015-05-08 | 1 | -9/+8 |
* | Make the pcf8563 RTC work on FDT systems and on interrupt based i2c | loos | 2015-04-25 | 1 | -15/+52 |
* | Fix numerous issues in iic(4) and iicbus(4): | jah | 2015-04-21 | 4 | -204/+309 |
* | Add a driver for the Dallas/Maxim DS1307, another common i2c RTC. | loos | 2015-03-20 | 2 | -0/+470 |
* | Fix off-by-one bugs. | loos | 2015-03-10 | 2 | -8/+6 |
* | Add a driver for the Maxim DS3231 a low-cost, extremely accurate (+-2PPM) | loos | 2015-02-28 | 2 | -0/+662 |
* | Replace hardcoded sizes by sizeof() and nitems(). | loos | 2015-02-17 | 1 | -14/+13 |
* | Fix the display of negative temperatures. | loos | 2015-02-17 | 1 | -7/+14 |
* | Use proper signed types. The ADT746x uses signed 8-bit numbers for the | jhibbits | 2015-01-18 | 1 | -2/+3 |
* | Allow i2c bus speed to be configured via hints, FDT data, and sysctl. | ian | 2014-11-18 | 3 | -1/+71 |
* | Add a method to iicbus to request IIC_M_NOSTOP behaviour for multibyte | kib | 2014-10-27 | 2 | -4/+10 |
* | Move the adm1030 driver to the proper location, and rename it. | jhibbits | 2014-10-16 | 1 | -0/+240 |
* | Check error return from reading integer part of temperature. | jhibbits | 2014-10-12 | 1 | -0/+4 |
* | Mechanically convert to if_inc_counter(). | glebius | 2014-09-19 | 1 | -8/+8 |
* | Revert r268543. | rpaulo | 2014-07-12 | 4 | -3/+70 |
* | Move iic.h to sys/ so that it's automatically installed in /usr/include/sys. | rpaulo | 2014-07-12 | 4 | -70/+3 |
* | Ignore IIC_ENOADDR from iicbus_reset() as it only means we have a | loos | 2014-05-31 | 1 | -0/+6 |