summaryrefslogtreecommitdiffstats
path: root/src/soc/rockchip/common
Commit message (Expand)AuthorAgeFilesLines
* soc/rockchip: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0617-221/+34
* soc: Remove copyright noticesPatrick Georgi2020-03-1817-17/+0
* soc/rockchip: Fix typosElyes HAOUAS2020-02-241-1/+1
* src: Replace min/max() with MIN/MAX()Elyes HAOUAS2019-12-201-2/+2
* src/soc/rockchip: Remove unused <stdlib.h>Elyes HAOUAS2019-12-196-6/+0
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-045-53/+53
* lib/cbmem_top: Add a common cbmem_top implementationArthur Heymans2019-11-011-1/+1
* src/soc: change "unsigned" to "unsigned int"Martin Roth2019-10-272-3/+3
* rockchip: Use new buffer_to/from_fifo32(_prefix) helpersJulius Werner2019-08-222-54/+23
* soc/{qualcomm,rockchip}: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-07-252-3/+2
* src/soc: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-0/+1
* Fix code that would trip -Wtype-limitsJulius Werner2019-05-061-3/+3
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-232-2/+0
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-062-2/+0
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-202-2/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-082-2/+2
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-047-7/+6
* src: Remove duplicated round up functionElyes HAOUAS2018-11-292-5/+5
* src: Remove unneeded include <cbfs.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-163-3/+0
* src: Fix typoElyes HAOUAS2018-08-101-2/+2
* rockchip: Add gpio_set() functionJulius Werner2018-04-031-1/+6
* rockchip: Correct UART reference clock valueJulius Werner2018-02-021-1/+2
* rockchip/rk3399: support dual mipi dsiLin Huang2017-11-282-3/+12
* include/device: Split i2c.h into threeNico Huber2017-08-182-2/+2
* i2c: Move to Linux like `struct i2c_msg`Nico Huber2017-08-141-8/+9
* rockchip: gpio: Correct rk3399 pmu gpio pull settingLin Huang2017-08-061-1/+1
* rockchip: gpio: add gpio_pull argument in gpio_input_irq() functionLin Huang2017-08-062-3/+8
* rockchip/rk3399: Adjust gpio_t format to match ARM TFJulius Werner2017-07-191-8/+6
* soc/rockchip: Move spi driver to use spi_bus_mapFurquan Shaikh2017-05-241-9/+8
* rockchip/rk3399: Add MIPI driverNickey Yang2017-05-182-4/+13
* drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh2017-05-051-5/+1
* lib/edid.c: Differentiate between absent and non-conformant EDIDArthur Heymans2017-05-031-1/+1
* rockchip: gpio: add gpio_input_irq & gpio_irq_statusJeffy Chen2017-04-282-0/+56
* rockchip/rk3288: rtc-rk808: fix rtc time reading issueJeffy Chen2017-01-131-0/+6
* rockchip/common: Loosen I2C frequency target requirementsJulius Werner2017-01-031-1/+1
* spi: Define and use spi_ctrlr structureFurquan Shaikh2016-12-051-14/+21
* spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh2016-12-051-11/+9
* spi: Fix parameter types for spi functionsFurquan Shaikh2016-12-051-15/+15
* spi: Clean up SPI flash driver interfaceFurquan Shaikh2016-11-221-21/+6
* rockchip/rk3399: Change PLL configuration to match Linux kernelJulius Werner2016-11-171-4/+7
* soc/rockchip: split edp_enable() functionLin Huang2016-11-142-5/+11
* rockchip/rk3399: display: Do not allocate framebuffer in corebootLin Huang2016-11-022-9/+15
* rockchip: spi: Add support for 16-bit APB readsSimon Glass2016-10-061-13/+40
* rockchip: spi: Set rxd sample delay when using high speedSimon Glass2016-10-042-4/+17
* rockchip: Remove pulls for gpio_output(), clean up codeJulius Werner2016-10-042-11/+25
* rockchip: spi: Improve SPI read efficiencySimon Glass2016-09-202-4/+18
* rockchip/common: Set weekday to unknown in rtc_get()Martin Roth2016-08-101-0/+2
* rockchip/rk3399: Fix pinctrl pull bias settingsShunqian Zheng2016-07-122-8/+13
* rockchip: gpio: add macro so we can get gpio numberLin Huang2016-06-211-0/+2