#
38b7749a |
| 18-Aug-2019 |
Michal Meloun <mmel@FreeBSD.org> |
Improve rk_pinctrl driver: - add support for 'output-low', 'output-high', 'output-low' and 'output-enable' properties. These are use in RK3288 DT files - add support for RK3288 - to reduce overall
Improve rk_pinctrl driver: - add support for 'output-low', 'output-high', 'output-low' and 'output-enable' properties. These are use in RK3288 DT files - add support for RK3288 - to reduce overall file size, use local macros for initialization of pinctrl description structures.
MFC after: 2 weeks
show more ...
|
Revision tags: release/11.3.0 |
|
#
2aaf9152 |
| 18-Mar-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead@r345275
|
#
b18a4cca |
| 05-Mar-2019 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r344786
|
#
844fc3e9 |
| 04-Mar-2019 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r344549 through r344775.
|
#
38bf16eb |
| 26-Feb-2019 |
Emmanuel Vadot <manu@FreeBSD.org> |
arm64: rockchip: rk_pinctrl: Fix two banks in RK3328
The last two banks don't have 3 bits for the pin function but only 2. This fixes eMMC on the Rock64.
MFC after: 1 week
|
#
67350cb5 |
| 09-Dec-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r340918 through r341763.
|
Revision tags: release/12.0.0 |
|
#
36ae7efe |
| 01-Dec-2018 |
Emmanuel Vadot <manu@FreeBSD.org> |
arm64/rockchip: add RK3399 support
Add CRU (Clock and Reset Unit) driver for RK3399. Add support in rk_pinctrl driver.
Submitted by: Greg V <greg@unrelenting.technology> (Original version) Differe
arm64/rockchip: add RK3399 support
Add CRU (Clock and Reset Unit) driver for RK3399. Add support in rk_pinctrl driver.
Submitted by: Greg V <greg@unrelenting.technology> (Original version) Differential Revision: https://reviews.freebsd.org/D16732
MFC after: 1 month
show more ...
|
Revision tags: release/11.2.0 |
|
#
b1b521b1 |
| 14-Jun-2018 |
Emmanuel Vadot <manu@FreeBSD.org> |
rk_pinctrl: Only add gpio subnode
This is the only node we are interested in so do not waste time to test creating device that will be either unused or fail as most of the nodes don't have a compati
rk_pinctrl: Only add gpio subnode
This is the only node we are interested in so do not waste time to test creating device that will be either unused or fail as most of the nodes don't have a compatible string.
show more ...
|
#
be2e72c2 |
| 26-Apr-2018 |
Emmanuel Vadot <manu@FreeBSD.org> |
arm64: rockchip: Add pinctrl driver
Add pinctrl driver for RockChip SoCs. This device manage which function to set on which pin and some other properties like pull up/down, drive strength etc ... Fo
arm64: rockchip: Add pinctrl driver
Add pinctrl driver for RockChip SoCs. This device manage which function to set on which pin and some other properties like pull up/down, drive strength etc ... For now the driver only support RK3328 but it is versatile enough to add support for other RockChip SoC in the future.
show more ...
|