summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-sunxi
AgeCommit message (Expand)AuthorFilesLines
2022-04-05sunxi: prcm: Add a few registersJernej Skrabec1-0/+10
2022-04-05sunxi: H3: fix non working console on uart2Angelo Dureghello1-0/+1
2022-04-05sunxi: Support SPL in both eGON and TOC0 imagesSamuel Holland1-2/+1
2022-04-05pwm: sunxi: Remove non-DM pin setupSamuel Holland1-1/+0
2022-04-05sunxi: Remove options and setup code for I2C2-I2C4Samuel Holland2-18/+1
2022-04-05sunxi: Remove non-DM GMAC pin setupSamuel Holland1-2/+0
2022-04-05net: sunxi_emac: Remove non-DM pin setupSamuel Holland1-1/+0
2022-04-05sunxi: pinctrl: Create the driver skeletonSamuel Holland1-0/+5
2022-03-03mach-sunxi: Add SPL SPI boot for SUNIVJesse Taube1-0/+1
2022-03-03mach-sunxi: Add boot device detection for SUNIV/F1C100sJesse Taube1-0/+9
2022-02-04sunxi: Add F1C100s DRAM initial supportIcenowy Zheng2-0/+48
2022-02-04ARM: sunxi: Add clock and uart to sunxi headersIcenowy Zheng4-1/+21
2022-02-04sunxi: move early "SRAM setup" into separate fileAndre Przywara1-0/+1
2022-01-30sunxi: gpio: Add per-bank drive and pull settersSamuel Holland1-0/+2
2022-01-30sunxi: gpio: Return void from setter functionsSamuel Holland1-2/+2
2021-10-11sunxi: gpio: Remove bank-specific size macrosSamuel Holland1-12/+2
2021-10-11sunxi: gpio: Remove name_to_gpio macroSamuel Holland1-1/+0
2021-10-11gpio: sunxi: Remove the sunxi_name_to_gpio_bank functionSamuel Holland1-1/+0
2021-10-11sunxi: Simplify MMC pinmux selectionSamuel Holland1-4/+0
2021-10-11clk: sunxi: Move header out of arch directorySamuel Holland1-100/+0
2021-08-01sunxi: A23/A33/H3: Move sun8i secure monitor to SRAM A2Samuel Holland1-0/+11
2021-07-10mmc: sunxi: Increase MMIO FIFO read performanceAndre Przywara1-0/+1
2021-07-10mmc: sunxi: Fix MMC clock parent selectionAndre Przywara1-1/+1
2021-07-10sunxi: clock: H6/H616: Fix PLL clock factor encodingsAndre Przywara1-2/+2
2021-04-16sunxi: support asymmetric dual rank DRAM on A64/R40Icenowy Zheng1-3/+8
2021-02-20sunxi: support boot console on uart1 for sun8iTobias Schramm1-0/+1
2021-01-26sunxi: Add support for H616 SoCJernej Skrabec1-0/+7
2021-01-26sunxi: Add H616 DRAM supportJernej Skrabec2-0/+161
2021-01-26sunxi: add support for R_I2C on H616Jernej Skrabec1-0/+1
2021-01-26sunxi: add support for H616 uart0Jernej Skrabec1-0/+1
2021-01-26sunxi: introduce support for H616 clocksJernej Skrabec1-1/+17
2021-01-26sunxi: Add support for I2C on H6 like SoCsJernej Skrabec1-0/+1
2021-01-26sunxi: prcm: Add memory map for H6 like SoCsJernej Skrabec3-238/+303
2021-01-26mmc: sunxi: Replace H6 ifdefs with H6 gen macroJernej Skrabec1-1/+1
2021-01-26sunxi: Introduce common symbol for H6 like SoCsJernej Skrabec4-4/+4
2021-01-12sunxi: Add arm64 FEL supportAndre Przywara1-0/+14
2021-01-12sunxi: Fix is_boot0_magic macroAndre Przywara1-2/+1
2021-01-12sunxi: Factor out eGON BROM header descriptionAndre Przywara1-64/+1
2020-11-17sunxi: allow to use AXP20[39] attached to I2C0 on V3 seriesIcenowy Zheng1-0/+1
2020-10-22sunxi: make V3s DRAM initialization more properIcenowy Zheng1-0/+1
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass9-0/+35
2020-05-18arm: Don't include common.h in header filesSimon Glass1-1/+0
2019-12-18sunxi: remove __packed from struct sunxi_prcm_regHeinrich Schuchardt1-1/+1
2019-10-25sunxi: set PIO voltage to hardware-detected value on startup on H6Icenowy Zheng1-0/+3
2019-10-25sunxi: H6: DRAM: Add support for half DQJernej Skrabec1-0/+1
2019-07-16sunxi: H6: Add DDR3 support to DRAM controller driverAndre Przywara1-0/+8
2019-07-16sunxi: H6: move LPDDR3 timing definition into separate fileAndre Przywara1-0/+27
2019-05-20arm: sunxi: h6: fix reset using r_wdogClément Péron1-0/+1
2019-04-10sunxi: Allow booting from 128KB SD/eMMC offsetAndre Przywara1-0/+2
2019-01-18reset: Add Allwinner RESET driverJagan Teki1-1/+32