summaryrefslogtreecommitdiffstats
path: root/sys/dev/ofw
AgeCommit message (Expand)AuthorFilesLines
2021-03-14msi-map-mask is a pasto and should be iommu-map-mask.patrick1-2/+2
2021-02-28Implement IOMMU OFW API for on-SoC/non-PCI devices.patrick2-2/+46
2021-02-26Only support #iommu-cells = <1> for now to make sure the correct stream IDkettenis1-17/+8
2021-02-25Add a framework for IOMMUs.kettenis2-2/+108
2020-12-31Keep polling if a temperature sensor reading fails. This is neededkettenis1-3/+3
2020-12-30Enter power-saving mode on POWER9 (ISA v3)gkoehler2-2/+19
2020-12-23Fix regulators that use "active-low" polarity. Our implementation nowkettenis1-9/+16
2020-12-18Add symbolic constants related to open source and open drain GPIOs.kettenis1-3/+10
2020-11-30Implement mii_byname().kettenis2-9/+17
2020-11-14Add SFP+ support, including support for direct attach cables.kettenis1-1/+36
2020-11-12Add 1000baseT media support and set active media to the appropriate value.kettenis1-4/+15
2020-11-10Add interfaces to control optical output of an SFP.kettenis2-2/+33
2020-11-08Add code to determine the supported media types from the SFP EEPROM.kettenis2-3/+40
2020-07-18Add functions to set/add properties on an FDT node.kettenis2-6/+122
2020-07-06IEEE1275 (Open Firmware) defines that parameter name strings can have akettenis2-7/+6
2020-06-25Add a "framework" for MII busses.patrick2-2/+52
2020-06-10Add a "framework" for digital audio interfaces.patrick2-2/+69
2020-06-06Some devices have no phandle since they are not referenced in thepatrick3-3/+39
2020-04-27Add gpio support to bcmgpio(4) and make gpio(4) attach such that GPIOskettenis1-1/+3
2020-04-07Implement support for "usb-nop-xceiv" PHYs.kettenis1-2/+41
2020-03-22Don't allocate a framebuffer if no interface ports have been configured.kettenis2-5/+10
2020-03-21The #pwm-cells attribute describes the amount of flags in additionpatrick1-3/+3
2020-03-21Fix crash when no device ports have been registered. Remove unused variablekettenis1-4/+2
2020-03-16Replace video "framework" with a more generic port/endpoint "framework".kettenis2-48/+178
2020-03-01When activating a video port, don't bail out if activating an endpointkettenis1-3/+3
2020-02-21Implement a rather simple video interface support for OFW. This ispatrick2-2/+77
2020-01-23Make thermal framework support in sxitemp(4) interrupt driven such thatkettenis2-2/+21
2020-01-23Add an interface to read an nvmem "cell".kettenis2-5/+78
2020-01-21Add the beginnings of an nvmem "framework".kettenis2-2/+46
2019-12-03Since device tree trip points might not be sorted, but our codepatrick1-4/+19
2019-09-30Add a PWM framework.kettenis2-2/+96
2019-09-29Reserve a few GPIO_CONFIG bits for machine-dependent use.visa1-1/+5
2019-09-07Add an SFP framework which allows SFP providers to provide apatrick2-2/+48
2019-09-07Add an I2C framework, so that nodes that need to use I2C butpatrick2-2/+61
2019-09-04Add comment.kettenis1-1/+5
2019-08-28This code calls task_add(9) from a timeout, so create the taskq withkettenis1-2/+2
2019-08-28Add a PHY "framework".kettenis2-2/+119
2019-08-26Implement GPIO hogging.kettenis1-2/+48
2019-08-10Make sure fdt_get_reg() looks beyond its parent to establish the correctkettenis1-31/+36
2019-07-03Skip thermal zones without "trips" or "cooling-maps" nodes.kettenis1-1/+6
2019-07-03OF_finddevice(9) returns -1 if the node in question couldn't be found.kettenis1-2/+2
2019-07-02Add thermal zone handling code. This provides support for thermal zoneskettenis3-1/+499
2019-04-30We are allowed to enable regulators with the "regulator-always-on"patrick1-3/+3
2019-02-20Add support for current limit regulators in addition to the voltagepatrick2-27/+143
2019-02-18In the voltage regulator getter we need to actually check the GPIOpatrick1-2/+3
2019-01-02Setting a fixed voltage regulator to the voltage it is fixed topatrick1-1/+5
2019-01-02A fixed regulator's minimum voltage attribute is called regulator-min-microvoltpatrick1-2/+2
2018-10-23Fix OFW GPIO regulator by breaking out of the loop once the correctpatrick1-2/+4
2018-08-28avoid uninitialised variable usejsg1-1/+2
2018-08-13Support GPIO-based voltage regulators.patrick1-2/+118