summaryrefslogtreecommitdiff
path: root/src/soc/rockchip/common
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-06soc/rockchip: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-18soc: Remove copyright noticesPatrick Georgi
2020-02-24soc/rockchip: Fix typosElyes HAOUAS
2019-12-20src: Replace min/max() with MIN/MAX()Elyes HAOUAS
2019-12-19src/soc/rockchip: Remove unused <stdlib.h>Elyes HAOUAS
2019-12-04Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner
2019-11-01lib/cbmem_top: Add a common cbmem_top implementationArthur Heymans
2019-10-27src/soc: change "unsigned" to "unsigned int"Martin Roth
2019-08-22rockchip: Use new buffer_to/from_fifo32(_prefix) helpersJulius Werner
2019-07-25soc/{qualcomm,rockchip}: Use 'include <stdlib.h>' when appropriateElyes HAOUAS
2019-05-29src/soc: Add missing 'include <types.h>'Elyes HAOUAS
2019-05-06Fix code that would trip -Wtype-limitsJulius Werner
2019-04-23src: include <assert.h> when appropriateElyes HAOUAS
2019-04-06src: Use include <delay.h> when appropriateElyes HAOUAS
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2018-11-29src: Remove duplicated round up functionElyes HAOUAS
2018-11-16src: Remove unneeded include <cbfs.h>Elyes HAOUAS
2018-11-16src: Remove unneeded include <console/console.h>Elyes HAOUAS
2018-08-10src: Fix typoElyes HAOUAS
2018-04-03rockchip: Add gpio_set() functionJulius Werner
2018-02-02rockchip: Correct UART reference clock valueJulius Werner
2017-11-28rockchip/rk3399: support dual mipi dsiLin Huang
2017-08-18include/device: Split i2c.h into threeNico Huber
2017-08-14i2c: Move to Linux like `struct i2c_msg`Nico Huber
2017-08-06rockchip: gpio: Correct rk3399 pmu gpio pull settingLin Huang
2017-08-06rockchip: gpio: add gpio_pull argument in gpio_input_irq() functionLin Huang
2017-07-19rockchip/rk3399: Adjust gpio_t format to match ARM TFJulius Werner
2017-05-24soc/rockchip: Move spi driver to use spi_bus_mapFurquan Shaikh
2017-05-18rockchip/rk3399: Add MIPI driverNickey Yang
2017-05-05drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh
2017-05-03lib/edid.c: Differentiate between absent and non-conformant EDIDArthur Heymans
2017-04-28rockchip: gpio: add gpio_input_irq & gpio_irq_statusJeffy Chen
2017-01-13rockchip/rk3288: rtc-rk808: fix rtc time reading issueJeffy Chen
2017-01-03rockchip/common: Loosen I2C frequency target requirementsJulius Werner
2016-12-05spi: Define and use spi_ctrlr structureFurquan Shaikh
2016-12-05spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh
2016-12-05spi: Fix parameter types for spi functionsFurquan Shaikh
2016-11-22spi: Clean up SPI flash driver interfaceFurquan Shaikh
2016-11-17rockchip/rk3399: Change PLL configuration to match Linux kernelJulius Werner
2016-11-14soc/rockchip: split edp_enable() functionLin Huang
2016-11-02rockchip/rk3399: display: Do not allocate framebuffer in corebootLin Huang
2016-10-06rockchip: spi: Add support for 16-bit APB readsSimon Glass
2016-10-04rockchip: spi: Set rxd sample delay when using high speedSimon Glass
2016-10-04rockchip: Remove pulls for gpio_output(), clean up codeJulius Werner
2016-09-20rockchip: spi: Improve SPI read efficiencySimon Glass
2016-08-10rockchip/common: Set weekday to unknown in rtc_get()Martin Roth
2016-07-12rockchip/rk3399: Fix pinctrl pull bias settingsShunqian Zheng