Age | Commit message (Expand) | Author |
2016-08-23 | Add functions to assert/deassert all reset signals for a device. | Mark Kettenis |
2016-08-23 | Actually make fdt_find_node() return NULL if the node couldn't be found. | Mark Kettenis |
2016-08-22 | Fix two small bugs in the new reset API code. | Mark Kettenis |
2016-08-22 | Add an API to set the clock frequency. | Mark Kettenis |
2016-08-22 | Add a reset signal API alongside the clock API. | Mark Kettenis |
2016-08-22 | Implement interfaces to disable clocks and add interfaces that enable or | Mark Kettenis |
2016-08-21 | Add a minimal clock "framework". Build it on armv7. | Mark Kettenis |
2016-08-21 | Fix a pasto in a comment. | Mark Kettenis |
2016-08-13 | Add a minimal regulator "framework". | Mark Kettenis |
2016-08-06 | Add a generic pinctrl "framework". | Mark Kettenis |
2016-07-27 | Add interface to facilitate iterating over gpios. | Mark Kettenis |
2016-07-26 | Rename struct fdt_memory to fdt_reg to match the member name | Patrick Wildt |
2016-07-11 | Add a simple framework for handling gpio controllers and pins on FDT-enabled | Mark Kettenis |
2016-07-09 | Add interfaces to look up a device tree node by phandle. | Mark Kettenis |
2016-07-08 | Fix check for "name" property. Restores synthesised "name" proprties in | Mark Kettenis |
2016-06-29 | Make the fdt parser skip nop tokens. This is needed on some | Visa Hankala |
2016-06-14 | Make sure OF_getprop() returns the proper length for a synthesised "name" | Mark Kettenis |
2016-06-14 | Make fdt_node_property() return -1 if the requested property can't be found | Mark Kettenis |
2016-06-12 | Add OF_getpropint() and OF_getpropintarray(). | Mark Kettenis |
2016-06-08 | Use fdt to find the console to initialise. Try to use /chosen/stdout-path | Jonathan Gray |
2016-05-21 | Implement openprom(4) for armv7. | Mark Kettenis |
2016-05-16 | Introduce OF_is_compatible(9), a convenience function to check the "compatible" | Mark Kettenis |
2016-04-06 | Convert memory extract routine to return errno-based errors. | Patrick Wildt |
2016-04-06 | Add support for bus space translation. | Patrick Wildt |
2016-04-03 | Remove erroneous whitespace added in previous change. | Patrick Wildt |
2016-04-03 | Implement a way to extract memory information from a node. This can be | Patrick Wildt |
2016-04-03 | The callers of fdt_next_node() expect it to return NULL if a next node | Patrick Wildt |
2016-03-17 | Do not iterate all over the tree if OF_parent() is called on the root | Martin Pieuchot |
2016-03-07 | Fix end signature check, from Patrick Wildt. | Martin Pieuchot |
2016-03-03 | Move fdt to a more centralized location so it can be used by arm as well. Dif... | Brandon Mercer |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-10-14 | Implement OF_getproplen(). | Mark Kettenis |
2007-06-01 | remove ofw devices which we don't use; that way of mixing devices is crazy | Theo de Raadt |
2007-06-01 | Don't initialize d_partitions[RAW_DISK] just before calling | Kenneth R Westerback |
2007-05-28 | Art left a trailing quote as an easter egg in this file five years ago. Can | Miod Vallat |
2007-04-30 | Replace another expansion of DISKLABELDEV with the define itself. | Kenneth R Westerback |
2007-04-29 | Replace expansions of DISKLABELDEV() with DISKLABELDEV(). Shorter, and | Kenneth R Westerback |
2006-03-15 | Nuke dk_establish(), no longer used. | Miod Vallat |
2005-03-08 | Cosmetics... | Thierry Deval |
2004-11-29 | knf/ansi. No binary change. | Jonathan Gray |
2004-10-01 | add some missing $, ok djm@ 'That looks fine to me' millert@ | Jonathan Gray |
2004-02-15 | new arg to disk_unbusy, to record separate read/write statistics. | Ted Unangst |
2004-01-11 | Add new getnodebyname interface as OF_getnodebyname to openfirmware, from | Dale Rahn |
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie |
2003-10-31 | cleanup some OF bits, macppc specific bits in ofbus.c and with broken | Dale Rahn |
2003-10-22 | typo from Tom Cosgrove; | Jason McIntyre |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson |
2003-04-06 | strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64. | Hakan Olsson |
2002-05-24 | More splbio around biodone protection. | Artur Grabowski |