aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iicbus
Commit message (Expand)AuthorAgeFilesLines
* acpi_iicbus: install the address space handler by defaultAhmad Khalifa2025-03-261-1/+1
* acpi_iicbus: Shift slave addressAhmad Khalifa2025-03-261-0/+3
* Check for errors when detaching children first, not lastJohn Baldwin2025-02-271-1/+6
* iicbus: Use a bus_child_deleted method to free ivars for childrenJohn Baldwin2024-12-011-0/+13
* vf_i2c: Don't hold a mutex across bus_generic_detachJohn Baldwin2024-12-011-7/+7
* Use bus_delayed_attach_children instead of its inline implementationJohn Baldwin2024-12-011-1/+1
* uio: Use switch statements when handling UIO_READ vs UIO_WRITEJohn Baldwin2024-11-301-5/+11
* iichid(4): Do not power down opened device in attach handlerVladimir Kondratyev2024-11-121-2/+6
* iichid: Soften "Interrupt setup failed" messageEd Maste2024-08-011-1/+1
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-07-121-2/+0
* iicbus: Use device_set_descf()Mark Johnston2024-06-271-5/+2
* bpf: Make BPF interop consistent with if_loopSeth Hoffert2024-05-081-2/+2
* ds1307(4): Fix a typo in a source code commentGordon Bergling2024-04-271-1/+1
* vf_i2c: update I2C controller logicPierre-Luc Drouin2024-04-014-92/+65
* vf_i2c: split up and add ACPI attachments in addition to FDTPierre-Luc Drouin2024-04-014-0/+911
* iicbus/mux/pca954x: add support for PCA9546 I2C SwitchBjoern A. Zeeb2024-04-011-1/+10
* rk8xx_poweroff: enable power-cycling on support hardwareAndriy Gapon2024-03-161-1/+1
* ds1307: restore hints-based configuration on FDT systemsAndriy Gapon2024-02-171-6/+5
* iichid(4): Switch taskqueue to "fast"Alexander Motin2024-01-191-1/+1
* iichid(4): Unify two taskqueue tasksAlexander Motin2024-01-191-10/+7
* iichid(4): Restore/increase sampling rateAlexander Motin2024-01-191-3/+3
* iicbb: Fix pause_sbt() arguments orderAlexander Motin2024-01-191-1/+3
* iichid(4): Improve idle sampling hysteresisAlexander Motin2024-01-191-10/+29
* iicbus: pmic: rk8xx: Fix logic in clock-output-names detectionEmmanuel Vadot2023-10-181-2/+2
* i2c: Add Microcrystal RV3032 RTC driverEmmanuel Vadot2023-10-181-0/+455
* i2c: Add cadence iic driverEmmanuel Vadot2023-10-181-0/+707
* iicbus: Move opencores i2c driver into controller subdirectoryEmmanuel Vadot2023-10-184-0/+0
* iicbus: Move i2c sensors drivers into new sensor subdirectoryEmmanuel Vadot2023-10-187-0/+0
* iicbus: Move ADC drivers into a new adc subfolderEmmanuel Vadot2023-10-184-0/+0
* iicbus: Move adm1030 and adt746x to new pwm subdirectoryEmmanuel Vadot2023-10-182-0/+0
* iicbus: Move Silergy pmic/regulators under pmic/silergy subdirectoryEmmanuel Vadot2023-10-182-0/+0
* iicbus: Move remaining rtc driver into rtc subfolderEmmanuel Vadot2023-10-1810-2/+2
* iicbus: Move twsi under a new controller subdirectoryEmmanuel Vadot2023-10-184-3/+3
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-3/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1659-115/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1615-30/+0
* arm64: rockchip: Tweak i2c, pmic and iodomain orderEmmanuel Vadot2023-08-082-4/+4
* hid: Add child device parameter to HID methodsVladimir Kondratyev2023-08-031-16/+21
* spdx: Simplify BSD-2-Clause AND BSD-2-ClauseWarner Losh2023-05-121-1/+1
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-121-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1244-44/+44
* iicbus(4): Use the existing CTLFLAG_RWTUN flag definitionZhenlei Huang2023-04-121-1/+1
* Mechanically convert ic(4) to IfAPIJustin Hibbits2023-02-061-28/+27
* Use BSD-2-Clause for the SPDX license id as -FreeBSD variant has been deprec...Ganbold Tsagaankhuu2023-01-061-1/+1
* Change probe priority so order is correct.Søren Schmidt2022-12-241-2/+2
* lm75: fix typoWojciech Macek2022-12-051-1/+1
* rx8803: Improve probing logicKornel Dulęba2022-12-011-1/+13
* lm75: Refactor code to fix io errorJakub Kolodziej2022-12-011-67/+122
* gpio: Fix typo causing GPIO configuration mismatchJakub Kołodziej2022-11-081-1/+1
* Include opt_platform.h to ensure FDT is definedAndrew Turner2022-10-041-0/+2