summaryrefslogtreecommitdiff
path: root/sys/dev/extres/phy
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* extres/phy: Add mode setting function.Michal Meloun2023-01-033-9/+105
* Revert "Enable setting the phy id."Ganbold Tsagaankhuu2022-12-192-8/+0
* Enable setting the phy id.Søren Schmidt2022-12-192-0/+8
* Only include phydev_if.h when neededAndrew Turner2022-10-282-2/+2
* Include sys/systm.h in phy_usb.c for KASSERTAndrew Turner2022-10-281-0/+1
* Remove unneeded FDT checks from phydev and regdevAndrew Turner2022-10-041-5/+0
* extres: Unify error codes for <foo>_get_by_ofw_property() methods.Michal Meloun2019-03-191-1/+1
* Properly define and declare phynode_topo_lock,Michal Meloun2019-01-272-2/+2
* Derive PHY class to new one specialized for USB PHY functions.Emmanuel Vadot2018-11-235-50/+369
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-091-1/+1
* Convert extres/phy to kobj model.Michal Meloun2018-01-204-97/+502
* EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions.Michal Meloun2016-07-102-13/+21
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-141-4/+4
* Add phy framework, a next part of new 'extended resources' family ofMichal Meloun2016-03-153-0/+382