summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
2018-06-10Add fdtbus_clock_byname, which can be used by clock backends tojmcneill
2018-06-06Add Virtio MMIO transport.jakllsch
2018-06-03Remove unnecessary includejmcneill
2018-06-01Move simplefb declaration to files.fdtjmcneill
2018-05-27Enable apb_pclk clock if presentjmcneill
2018-05-27Rename sunxi_com to dw_apb_uart and move it to dev/fdt since it is notjmcneill
2018-05-15Build fix for FDT kernels without audiojmcneill
2018-05-12Pass mixer requests to the codec. It is the responsibility of the codecjmcneill
2018-05-11Attach aux devices to the codecjmcneill
2018-05-10Keep the backlight off while the lid is closed.jmcneill
2018-05-10Emit initial lid switch state event at startupjmcneill
2018-05-09Add SoC sound driver based on "simple-audio-card" DT binding spec.jmcneill
2018-05-07Build fixjmcneill
2018-05-06Use enable gpio to turn the display on/offjmcneill
2018-05-06Add support for PWM backlights.jmcneill
2018-05-06Pass WSDISPLAYIO_SVIDEO through to pmfjmcneill
2018-05-01Add DesignWare DWC3 XHCI driver.jmcneill
2018-04-28Initialize clk domain name and call clk_attach to register sysctl nodesjmcneill
2018-04-28Add support for lid switch event codes.jmcneill
2018-04-09Stop potential misuse of vendor names and USB vendor IDs in root hubjakllsch
2018-04-07Allow to remove entries from the fdt, either by handle orbouyer
2018-04-03Add connector and panel drivers (panel supports only panel-lvds andbouyer
2018-04-01Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)ryo
2018-03-06fdtbus_get_string_index(): decrease len when going to the next string,bouyer
2018-03-06I guess fdtbus_regulator_get_voltage() should check for the get_voltage()bouyer
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