index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
soc
/
rockchip
/
common
Age
Commit message (
Expand
)
Author
2020-05-13
src: Remove unused '#include <stddef.h>'
Elyes HAOUAS
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-04-06
soc/rockchip: Use SPDX for GPL-2.0-only files
Angel Pons
2020-03-18
soc: Remove copyright notices
Patrick Georgi
2020-02-24
soc/rockchip: Fix typos
Elyes HAOUAS
2019-12-20
src: Replace min/max() with MIN/MAX()
Elyes HAOUAS
2019-12-19
src/soc/rockchip: Remove unused <stdlib.h>
Elyes HAOUAS
2019-12-04
Change all clrsetbits_leXX() to clrsetbitsXX()
Julius Werner
2019-11-01
lib/cbmem_top: Add a common cbmem_top implementation
Arthur Heymans
2019-10-27
src/soc: change "unsigned" to "unsigned int"
Martin Roth
2019-08-22
rockchip: Use new buffer_to/from_fifo32(_prefix) helpers
Julius Werner
2019-07-25
soc/{qualcomm,rockchip}: Use 'include <stdlib.h>' when appropriate
Elyes HAOUAS
2019-05-29
src/soc: Add missing 'include <types.h>'
Elyes HAOUAS
2019-05-06
Fix code that would trip -Wtype-limits
Julius Werner
2019-04-23
src: include <assert.h> when appropriate
Elyes HAOUAS
2019-04-06
src: Use include <delay.h> when appropriate
Elyes HAOUAS
2019-03-20
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-04
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2018-11-29
src: Remove duplicated round up function
Elyes HAOUAS
2018-11-16
src: Remove unneeded include <cbfs.h>
Elyes HAOUAS
2018-11-16
src: Remove unneeded include <console/console.h>
Elyes HAOUAS
2018-08-10
src: Fix typo
Elyes HAOUAS
2018-04-03
rockchip: Add gpio_set() function
Julius Werner
2018-02-02
rockchip: Correct UART reference clock value
Julius Werner
2017-11-28
rockchip/rk3399: support dual mipi dsi
Lin Huang
2017-08-18
include/device: Split i2c.h into three
Nico Huber
2017-08-14
i2c: Move to Linux like `struct i2c_msg`
Nico Huber
2017-08-06
rockchip: gpio: Correct rk3399 pmu gpio pull setting
Lin Huang
2017-08-06
rockchip: gpio: add gpio_pull argument in gpio_input_irq() function
Lin Huang
2017-07-19
rockchip/rk3399: Adjust gpio_t format to match ARM TF
Julius Werner
2017-05-24
soc/rockchip: Move spi driver to use spi_bus_map
Furquan Shaikh
2017-05-18
rockchip/rk3399: Add MIPI driver
Nickey Yang
2017-05-05
drivers/spi: Re-factor spi_crop_chunk
Furquan Shaikh
2017-05-03
lib/edid.c: Differentiate between absent and non-conformant EDID
Arthur Heymans
2017-04-28
rockchip: gpio: add gpio_input_irq & gpio_irq_status
Jeffy Chen
2017-01-13
rockchip/rk3288: rtc-rk808: fix rtc time reading issue
Jeffy Chen
2017-01-03
rockchip/common: Loosen I2C frequency target requirements
Julius Werner
2016-12-05
spi: Define and use spi_ctrlr structure
Furquan Shaikh
2016-12-05
spi: Pass pointer to spi_slave structure in spi_setup_slave
Furquan Shaikh
2016-12-05
spi: Fix parameter types for spi functions
Furquan Shaikh
2016-11-22
spi: Clean up SPI flash driver interface
Furquan Shaikh
2016-11-17
rockchip/rk3399: Change PLL configuration to match Linux kernel
Julius Werner
2016-11-14
soc/rockchip: split edp_enable() function
Lin Huang
2016-11-02
rockchip/rk3399: display: Do not allocate framebuffer in coreboot
Lin Huang
2016-10-06
rockchip: spi: Add support for 16-bit APB reads
Simon Glass
2016-10-04
rockchip: spi: Set rxd sample delay when using high speed
Simon Glass
2016-10-04
rockchip: Remove pulls for gpio_output(), clean up code
Julius Werner
2016-09-20
rockchip: spi: Improve SPI read efficiency
Simon Glass
2016-08-10
rockchip/common: Set weekday to unknown in rtc_get()
Martin Roth
2016-07-12
rockchip/rk3399: Fix pinctrl pull bias settings
Shunqian Zheng
2016-06-21
rockchip: gpio: add macro so we can get gpio number
Lin Huang
2016-05-18
rockchip: revert the common tsadc header
Shunqian Zheng
2016-05-09
rockchip: move vop driver from rk3288 to rockchip common
Shunqian Zheng
2016-05-09
rockchip/*: refactor edp driver
Lin Huang
2016-05-09
rockchip/spi: Allow SPI buses > 2
Patrick Georgi
2016-05-09
rockchip: make sure sdram top does not spill into MMIO space
Lin Huang
2016-05-09
rockchip: refactor gpio driver
Shunqian Zheng
2016-05-09
rockchip/rk*: replace UART special snowflake with standard driver
Patrick Georgi
2016-04-13
rockchip/common: do not retrieve register pointer twice
Vadim Bendebury
2016-04-13
rockchip/rk3288: refactor pwm driver
Lin Huang
2016-04-13
rockchip/rk3288: refactor i2c interface to allow support of rk3399
huang lin
2016-04-07
rockchip: refactor to sharing code among similar SOCs
Vadim Bendebury