summaryrefslogtreecommitdiff
path: root/sys/dev/ofw
AgeCommit message (Expand)Author
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
2016-04-06Add support for bus space translation.Patrick Wildt
2016-04-03Remove erroneous whitespace added in previous change.Patrick Wildt
2016-04-03Implement a way to extract memory information from a node. This can bePatrick Wildt
2016-04-03The callers of fdt_next_node() expect it to return NULL if a next nodePatrick Wildt
2016-03-17Do not iterate all over the tree if OF_parent() is called on the rootMartin Pieuchot
2016-03-07Fix end signature check, from Patrick Wildt.Martin Pieuchot
2016-03-03Move fdt to a more centralized location so it can be used by arm as well. Dif...Brandon Mercer
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-10-14Implement OF_getproplen().Mark Kettenis
2007-06-01remove ofw devices which we don't use; that way of mixing devices is crazyTheo de Raadt
2007-06-01Don't initialize d_partitions[RAW_DISK] just before callingKenneth R Westerback
2007-05-28Art left a trailing quote as an easter egg in this file five years ago. CanMiod Vallat
2007-04-30Replace another expansion of DISKLABELDEV with the define itself.Kenneth R Westerback
2007-04-29Replace expansions of DISKLABELDEV() with DISKLABELDEV(). Shorter, andKenneth R Westerback
2006-03-15Nuke dk_establish(), no longer used.Miod Vallat
2005-03-08Cosmetics...Thierry Deval
2004-11-29knf/ansi. No binary change.Jonathan Gray
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@Jonathan Gray
2004-02-15new arg to disk_unbusy, to record separate read/write statistics.Ted Unangst
2004-01-11Add new getnodebyname interface as OF_getnodebyname to openfirmware, fromDale Rahn
2004-01-03put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosMarc Espie
2003-10-31cleanup some OF bits, macppc specific bits in ofbus.c and with brokenDale Rahn
2003-10-22typo from Tom Cosgrove;Jason McIntyre