summaryrefslogtreecommitdiffstats
path: root/sys/dev/ofw (follow)
Commit message (Expand)AuthorAgeFilesLines
* msi-map-mask is a pasto and should be iommu-map-mask.patrick2021-03-141-2/+2
* Implement IOMMU OFW API for on-SoC/non-PCI devices.patrick2021-02-282-2/+46
* Only support #iommu-cells = <1> for now to make sure the correct stream IDkettenis2021-02-261-17/+8
* Add a framework for IOMMUs.kettenis2021-02-252-2/+108
* Keep polling if a temperature sensor reading fails. This is neededkettenis2020-12-311-3/+3
* Enter power-saving mode on POWER9 (ISA v3)gkoehler2020-12-302-2/+19
* Fix regulators that use "active-low" polarity. Our implementation nowkettenis2020-12-231-9/+16
* Add symbolic constants related to open source and open drain GPIOs.kettenis2020-12-181-3/+10
* Implement mii_byname().kettenis2020-11-302-9/+17
* Add SFP+ support, including support for direct attach cables.kettenis2020-11-141-1/+36
* Add 1000baseT media support and set active media to the appropriate value.kettenis2020-11-121-4/+15
* Add interfaces to control optical output of an SFP.kettenis2020-11-102-2/+33
* Add code to determine the supported media types from the SFP EEPROM.kettenis2020-11-082-3/+40
* Add functions to set/add properties on an FDT node.kettenis2020-07-182-6/+122
* IEEE1275 (Open Firmware) defines that parameter name strings can have akettenis2020-07-062-7/+6
* Add a "framework" for MII busses.patrick2020-06-252-2/+52
* Add a "framework" for digital audio interfaces.patrick2020-06-102-2/+69
* Some devices have no phandle since they are not referenced in thepatrick2020-06-063-3/+39
* Add gpio support to bcmgpio(4) and make gpio(4) attach such that GPIOskettenis2020-04-271-1/+3
* Implement support for "usb-nop-xceiv" PHYs.kettenis2020-04-071-2/+41
* Don't allocate a framebuffer if no interface ports have been configured.kettenis2020-03-222-5/+10
* The #pwm-cells attribute describes the amount of flags in additionpatrick2020-03-211-3/+3
* Fix crash when no device ports have been registered. Remove unused variablekettenis2020-03-211-4/+2
* Replace video "framework" with a more generic port/endpoint "framework".kettenis2020-03-162-48/+178
* When activating a video port, don't bail out if activating an endpointkettenis2020-03-011-3/+3
* Implement a rather simple video interface support for OFW. This ispatrick2020-02-212-2/+77
* Make thermal framework support in sxitemp(4) interrupt driven such thatkettenis2020-01-232-2/+21
* Add an interface to read an nvmem "cell".kettenis2020-01-232-5/+78
* Add the beginnings of an nvmem "framework".kettenis2020-01-212-2/+46
* Since device tree trip points might not be sorted, but our codepatrick2019-12-031-4/+19
* Add a PWM framework.kettenis2019-09-302-2/+96
* Reserve a few GPIO_CONFIG bits for machine-dependent use.visa2019-09-291-1/+5
* Add an SFP framework which allows SFP providers to provide apatrick2019-09-072-2/+48
* Add an I2C framework, so that nodes that need to use I2C butpatrick2019-09-072-2/+61
* Add comment.kettenis2019-09-041-1/+5
* This code calls task_add(9) from a timeout, so create the taskq withkettenis2019-08-281-2/+2
* Add a PHY "framework".kettenis2019-08-282-2/+119
* Implement GPIO hogging.kettenis2019-08-261-2/+48
* Make sure fdt_get_reg() looks beyond its parent to establish the correctkettenis2019-08-101-31/+36
* Skip thermal zones without "trips" or "cooling-maps" nodes.kettenis2019-07-031-1/+6
* OF_finddevice(9) returns -1 if the node in question couldn't be found.kettenis2019-07-031-2/+2
* Add thermal zone handling code. This provides support for thermal zoneskettenis2019-07-023-1/+499
* We are allowed to enable regulators with the "regulator-always-on"patrick2019-04-301-3/+3
* Add support for current limit regulators in addition to the voltagepatrick2019-02-202-27/+143
* In the voltage regulator getter we need to actually check the GPIOpatrick2019-02-181-2/+3
* Setting a fixed voltage regulator to the voltage it is fixed topatrick2019-01-021-1/+5
* A fixed regulator's minimum voltage attribute is called regulator-min-microvoltpatrick2019-01-021-2/+2
* Fix OFW GPIO regulator by breaking out of the loop once the correctpatrick2018-10-231-2/+4
* avoid uninitialised variable usejsg2018-08-281-1/+2
* Support GPIO-based voltage regulators.patrick2018-08-131-2/+118