summaryrefslogtreecommitdiff
path: root/arch/arm/mach-sunxi
AgeCommit message (Expand)Author
2022-03-26sunxi: Fix old GMAC pinmux setupAndre Przywara
2022-03-12Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini
2022-03-10sunxi: Kconfig: Fix up SPI configurationAndre Przywara
2022-03-03mach-sunxi: Enable SPI boot for SUNIV and licheepi nanoJesse Taube
2022-03-03mach-sunxi: Add SPL SPI boot for SUNIVJesse Taube
2022-03-03mach-sunxi: Add boot device detection for SUNIV/F1C100sJesse Taube
2022-02-04mach-sunxi: Add support for SUNIV architectureIcenowy Zheng
2022-02-04sunxi: Add F1C100s DRAM initial supportIcenowy Zheng
2022-02-04mach-sunxi: Move timer code to mach folderJesse Taube
2022-02-04armv8: remove no longer needed lowlevel_init.SAndre Przywara
2022-02-04sunxi: move early "SRAM setup" into separate fileAndre Przywara
2022-02-04sunxi: move Cortex SMPEN setting into start.SAndre Przywara
2022-02-04sunxi: move non-essential code out of s_init()Andre Przywara
2022-01-30sunxi: Fix H616 DRAM read calibration for dual rankJernej Skrabec
2022-01-30sunxi: fix H616 DRAM ODT supportJernej Skrabec
2022-01-30sunxi: Add option to prevent booting on power plug-inChris Morgan
2022-01-30sunxi: gpio: Fix up pointer arithmeticAndre Przywara
2022-01-30sunxi: gpio: Add per-bank drive and pull settersSamuel Holland
2022-01-30sunxi: gpio: Return void from setter functionsSamuel Holland
2022-01-20SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár
2021-11-04sunxi: Avoid duplicate reset_cpu with SYSRESET enabledSamuel Holland
2021-10-25sunxi: SPL SPI: Allow larger SPLAndre Przywara
2021-10-12sunxi: Enable DM_I2C for all sunxi boardsSamuel Holland
2021-10-12sunxi: video: Convert panel I2C to use DM_I2CSamuel Holland
2021-10-12sunxi: pmic_bus: Use the DM PMIC interface when possibleSamuel Holland
2021-10-12sunxi: pmic_bus: Clean up preprocessor conditionsSamuel Holland
2021-10-12i2c: Add a DM_I2C driver for the sun8i RSB controllerSamuel Holland
2021-10-12i2c: Add a DM_I2C driver for the sun6i P2WI controllerSamuel Holland
2021-10-12sunxi: pmic_bus: Fix Kconfig dependenciesSamuel Holland
2021-10-12sunxi: Select SUN8I_RSB more carefullySamuel Holland
2021-10-12sunxi: Only initialize legacy I2C when enabledSamuel Holland
2021-10-11sunxi: Clean up inclusions of asm/arch/gpio.hSamuel Holland
2021-10-11sunxi: Simplify MMC pinmux selectionSamuel Holland
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek
2021-08-30Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini
2021-07-28i2c: Rename SPL/TPL_I2C_SUPPORT to I2CSimon Glass
2021-07-10mmc: sunxi: Enable "new timing mode" on all new SoCsAndre Przywara
2021-07-10sunxi: H616: Enable full 4GB of DRAMAndre Przywara
2021-07-10sunxi: clock: H6/H616: Fix PLL clock factor encodingsAndre Przywara
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún
2021-05-13arm: sunxi: add support for DIP detection to CHIP boardKory Maincent
2021-04-16sunxi: video: select dw-hdmi in Kconfig, not MakefileJernej Skrabec
2021-04-16sunxi: enable dual rank memory on R40Icenowy Zheng
2021-04-16sunxi: support asymmetric dual rank DRAM on A64/R40Icenowy Zheng
2021-03-04Merge tag 'next-2021-03-04' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-03-03video: sunxi_display: Convert to DM_VIDEOJagan Teki
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk
2021-02-19sunxi: support boot console on uart1 for sun8iTobias Schramm