| Commit message (Expand) | Author | Age | Files | Lines |
* | Use bus_generic_detach instead of device_delete_children in detach | John Baldwin | 2025-01-02 | 1 | -1/+1 |
* | Replace calls to bus_generic_attach with bus_attach_children | John Baldwin | 2024-12-06 | 1 | -1/+1 |
* | Replace calls to bus_generic_probe with bus_identify_children | John Baldwin | 2024-12-06 | 1 | -1/+1 |
* | iicbus: Use a bus_child_deleted method to free ivars for children | John Baldwin | 2024-11-01 | 1 | -0/+13 |
* | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
* | iicbus(4): Use the existing CTLFLAG_RWTUN flag definition | Zhenlei Huang | 2023-04-12 | 1 | -1/+1 |
* | Remove unused iicbus_devclass. | John Baldwin | 2022-05-06 | 1 | -3/+1 |
* | newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca... | Warner Losh | 2021-06-23 | 1 | -9/+7 |
* | move defintion of hw.i2c sysctl node from iicbb to iicbus | Andriy Gapon | 2020-09-03 | 1 | -0/+2 |
* | iicbus(4): Add support for ACPI-based children enumeration | Vladimir Kondratyev | 2020-03-09 | 1 | -11/+27 |
* | If device_delete_children() returns an error, bail on the rest of the | Ian Lepore | 2019-12-13 | 1 | -2/+3 |
* | [ig4] Add suspend/resume support | Vladimir Kondratyev | 2019-11-03 | 1 | -0/+2 |
* | revert r273728 and parts of r306589, iicbus no-stop by default feature | Andriy Gapon | 2019-05-29 | 1 | -6/+0 |
* | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | add iic interface to ig4 driver, move isl and cyapa to iicbus | Andriy Gapon | 2016-10-30 | 1 | -1/+3 |
* | Implement iicbus_write_ivar and impelemnt the NOSTOP ivar in both read | Warner Losh | 2016-10-02 | 1 | -0/+21 |
* | Fix the resource_list_print_type() calls to use uintmax_t. | Justin Hibbits | 2016-03-22 | 1 | -1/+1 |
* | iicbus: Use device_delete_children() instead of explicit child removal | Jean-Sébastien Pédron | 2015-10-20 | 1 | -0/+1 |
* | iicbus: Remove trailing whitespaces | Jean-Sébastien Pédron | 2015-10-20 | 1 | -4/+4 |
* | Remove unnecessary code and make use of generic implementations for | Luiz Otavio O Souza | 2015-05-10 | 1 | -57/+4 |
* | Handle IRQ resources on iicbus and ofw_iicbus. | Luiz Otavio O Souza | 2015-05-09 | 1 | -3/+82 |
* | Replace spaces with tabs, removes an extra blank line. | Luiz Otavio O Souza | 2015-05-08 | 1 | -9/+8 |
* | Allow i2c bus speed to be configured via hints, FDT data, and sysctl. | Ian Lepore | 2014-11-18 | 1 | -0/+48 |
* | Allow the i2c node requirements to be slightly relaxed. | Adrian Chadd | 2011-12-04 | 1 | -0/+6 |
* | - There's no need to overwrite the default device method with the default | Marius Strobl | 2011-11-22 | 1 | -2/+1 |
* | bus_add_child: change type of order parameter to u_int | Andriy Gapon | 2010-09-10 | 1 | -1/+1 |
* | Fix iicbus_get_addr() on 64-bit big-endian systems. The bus accessor | Nathan Whitehorn | 2010-07-08 | 1 | -1/+1 |
* | Fix iicbus_intr, iicbus_write and device_read_ivar prototypes... | Warner Losh | 2009-02-10 | 1 | -1/+1 |
* | Change the probe priority for PCI and I2C generic bus modules from | Nathan Whitehorn | 2009-01-20 | 1 | -1/+1 |
* | Import an Open Firmware I2C bus module. This attaches firmware device tree | Nathan Whitehorn | 2009-01-15 | 1 | -0/+2 |
* | Change the way I2C bus attachment works to allow firmware-assisted bus | Nathan Whitehorn | 2009-01-06 | 1 | -1/+3 |
* | Add locking to the core iicbus(4) drivers: | John Baldwin | 2008-08-04 | 1 | -8/+6 |
* | MFp4: Make the iicbus fully hinted. We no longer automatically add | Warner Losh | 2007-03-23 | 1 | -46/+119 |
* | o define transfer method | Sam Leffler | 2006-11-19 | 1 | -0/+4 |
* | Allow iic bridges to support a generalized transfer, rather than | Warner Losh | 2006-07-14 | 1 | -11/+12 |
* | remove DRIVER_MODULE lines that are useless... pcf doesn't exist (only | John-Mark Gurney | 2006-04-17 | 1 | -2/+0 |
* | Make "envctrl" a known master driver for iicbus. | Joerg Wunsch | 2004-05-27 | 1 | -0/+1 |
* | After successfully attaching an iicbus instance, instead of using a | Joerg Wunsch | 2004-05-16 | 1 | -1/+3 |
* | Convert the #if 0 magic to #if SCAN_IICBUS, and make it actually compile | Joerg Wunsch | 2004-05-12 | 1 | -3/+10 |
* | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -3/+3 |
* | Major rework of the iicbus/smbus framework: | Nicolas Souchu | 2002-03-23 | 1 | -135/+31 |
* | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien | 2001-12-10 | 1 | -2/+2 |
* | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 1 | -1/+0 |
* | Remove the 'ivars' arguement to device_add_child() and | Matthew N. Dodd | 1999-12-03 | 1 | -2/+2 |
* | Sync with RELENG_3. | Nicolas Souchu | 1999-11-01 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Alter the behavior of sys/kern/subr_bus.c:device_print_child() | Matthew N. Dodd | 1999-07-29 | 1 | -9/+11 |
* | Move the declaration of the interrupt type from the driver structure | Doug Rabson | 1999-05-08 | 1 | -2/+1 |
* | Staticize. | Eivind Eklund | 1999-04-11 | 1 | -2/+2 |