summaryrefslogtreecommitdiff
path: root/sys/dev/ofw
AgeCommit message (Expand)Author
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
2018-05-03Add an API to configure clocks to specific pre-assigned values. ThesePatrick Wildt
2018-05-02Implement a power domain framework to turn on/off so-called powerPatrick Wildt
2018-04-02Implement a regmap lookup by compatible since unfortunately not allPatrick Wildt
2018-03-21Register regmap regardless of whether the node has a "phandle" property.Mark Kettenis
2018-01-03Add remap_bynode() since I use it in the rkpcie(4) implementation.Mark Kettenis
2017-12-27Implement OF_getpropint64().Mark Kettenis
2017-12-18Add support for enabling registered regulators. Make sure that we leaveMark Kettenis
2017-12-16Enforce voltage limits from the device tree. Enforcing the limits alsoMark Kettenis
2017-11-18Extend regulator "framework" with functions to get/set voltages.Mark Kettenis
2017-11-18Extend regulator "framework" with functions to get/set voltages.Mark Kettenis
2017-11-17Make OF_getnodebyname() scan its child nodes instead of its peer nodes.Mark Kettenis
2017-05-05Include <dev/ofw/ofw_misc.h> instead of <dev/ofw/ofw_pinctrl.h>.Mark Kettenis
2017-03-12Introduce OF_getindex() API and use it to replace multiple instances ofMark Kettenis
2017-03-09Add a "regmap" interface that allows devices to provide access to theirMark Kettenis
2016-08-27Return -1 if we try to set the frequency of a clock but couldn't find it.Mark Kettenis
2016-08-23Add functions to assert/deassert all reset signals for a device.Mark Kettenis
2016-08-23Actually make fdt_find_node() return NULL if the node couldn't be found.Mark Kettenis
2016-08-22Fix two small bugs in the new reset API code.Mark Kettenis
2016-08-22Add an API to set the clock frequency.Mark Kettenis
2016-08-22Add a reset signal API alongside the clock API.Mark Kettenis
2016-08-22Implement interfaces to disable clocks and add interfaces that enable orMark Kettenis
2016-08-21Add a minimal clock "framework". Build it on armv7.Mark Kettenis
2016-08-21Fix a pasto in a comment.Mark Kettenis
2016-08-13Add a minimal regulator "framework".Mark Kettenis
2016-08-06Add a generic pinctrl "framework".Mark Kettenis
2016-07-27Add interface to facilitate iterating over gpios.Mark Kettenis
2016-07-26Rename struct fdt_memory to fdt_reg to match the member namePatrick Wildt
2016-07-11Add a simple framework for handling gpio controllers and pins on FDT-enabledMark Kettenis
2016-07-09Add interfaces to look up a device tree node by phandle.Mark Kettenis
2016-07-08Fix check for "name" property. Restores synthesised "name" proprties inMark Kettenis
2016-06-29Make the fdt parser skip nop tokens. This is needed on someVisa Hankala
2016-06-14Make sure OF_getprop() returns the proper length for a synthesised "name"Mark Kettenis
2016-06-14Make fdt_node_property() return -1 if the requested property can't be foundMark Kettenis
2016-06-12Add OF_getpropint() and OF_getpropintarray().Mark Kettenis
2016-06-08Use fdt to find the console to initialise. Try to use /chosen/stdout-pathJonathan Gray
2016-05-21Implement openprom(4) for armv7.Mark Kettenis
2016-05-16Introduce OF_is_compatible(9), a convenience function to check the "compatible"Mark Kettenis
2016-04-06Convert memory extract routine to return errno-based errors.Patrick Wildt