summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
2018-01-28Allow set_voltage/get_voltage to succeed on a fixed regulator so long asjmcneill
2017-12-18Always set "is_console" property to true when WSDISPLAY_MULTICONS is definedjmcneill
2017-12-16Support cpu nodes without a cpu-supply property.jmcneill
2017-12-10FDTise RapberryPI support. Thanks for jmcneill for a lot of help with this.skrll
2017-12-10Factor out bus-independant HID code so that it can be shared by USB, bluetoothbouyer
2017-10-22Add support for simple MMC power sequence provider bindings.jmcneill
2017-10-05Listen for PMFE_THROTTLE_* events and limit CPU frequency when throttlingjmcneill
2017-10-02Add generic DT cpu frequency and voltage scaling driver.jmcneill
2017-09-23For known Linux keycodes, report key press events through a wskbd devicejmcneill
2017-09-22Print an error if we fail to acquire a regulatorjmcneill
2017-09-19fdtbus_get_string: support special 'name' propertyjmcneill
2017-09-04Add console support.jmcneill
2017-08-27Add an FDT "Simple Framebuffer" driver. This lets us take over framebuffersjmcneill
2017-08-27Scan children of the /chosen node to pick up simplefb nodesjmcneill
2017-08-25Add fdtbus_get_reg_bynamejmcneill
2017-08-13Add GPIO regulator driver.jmcneill
2017-08-13Add fdtbus_gpio_acquire_index for accessing multi-xref gpios properties.jmcneill
2017-07-19Fix a problem with fdtbus_get_phandle where we were passing size -1 tojmcneill
2017-07-08Remove the hack to find companion devices and just assume 1 companion ifjmcneill
2017-07-08Add driver for fixed-factor clocks.jmcneill
2017-07-08Add fdtbus_get_string_index helper.jmcneill
2017-07-08Add GPIO LED driver.jmcneill
2017-07-06Only read gpio pin if the pin is validjmcneill
2017-07-06Read the initial key state at startup so we only trigger events on statejmcneill
2017-07-02Fix the pinctrl api to match the spec. A pinctrl config can have morejmcneill
2017-06-30Add fdtbus_get_string helperjmcneill
2017-06-29Add glue for generic ehci/ohci bindings.jmcneill
2017-06-29Add FDT PHY interface.jmcneill
2017-06-28Attach fdtbus to a /clocks node with no compatible string.jmcneill
2017-06-11Fix an issue with interrupt controller lookup wrt cascading interruptjmcneill
2017-06-03Add helper for parsing display timings.jmcneill
2017-06-02gpiokeys depends on sysmon_envsys and sysmon_powerjmcneill
2017-06-02Allow platform code to specify the UART frequency for consinitjmcneill
2017-06-02Fix interrupt-map support on vexpress-a15 and try to avoid unnecessaryjmcneill
2017-06-02The "ranges" property provides a means of translating between thejmcneill
2017-06-02Rewrite interrupt-map support based on ePAPR spec.jmcneill
2017-06-02Allow devices to attach to cpu devicesjmcneill
2017-05-29Move console initialization out of platform code into the console driversjmcneill
2017-05-28Add facility for fdt devices to register reset and poweroff handlers.jmcneill
2017-05-28Add CPUs ("/cpus" node) driver. CPUs is a container of cpu nodes.jmcneill
2017-05-28Change first pass from 1 to 0.jmcneill
2017-05-26Handle reg values beyond 4GB for platforms with 32-bit bus_addr_t.jmcneill
2017-04-29Rename fdt_print to fdtbus_print and make it public.jmcneill
2017-04-29Move logic for checking "status" property out of fdtbus into a publicjmcneill
2017-04-29Add FDT DMA controller API.jmcneill
2017-04-28Print node path in debug log.jmcneill
2017-04-26Allow for specifying (optional) pass number locator for devices at fdt.jmcneill
2017-04-24If the stdout-path property is missing on /chosen, assume serial0:115200n8jmcneill
2017-04-24Defer acquiring the gpio until first use.jmcneill
2017-04-22Add regulator APIs for setting and getting voltage.jmcneill