Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
9858a602aedce90b9bc42bfbeb6098d181990caa
/
arch
/
arm
/
cpu
/
armv7
/
sunxi
9858a60
arm: remove prototype for get_timer_masked
by Patrick Delaunay
· 6 years ago
93b114c
sunxi: psci: save context id in cpu_on command
by Patrick Delaunay
· 7 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
2afd984
ARM: sunxi: Move u-boot-sunxi-with-spl.bin rule to Makefile
by Tuomas Tynkkynen
· 7 years ago
c4a8760
sunxi: psci: Move entry address setting to separate function
by Chen-Yu Tsai
· 7 years ago
b1a1fda
sunxi: Add PSCI support for R40
by Chen-Yu Tsai
· 8 years ago
70c7893
ARM: rename CONFIG_TIMER_CLK_FREQ to COUNTER_FREQUENCY
by Andre Przywara
· 8 years ago
3b787ef
ARM: Rework and correct barrier definitions
by Tom Rini
· 8 years ago
6e14795
ARM: PSCI: Switch to per-CPU target PC storage in secure data section
by Chen-Yu Tsai
· 8 years ago
7ca1450
ARM: Move __secure definition to common asm/secure.h
by Chen-Yu Tsai
· 8 years ago
1d0c177
ARM: PSCI: Remove unused psci_text_end symbol
by Chen-Yu Tsai
· 8 years ago
766c22e
sunxi: Move remaining PSCI assembly code to C
by Chen-Yu Tsai
· 8 years ago
70617c7
ARM: PSCI: Split out common stack setup code from psci_arch_init
by Chen-Yu Tsai
· 8 years ago
60e0b18
sunxi: Add PSCI implementation in C
by Chen-Yu Tsai
· 8 years ago
9bffa7f
sunxi: Add base address for GIC
by Chen-Yu Tsai
· 8 years ago
8ba7974
sunxi: Make CPUCFG_BASE macro names the same across families
by Chen-Yu Tsai
· 8 years ago
8dd84a7
sunxi: Move cpu independent code to mach directory
by Alexander Graf
· 9 years ago
ba56856
sunxi: usb_phy: Add support for A83T USB PHYs
by Chen-Yu Tsai
· 9 years ago
b83d933
sunxi: Print soc-id from sram controller for sun8i boards
by Hans de Goede
· 9 years ago
c62f8da
sunxi: Add conditional magic sram poke for A33
by Hans de Goede
· 9 years ago
ca89aa2
sunxi: A83T: fix 32bit overflow warning
by vishnupatekar
· 9 years ago
42cbbe3
sunxi: Fix gmac not working due to cpu_eth_init no longer being called
by Hans de Goede
· 9 years ago
a60c3fc
sunxi: Add support for USB vbus pin for USB3
by Hans de Goede
· 9 years ago
47adc3d
sunxi: Fix clock_twi_onoff for sun9i
by Hans de Goede
· 9 years ago
7969677
sunxi: Fix clock_twi_onoff for sun8i-a83
by Hans de Goede
· 9 years ago
f946a87
sunxi: Fix clock_twi_onoff for sun6i
by Hans de Goede
· 9 years ago
b88d0ab
sunxi: A23: Fix some revisions needing a different magic sram poke
by Hans de Goede
· 9 years ago
a1f5d11
sunxi: H3: Add support for the host usb-phys
by Jelle van der Waa
· 9 years ago
ad8baac
sunxi: Add support for LPDDR3 for A83T
by Vishnu Patekar
· 9 years ago
c49936f
sunxi: Groundwork to support new dram type for A83T
by Vishnu Patekar
· 9 years ago
46da7a6
sunxi: Redundant code cleanup from a83t dram init
by Vishnu Patekar
· 9 years ago
1b28d5f
sunxi: Support PSCI ops on Allwinner H3
by Chen-Yu Tsai
· 9 years ago
6daddfe
sunxi: Support H3 CCU security switches
by Chen-Yu Tsai
· 9 years ago
0932b63
sunxi: Support Secure Memory Touch Arbiter (SMTA) in sun8i H3
by Chen-Yu Tsai
· 9 years ago
8d3d7c1
sunxi: Add support for the I2C controller which is part of the PRCM
by Jelle van der Waa
· 9 years ago
af272a1
sunxi: Fix H3 DRAM DQ read delay configuration
by Jens Kuske
· 9 years ago
fc67dbc
sun4i: clock: Cleanup some whitespace errors
by Olliver Schinagl
· 9 years ago
08f391c
sunxi: twi: Enable clocks on sun7i
by Olliver Schinagl
· 9 years ago
e302fe6
sunxi: Add support for Allwinner A83T DRAM
by vishnupatekar
· 9 years ago
39754b6
sunxi: clk: add basic clocks for A83T
by vishnupatekar
· 9 years ago
1895dfd
sunxi: power: enabled support for axp818
by vishnupatekar
· 9 years ago
133bfbe
sunxi: Add support for UART0 in PB pin group on A83T
by vishnupatekar
· 9 years ago
cdf1e48
sunxi: Add Machine Support for A83T SOC
by vishnupatekar
· 9 years ago
2b8bd91
sunxi: clock: Set AHB1 clock frequency to 200MHz on Allwinner H3
by Siarhei Siamashka
· 9 years ago
53f018e
sunxi: Add H3 DRAM initialization support
by Jens Kuske
· 9 years ago
f977072
sunxi: Add basic H3 support
by Jens Kuske
· 9 years ago
e63b2dd
spl: mmc: add support for BOOT_DEVICE_MMC2
by Nikita Kiryanov
· 9 years ago
33eefe4
spl: change return values of spl_*_load_image()
by Nikita Kiryanov
· 9 years ago
b9b3a23
sunxi: board: Only try to use the MMC related functions if enabled
by Maxime Ripard
· 9 years ago
d9ee84b
sunxi: power: Unify axp pmic function names
by Hans de Goede
· 9 years ago
76fa0b2
sunxi: Switch to using malloc_simple for the spl
by Hans de Goede
· 9 years ago
ead498a
sunxi: retrieve FEL-provided values to environment variables
by Bernhard Nortmann
· 9 years ago
bf52066
sunxi: Simplify spl board_init_f function
by Hans de Goede
· 9 years ago
fcc7b70
sunxi: Enable non-secure access to RTC on sun6i (A31s)
by Chen-Yu Tsai
· 9 years ago
d6eaadc
sun6i: clock: Add support for the mipi pll
by Hans de Goede
· 9 years ago
957a72729
sunxi: clock: Add clock_get_pll3() helper function
by Hans de Goede
· 9 years ago
39c119d
sunxi: usb-phy: Never power off the usb ports
by Hans de Goede
· 9 years ago
53112f2
Kill unneeded #include <linux/kconfig.h>
by Masahiro Yamada
· 9 years ago
78c2e64
sunxi: musb: Stop treating not having a vbus-det gpio as an error
by Hans de Goede
· 9 years ago
aadd97f
sunxi: usb-phy: Add support for reading otg id pin value
by Hans de Goede
· 9 years ago
e8b97e2
sunxi: spl: Detect at runtime where SPL was read from
by Daniel Kochmański
· 10 years ago
f8fc7be
ARMv7: Factor out reusable timer_wait from sunxi/psci_sun7i.S
by Wang Dongsheng
· 9 years ago
28b7192
sunxi: Add support for UART0 in PB pin group on A33
by Chen-Yu Tsai
· 9 years ago
959d0a3
sunxi: rsb: Enable R_PIO clock before configuring external pins
by Chen-Yu Tsai
· 9 years ago
da2f333
sunxi: hardware-feature-specific function index defines for PORT F UART0
by Chen-Yu Tsai
· 9 years ago
07ed1b9
Revert "sunxi/nand: Add support to the SPL for loading u-boot from internal NAND memory"
by Ian Campbell
· 9 years ago
b25d3c9
sun6i: cpu_reset: Do not return from cpu_reset()
by Hans de Goede
· 9 years ago
b9dc208
sunxi: Request macpwr gpio before using it
by Hans de Goede
· 9 years ago
9395a0e
sunxi: usb_phy: Swap check for disconnect threshold
by Hans de Goede
· 9 years ago
5b9f1aa
ARM: sunxi: Share sun6i PSCI backend with sun8i
by Chen-Yu Tsai
· 10 years ago
4670eb4
ARM: sunxi: Add sun6i specific PSCI implementation
by Chen-Yu Tsai
· 10 years ago
d196fad
ARM: sunxi: Make PSCI code sun7i specific
by Chen-Yu Tsai
· 10 years ago
f147d94
ARM: sunxi: Document registers in PSCI code
by Chen-Yu Tsai
· 10 years ago
dbbfdc1
sunxi/nand: Add support to the SPL for loading u-boot from internal NAND memory
by Daniel Kochmański
· 10 years ago
7bfe2bb
sun9i: Basic sun9i (A80) support
by Hans de Goede
· 10 years ago
70804ed
sunxi: Remove support for building "old-fashioned" fel binaries
by Hans de Goede
· 10 years ago
0d70914
sunxi: Use axp221 sid on a33
by Hans de Goede
· 10 years ago
ffdc05c
sunxi: Make DRAM_ODT_EN Kconfig setting a bool
by Hans de Goede
· 10 years ago
3d08652
sunxi: Fix dram initialization not working on some a33 devices
by Hans de Goede
· 10 years ago
20dfe00
sunxi: add support for UART2 on A23/A33
by Laurent Itti
· 10 years ago
b73b1e2
ARM: Put target PC for PSCI CPU_ON on per-CPU stack
by Jan Kiszka
· 10 years ago
9c0f35a
ARM: Factor out reusable psci_get_cpu_stack_top
by Jan Kiszka
· 10 years ago
b6680e6
ARM: Factor out reusable psci_cpu_entry
by Jan Kiszka
· 10 years ago
80c26bc
ARM: Factor out reusable psci_cpu_off_common
by Jan Kiszka
· 10 years ago
2ecdd68
ARM: Factor out common psci_get_cpu_id
by Jan Kiszka
· 10 years ago
e820402
sunxi: usb: Protect phy-init and phy-power-on against multiple calls
by Hans de Goede
· 10 years ago
1168e09
sunxi: usb: Do not call phy_probe from hcd code
by Hans de Goede
· 10 years ago
26a9005
sunxi: usb: Rename the usbc.? files to usb_phy.?
by Hans de Goede
· 10 years ago
8697909
sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_bar
by Hans de Goede
· 10 years ago
1f4e1d1
sunxi: usb: Remove sunxi_usbc_get_io_base function
by Hans de Goede
· 10 years ago
7e5aabd
sunxi: usb: Move setup of host controller clocks to the host controller drivers
by Hans de Goede
· 10 years ago
d9989cc
sunxi: emac: Remove non driver-model code
by Hans de Goede
· 10 years ago
d6efcdb
sunxi: emac: Add driver model support
by Hans de Goede
· 10 years ago
858b6db
sunxi: axp: Add support for i2c based PMICs to the pmic-bus helpers
by Hans de Goede
· 10 years ago
bb930c3
sunxi: axp: Move axp pmic register helpers to a separate file
by Hans de Goede
· 10 years ago
494f5d0
sunxi: usbc: Fix vbus gpio handling to work with the driver-model
by Hans de Goede
· 10 years ago
3702f14
sunxi: Add basic A33 basic support
by Vishnu Patekar
· 10 years ago
575716c
sunxi: Add a33 dram init code
by Vishnu Patekar
· 10 years ago
0fdbe20
sunxi: Add support for A33 PLL11 (second DRAM pll)
by Hans de Goede
· 10 years ago
f055ed6
sunxi: s/sun8i/sun8i_a23/
by Hans de Goede
· 10 years ago
Next »