Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-21 | rockchip: Tidy up the register-access macros | Simon Glass | |
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> | |||
2015-09-02 | rockchip: Add basic peripheral and clock definitions | Simon Glass | |
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> |