Home | History | Annotate | Download | only in fdt
History log of /src/sys/dev/fdt/pl061gpio_fdt.c
RevisionDateAuthorComments
 1.5  27-Jan-2021  thorpej Rename of_match_compat_data() to of_compatible_match(). Similarly,
rename of_search_compatible() to of_compatible_lookup().

Standardize on of_compatible_match() for driver matching, and adapt
all call sites.
 1.4  15-Oct-2018  jmcneill branches: 1.4.12;
Don't use a4x bus tag
 1.3  15-Oct-2018  jmcneill Rename pl061gpio to plgpio and split the device logic from the FDT glue.
 1.2  03-Sep-2018  jmcneill Use PRIx64 (fixes 64-bit build)
 1.1  15-Jun-2018  jakllsch branches: 1.1.2; 1.1.4;
Add basic ARM PL061 GPIO driver with FDT attachment.

Mostly for Qemu 'virt' platform; really needs interrupt support
in gpiokeys(4) and this driver to work efficently and reliably.
 1.1.4.1  10-Jun-2019  christos Sync with HEAD
 1.1.2.4  20-Oct-2018  pgoyette Sync with head
 1.1.2.3  06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.1.2.2  25-Jun-2018  pgoyette Sync with HEAD
 1.1.2.1  15-Jun-2018  pgoyette file pl061gpio_fdt.c was added on branch pgoyette-compat on 2018-06-25 07:25:49 +0000
 1.4.12.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed