NetBSD/sys/dev/fdt
jakllsch 8021ad2ed9 Stop potential misuse of vendor names and USB vendor IDs in root hub
device and string descriptors.

Firstly: Few vendors have identical PCI-SIG vendor IDs and USB-IF vendor
IDs.  As such, using the PCI vendor ID as a USB vendor ID may trample
on whomever is allocated that USB vendor ID.

Secondly: The vendor of the host controller hardware implementation has
little to nothing to do with our usbroothub implementation.  Thus we
should not potentially associate any problems therewith to such third
party.

This change will result in root hubs being identified by USB Vendor ID
0x0000.  Root hub vendor string will now be "NetBSD" (or, specifically:
ostype). Product ID (0x0000) and product strings remain unchanged.
2018-04-09 16:21:09 +00:00
..
connector_fdt.c Add connector and panel drivers (panel supports only panel-lvds and 2018-04-03 12:40:20 +00:00
connector_fdt.h Add connector and panel drivers (panel supports only panel-lvds and 2018-04-03 12:40:20 +00:00
cpufreq_dt.c Support cpu nodes without a cpu-supply property. 2017-12-16 16:41:18 +00:00
cpus.c Allow devices to attach to cpu devices 2017-06-02 00:01:00 +00:00
display_timing.c Add helper for parsing display timings. 2017-06-03 14:48:02 +00:00
display_timing.h Add helper for parsing display timings. 2017-06-03 14:48:02 +00:00
ehci_fdt.c Stop potential misuse of vendor names and USB vendor IDs in root hub 2018-04-09 16:21:09 +00:00
fdt_clock.c
fdt_dma.c Add FDT DMA controller API. 2017-04-29 11:00:56 +00:00
fdt_gpio.c Add fdtbus_gpio_acquire_index for accessing multi-xref gpios properties. 2017-08-13 18:27:11 +00:00
fdt_i2c.c
fdt_intr.c Fix an issue with interrupt controller lookup wrt cascading interrupt 2017-06-11 12:56:36 +00:00
fdt_mmc_pwrseq.c Add support for simple MMC power sequence provider bindings. 2017-10-22 13:56:49 +00:00
fdt_openfirm.c
fdt_phy.c Add FDT PHY interface. 2017-06-29 17:04:17 +00:00
fdt_pinctrl.c Fix the pinctrl api to match the spec. A pinctrl config can have more 2017-07-02 15:27:58 +00:00
fdt_port.c Add connector and panel drivers (panel supports only panel-lvds and 2018-04-03 12:40:20 +00:00
fdt_port.h Add connector and panel drivers (panel supports only panel-lvds and 2018-04-03 12:40:20 +00:00
fdt_power.c Add facility for fdt devices to register reset and poweroff handlers. 2017-05-28 15:55:11 +00:00
fdt_regulator.c I guess fdtbus_regulator_get_voltage() should check for the get_voltage() 2018-03-06 17:24:57 +00:00
fdt_reset.c
fdt_rtc.c Add fdtbus_todr_attach. 2017-04-22 13:24:20 +00:00
fdt_subr.c fdtbus_get_string_index(): decrease len when going to the next string, 2018-03-06 17:40:04 +00:00
fdtbus.c Allow to remove entries from the fdt, either by handle or 2018-04-07 18:05:08 +00:00
fdtvar.h Allow to remove entries from the fdt, either by handle or 2018-04-07 18:05:08 +00:00
files.fdt Add connector and panel drivers (panel supports only panel-lvds and 2018-04-03 12:40:20 +00:00
fixedclock.c dmesg fix 2017-04-21 19:18:05 +00:00
fixedfactorclock.c Add driver for fixed-factor clocks. 2017-07-08 12:37:08 +00:00
fixedregulator.c Allow set_voltage/get_voltage to succeed on a fixed regulator so long as 2018-01-28 18:21:52 +00:00
gpiokeys.c Factor out bus-independant HID code so that it can be shared by USB, bluetooth 2017-12-10 17:03:07 +00:00
gpioleds.c Add GPIO LED driver. 2017-07-08 00:55:02 +00:00
gpioregulator.c Add GPIO regulator driver. 2017-08-13 18:27:31 +00:00
mmc_pwrseq_simple.c Add support for simple MMC power sequence provider bindings. 2017-10-22 13:56:49 +00:00
ohci_fdt.c Stop potential misuse of vendor names and USB vendor IDs in root hub 2018-04-09 16:21:09 +00:00
panel_fdt.c Add connector and panel drivers (panel supports only panel-lvds and 2018-04-03 12:40:20 +00:00
panel_fdt.h Add connector and panel drivers (panel supports only panel-lvds and 2018-04-03 12:40:20 +00:00
simplefb.c Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@) 2018-04-01 04:35:01 +00:00