summaryrefslogtreecommitdiff
path: root/sys/dev/ofw
AgeCommit message (Expand)Author
2020-12-31Keep polling if a temperature sensor reading fails. This is neededMark Kettenis
2020-12-30Enter power-saving mode on POWER9 (ISA v3)gkoehler
2020-12-23Fix regulators that use "active-low" polarity. Our implementation nowMark Kettenis
2020-12-18Add symbolic constants related to open source and open drain GPIOs.Mark Kettenis
2020-11-30Implement mii_byname().Mark Kettenis
2020-11-14Add SFP+ support, including support for direct attach cables.Mark Kettenis
2020-11-12Add 1000baseT media support and set active media to the appropriate value.Mark Kettenis
2020-11-10Add interfaces to control optical output of an SFP.Mark Kettenis
2020-11-08Add code to determine the supported media types from the SFP EEPROM.Mark Kettenis
2020-07-18Add functions to set/add properties on an FDT node.Mark Kettenis
2020-07-06IEEE1275 (Open Firmware) defines that parameter name strings can have aMark Kettenis
2020-06-25Add a "framework" for MII busses.Patrick Wildt
2020-06-10Add a "framework" for digital audio interfaces.Patrick Wildt
2020-06-06Some devices have no phandle since they are not referenced in thePatrick Wildt
2020-04-27Add gpio support to bcmgpio(4) and make gpio(4) attach such that GPIOsMark Kettenis
2020-04-07Implement support for "usb-nop-xceiv" PHYs.Mark Kettenis
2020-03-22Don't allocate a framebuffer if no interface ports have been configured.Mark Kettenis
2020-03-21The #pwm-cells attribute describes the amount of flags in additionPatrick Wildt
2020-03-21Fix crash when no device ports have been registered. Remove unused variableMark Kettenis
2020-03-16Replace video "framework" with a more generic port/endpoint "framework".Mark Kettenis
2020-03-01When activating a video port, don't bail out if activating an endpointMark Kettenis
2020-02-21Implement a rather simple video interface support for OFW. This isPatrick Wildt
2020-01-23Make thermal framework support in sxitemp(4) interrupt driven such thatMark Kettenis
2020-01-23Add an interface to read an nvmem "cell".Mark Kettenis
2020-01-21Add the beginnings of an nvmem "framework".Mark Kettenis
2019-12-03Since device tree trip points might not be sorted, but our codePatrick Wildt
2019-09-30Add a PWM framework.Mark Kettenis
2019-09-29Reserve a few GPIO_CONFIG bits for machine-dependent use.Visa Hankala
2019-09-07Add an SFP framework which allows SFP providers to provide aPatrick Wildt
2019-09-07Add an I2C framework, so that nodes that need to use I2C butPatrick Wildt
2019-09-04Add comment.Mark Kettenis
2019-08-28This code calls task_add(9) from a timeout, so create the taskq withMark Kettenis
2019-08-28Add a PHY "framework".Mark Kettenis
2019-08-26Implement GPIO hogging.Mark Kettenis
2019-08-10Make sure fdt_get_reg() looks beyond its parent to establish the correctMark Kettenis
2019-07-03Skip thermal zones without "trips" or "cooling-maps" nodes.Mark Kettenis
2019-07-03OF_finddevice(9) returns -1 if the node in question couldn't be found.Mark Kettenis
2019-07-02Add thermal zone handling code. This provides support for thermal zonesMark Kettenis
2019-04-30We are allowed to enable regulators with the "regulator-always-on"Patrick Wildt
2019-02-20Add support for current limit regulators in addition to the voltagePatrick Wildt
2019-02-18In the voltage regulator getter we need to actually check the GPIOPatrick Wildt
2019-01-02Setting a fixed voltage regulator to the voltage it is fixed toPatrick Wildt
2019-01-02A fixed regulator's minimum voltage attribute is called regulator-min-microvoltPatrick Wildt
2018-10-23Fix OFW GPIO regulator by breaking out of the loop once the correctPatrick Wildt
2018-08-28avoid uninitialised variable useJonathan Gray
2018-08-13Support GPIO-based voltage regulators.Patrick Wildt
2018-08-05Fix typo that caused us to misassign parents.Mark Kettenis
2018-08-02Add delay when increasing the voltage of a regulator that has aMark Kettenis
2018-06-03Change the set_parent() interface to pass the full parent specificationMark Kettenis
2018-05-04Add a common rules file for ofw sources to help keep the configurationsVisa Hankala