Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | rockchip: Tidy up the register-access macros | Simon Glass | 2016-01-21 | -3/+4 |
| | | | | | | | | | These work reasonable well, but there are a few errors: - Brackets should be used to avoid unexpected side-effects - When setting bits, the corresponding upper 16 bits should be set also Signed-off-by: Simon Glass <sjg@chromium.org> | |||
* | rockchip: Add basic peripheral and clock definitions | Simon Glass | 2015-09-02 | -0/+20 |
Add header files for the peripherals and clocks supported on Rockchip platforms. The particular implementation (and register set) for each is SoC-specific, but it seems that the naming can be generic. Signed-off-by: Simon Glass <sjg@chromium.org> |