summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
2019-01-14Fix infinite loop like in fdtbus_get_string_index.mlelstv
2019-01-02Add a function to report if a regulator can support the requested voltage rangejmcneill
2019-01-02Do not sort cpu nodes when enumerating so they attach in the order listedjmcneill
2018-12-08Clean up initialization of com_regs structure, in preparation forthorpej
2018-11-13Avoid using the "interrupt-map" table on our own interrupts.jakllsch
2018-11-01Support for "opp-microvolt" with more than one celljmcneill
2018-10-28Deactivate the watchdog timer during attach.aymeric
2018-10-21Fix sense of test in fdtbus_intr_disestablish.skrll
2018-10-19Add amdccp(4) driver for AMD Cryptographic Coprocessor, as found on thejakllsch
2018-10-15Don't use a4x bus tagjmcneill
2018-10-15Rename pl061gpio to plgpio and split the device logic from the FDT glue.jmcneill
2018-10-14Make compileaymeric
2018-10-06Provide an FDTBASE option which allows kernels to access FDT parsingskrll
2018-09-29Fix 64-bit buildjmcneill
2018-09-26Set "i2c-indirect-config" to false in the right place so that iic(4)jakllsch
2018-09-26Add dwiic_fdt attachment for "snps,designware-i2c".jakllsch
2018-09-23Support rescan and child detachmentjmcneill
2018-09-20Use machdep.cpu for the first instancejmcneill
2018-09-15fdtvar.h: Use _KERNEL_OPT wrapper where necessary.jakllsch
2018-09-09Attach cpu nodes with status "disabled" if they have an enable-methodjmcneill
2018-09-09Add fdt_add_bus_match, which is like fdt_add_bus but allows for the caller to...jmcneill
2018-09-09Pass clock provider's phandle to fdtbus_clock_controller_func.decode()aymeric
2018-09-06Add fdtbus_intr_establish_raw and fdtbus_intr_str_raw, for establishingjmcneill
2018-09-03Use PRIx64 (fixes 64-bit build)jmcneill
2018-09-03Add generic AHCI SATA controller bus gluejmcneill
2018-09-01Don't print an error message for shared opp tablesjmcneill
2018-09-01Add support for opp-v2 tables and multiple instances of the cpufreqdtjmcneill
2018-08-15Remove useless header arm/broadcom/bcm2835reg.hskrll
2018-08-12Add support for RK3399jmcneill
2018-08-12Use more generic rk3288 compatible string, and do clock assignments when presentjmcneill
2018-08-12Register shutdown handlersjmcneill
2018-07-23if the framebuffer address isn't page aligned, set fbi_fboffset appropriatelymacallan
2018-07-17Use PRI?64 instead of ll?christos
2018-07-15Get rid of unnecessary calls to kmem_allocjmcneill
2018-07-15Return the interrupt controller's cookie directly from fdtbus_intr_establishjmcneill
2018-07-04Add basic pwm-fan driver. This doesn't have any smarts yet other thanjmcneill
2018-07-03Add support for Samsung Exynos USB3 DRD.jmcneill
2018-07-03Fix name of snps,dis_u2_susphy_quirk propertyjmcneill
2018-07-02When searching for interrupt parent, stop as soon as we see anjmcneill
2018-07-02Fix a regression with interrupt-map handling in previous.jmcneill
2018-07-02sc_clock_freq is in Hz, not kHzjmcneill
2018-07-02interrupt-map bug fixesjmcneill
2018-07-01Fix 32-bit buildjmcneill
2018-07-01Add fdtbus_attach_i2cbus, used to attach an i2cbus to an fdt device node.jmcneill
2018-06-30Use queue(3) API to manage lists. NFCI.jmcneill
2018-06-30Simplify list initializationjmcneill
2018-06-30Add helper to lookup syscon by phandlejmcneill
2018-06-30Store node path in device properties "fdt-path" property:jmcneill
2018-06-30cpus: use fdt_add_busjmcneill
2018-06-30Allow nodes to attach child devices using the same sorting rules as usedjmcneill