summaryrefslogtreecommitdiff
path: root/sys/dev/pcf
AgeCommit message (Expand)Author
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2025-01-02bus_generic_detach: Delete children after detaching themJohn Baldwin
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-09pcf: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused iicbus_devclass.John Baldwin
2020-09-01pcf: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-03Remove sparc64 kernel supportWarner Losh
2019-01-27pcf(4): fix parentheses in if conditionAndriy Voskoboinyk
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-04-10Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni
2016-01-27Convert rman to use rman_res_t instead of u_longJustin Hibbits
2015-10-09Use IIC_EBUSBSY and IIC_BUSERR status values consistantly across all drivers.Ian Lepore
2012-03-15Make ofw_bus_get_node() consistently return -1 when there is no associatedNathan Whitehorn
2009-06-11strict kobj signatures: fix iicbus_write impl in dev/pcfAndriy Gapon
2008-08-05- Consolidate module version for the pcf module into just pcf.c insteadJohn Baldwin
2008-08-04Add locking to the various iicbus(4) bridge drivers:John Baldwin
2007-03-21Don't call bus_deactivate_resource() explicitly before callingYoshihiro Takahashi
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-02-22- Use bus_setup_intr() and bus_teardown_intr() to register device driverJohn Baldwin
2006-02-02If the device has a PNPID, don't bother to attach. There were someWarner Losh
2005-06-04Account for ebus(4) defaulting to SYS_RES_MEMORY for memory resourcesMarius Strobl
2004-08-12- Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl
2004-08-11Unbreak after struct resource was hidden. Tested with EBus front-end onMarius Strobl
2004-07-04Consistently use __inline instead of __inline__ as the former is an empty macroStefan Farfeleder
2004-06-10Add a first version of a pcf(4) front-end for the Sun i2c devices ("i2c"Marius Strobl
2004-06-10- Add missing <sys/module.h>.Marius Strobl
2004-06-10- Add missing <sys/module.h>.Marius Strobl
2004-06-10- #define\tFOO\tBARMarius Strobl
2004-05-31Necessary modifications do get pcf working again for ISA. Tested withNicolas Souchu
2004-05-25Round #1 of improving pcf(4).Joerg Wunsch
2004-03-14Remove isa compat stuff.Warner Losh
2003-06-20fix another LP64 problem. READ_IVAR takes a pointer to an uintptr_t, notJohn-Mark Gurney
2003-06-02Use __FBSDID().David E. O'Brien
2003-01-01Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt
2002-03-25Fix bktr and pcf compilation with LINTNicolas Souchu
2001-12-10Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-04-19Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp
2000-01-14Port of ppbus standalone framework to the newbus system.Nicolas Souchu
1999-12-03Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd
1999-10-11Trim some unused #includesPeter Wemm
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-07-29Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd
1999-05-08Move the declaration of the interrupt type from the driver structureDoug Rabson
1999-05-06Missing 'int' in declaration of variables.Peter Wemm