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