Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
a1015ad521e73c0f5ad790fa2b2e952f97a8913c
a1015ad
exynos: video: Convert several boards to driver model for video
by Simon Glass
· 9 years ago
305f581
exynos: video: Rename variables for driver model
by Simon Glass
· 9 years ago
b9b3813
exynos: video: Rename edp_device_info to exynos_dp_priv
by Simon Glass
· 9 years ago
6706367
exynos: dts: Add display-related device tree fragments
by Simon Glass
· 9 years ago
bfd239c
exynos: Simplify calling of exynos_dp_phy_ctrl()
by Simon Glass
· 9 years ago
114f836
exynos: Allow PWM0 pinmux to be set up
by Simon Glass
· 9 years ago
741b5ac
dts: Add clock and regulator binding files for max77802
by Simon Glass
· 9 years ago
b4a967e
exynos: Disable LCD display for boards we can't convert
by Simon Glass
· 9 years ago
a216f72
exynos: Allow CONFIG_MISC_COMMON to be build without an LCD
by Simon Glass
· 9 years ago
238ba5c
exynos: Allow tizen to be built without an LCD
by Simon Glass
· 9 years ago
df8d8b8
exynos: dts: Add pwm device tree node
by Simon Glass
· 9 years ago
4947abc
video: Add an enum for active low/high
by Simon Glass
· 9 years ago
636bf17
exynos: pwm: Add a driver for the exynos5 PWM
by Simon Glass
· 9 years ago
c9ed7a4
exynos: video: Combine LCD driver into one file
by Simon Glass
· 9 years ago
6d23709
exynos: video: Move mipi_lcd_device_dt into a function
by Simon Glass
· 9 years ago
ef4e779
exynos: video: Move struct exynos_platform_mipi_dsim into vidinfo
by Simon Glass
· 9 years ago
f013e7a
exynos: video: Move dsim_config_dt into a function
by Simon Glass
· 9 years ago
0de7089
exynos: video: Drop static variables in exynos_dp_lowlevel.c
by Simon Glass
· 9 years ago
860ef00
exynos: video: Drop static variables in exynos_fb.c
by Simon Glass
· 9 years ago
c7fdcd9
exynos: video: Drop static variables in exynos_fimd.c
by Simon Glass
· 9 years ago
4d022cc
exynos: video: Drop the static lcd_base_addr variable
by Simon Glass
· 9 years ago
6d27559
exynos: video: Remove use of vidinfo_t typedef
by Simon Glass
· 9 years ago
c0882ff
exynos: video: Drop dead code
by Simon Glass
· 9 years ago
bd40e2d
exynos: video: Move driver files into their own directory
by Simon Glass
· 9 years ago
8d84faa
board: samsung: add initial Espresso7420 board support
by Thomas Abraham
· 9 years ago
d23cb31
arm: exynos: add support for Exynos7420 SoC
by Thomas Abraham
· 9 years ago
a99ad39
arm: exynos: realign the code to allow support for newer 64-bit platforms
by Thomas Abraham
· 9 years ago
c81fdbe
serial: s5p: use clock api to get clock rate
by Thomas Abraham
· 9 years ago
214a395
serial: s5p: get the port id number from the alias of the device node
by Thomas Abraham
· 9 years ago
e3fc84c
clk: exynos: add clock driver for Exynos7420 Soc
by Thomas Abraham
· 9 years ago
cf18bff
pinctrl: Add pinctrl driver support for Exynos7420 SoC
by Thomas Abraham
· 9 years ago
87adc64
pinctrl: add the DM_UC_FLAG_SEQ_ALIAS flag for numbering the devices
by Thomas Abraham
· 9 years ago
c4a11bc
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 9 years ago
39452be
Merge branch 'master' of git://git.denx.de/u-boot-net
by Tom Rini
· 9 years ago
4f4e962
net: phy: dp83867: Add SGMII helper for configuration
by Dan Murphy
· 9 years ago
07cf56a
net: phy: Add phy_interface_is_sgmii to phy.h
by Dan Murphy
· 9 years ago
63e3cde
net: phy: Move is_rgmii helper to phy.h
by Dan Murphy
· 9 years ago
83fbd0a
net: phy: ti: Allow the driver to be more configurable
by Dan Murphy
· 9 years ago
bb5a566
net: phy: dp83867: Add device tree bindings and documentation
by Dan Murphy
· 9 years ago
a582871
net: zynq_gem: Add the passing of the phy-handle node
by Dan Murphy
· 9 years ago
4b7b24e
drivers: net: cpsw: Add reading of DT phy-handle node
by Dan Murphy
· 9 years ago
4938e43
defconfig: dra74_evm: enable eth driver model
by Mugunthan V N
· 9 years ago
0be2f62
defconfig: am437x_sk_evm: enable eth driver model
by Mugunthan V N
· 9 years ago
35e6625
defconfig: am437x_gp_evm: enable eth driver model
by Mugunthan V N
· 9 years ago
74b82da
arm: dts: dra7: fix ethernet name with proper device address
by Mugunthan V N
· 9 years ago
ef3ad7b
arm: dts: dra7: add syscon node to cpsw to read mac address
by Mugunthan V N
· 9 years ago
511beae
arm: dts: am4372: add syscon node to cpsw to read mac address
by Mugunthan V N
· 9 years ago
9e55635
drivers: net: cpsw: add support for reading mac address from efuse
by Mugunthan V N
· 9 years ago
77f7bc7
drivers: net: cpsw: fix get mdio base and gmii_sel reg from DT
by Mugunthan V N
· 9 years ago
9a9cde9
ARM: omap5: add platform specific ethernet phy modes configurations
by Mugunthan V N
· 9 years ago
13a27fd
drivers: net: cpsw: fix cpsw dp parse when num slaves as 1
by Mugunthan V N
· 9 years ago
c6e44b7
ti_omap5_common: eth: do not define DM_ETH for spl
by Mugunthan V N
· 9 years ago
4666bd9
drivers: core: device: add support to check dt compatible for a device/machine
by Mugunthan V N
· 9 years ago
87b2c4e
net: phy: Add PHY driver for mv88e61xx switches
by Kevin Smith
· 9 years ago
b3072db
net: Remove unused mv88e61xx switch driver
by Kevin Smith
· 9 years ago
8632fec
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· 9 years ago
470060f
Merge branch 'master' of git://git.denx.de/u-boot-atmel
by Tom Rini
· 9 years ago
3917c4f
ARM: zynq: Simplify zynq configuration
by Michal Simek
· 9 years ago
0b56710
phy: marvell: Do not reset phy after negotiation
by Michal Simek
· 9 years ago
24ce232
phy: Wire return value from phy_config()
by Michal Simek
· 9 years ago
ebae78b
image: Add boot_get_fpga() to load fpga with bootm
by Michal Simek
· 9 years ago
5ff8966
net: phy: Handle phy_startup() error codes properly
by Michal Simek
· 9 years ago
cf6677b
phy: Return correct error code when timeout happens
by Michal Simek
· 9 years ago
dbc0cfc
net: xilinx: Handle error value from phy_startup()
by Michal Simek
· 9 years ago
0a130b1
mkimage: Report information about fpga
by Michal Simek
· 9 years ago
b563a6b
fpga: Fix typo in function comment
by Michal Simek
· 9 years ago
d969ea8
ARM64: zynqmp: Enable CLK framework
by Michal Simek
· 9 years ago
72536fd
ARM64: zynqmp: Add SPL support support
by Michal Simek
· 9 years ago
ba08753
ARM64: zynqmp: Add missing u-boot,dm-pre-reloc to DTSI
by Michal Simek
· 9 years ago
d35e65d
ARM64: zynqmp: Align gic ranges for 64k in device tree
by Alexander Graf
· 9 years ago
fa12466
tools: zynqmpimage: Add Xilinx ZynqMP boot header generation
by Michal Simek
· 9 years ago
853fee2
SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode
by Michal Simek
· 9 years ago
42c8c41
ARM: zynq: Call ps7_post_config() for SPL
by Michal Simek
· 9 years ago
cc991fc
ARM64: zynqmp: Enable option to overwrite default variables
by Michal Simek
· 9 years ago
7a8465b
spl: Introduce new function spl_board_prepare_for_boot
by Michal Simek
· 9 years ago
3d2b0a4
ARM64: zynqmp: Add debug uart for zc1751-dc1
by Michal Simek
· 9 years ago
b09281b
ARM64: zynqmp: Enable SPI_FLASH and FLASH_BAR for ep108
by Michal Simek
· 9 years ago
526135a
ARM64: zynqmp: Remove CONFIG_PREBOOT
by Michal Simek
· 9 years ago
f669e22
ARM: zynq: Add support for SPL_LOAD_FIT
by Michal Simek
· 9 years ago
f55688c
ARM64: zynqmp: Wire up debug_uart setup
by Michal Simek
· 9 years ago
fe87595
ARM64: zynqmp: Enable eMMC boot partitions commands
by Michal Simek
· 9 years ago
eec32f6
ARM64: zynqmp: Add support for reading MAC from eeprom
by Michal Simek
· 9 years ago
0061556
ARM64: zynqmp: Enable missing distro default options
by Michal Simek
· 9 years ago
1f72e9c
ARM64: zynqmp: Enable HUSH parser for all zynqmp targets
by Michal Simek
· 9 years ago
e5b2948
ARM: dts: zynq: describe SLCR as simple-mfd rather than simple-bus
by Masahiro Yamada
· 9 years ago
514281f
gpio: zynq: Add support for reading gpio pin state
by Michal Simek
· 9 years ago
fd63365
ARM: zynq: load u-boot.img whether CONFIG_OF_SEPARATE is defined or not
by Masahiro Yamada
· 9 years ago
4d88f1c
ARM: sama5d2: Implement boot device autodetection
by Marek Vasut
· 9 years ago
a93dac7
ARM: atmel: Enable FIT image support for SAMA5Dx
by Marek Vasut
· 9 years ago
709733b
board: sama5d2_xplained: change SDHCI GCK's clock source to UPLL
by Wenyou Yang
· 9 years ago
dcc8a84
ARM: at91: clock: complete the GCK's clock sources
by Wenyou Yang
· 9 years ago
d47886e
ARM: at91: clock: fix the GCK's clock source
by Wenyou Yang
· 9 years ago
a141e5a
board: atmel: sama5d2_xplained: fix the missing pin config of SDMMC0
by Wenyou Yang
· 9 years ago
b90c7cb
board: atmel: add SAMA5D2 PTC Engineering board
by Wenyou Yang
· 9 years ago
0795a41
ARM: at91: sama5d2: add macro & field definitions
by Wenyou Yang
· 9 years ago
70eacf2
Merge branch 'master' of git://git.denx.de/u-boot-x86
by Tom Rini
· 9 years ago
b858b6b
Merge branch 'master' of git://git.denx.de/u-boot-mips
by Tom Rini
· 9 years ago
e4ce25f
ARM: fix ifdef in ARMv8 lowlevel_init() again
by Masahiro Yamada
· 9 years ago
1f54cbb
SPL: fat: Fix spl_parse_image_header() return value handling
by Tom Rini
· 9 years ago
d74ea96
omap3: Fix SPI registers on am33xx and am43xx
by Martin Hejnfelt
· 9 years ago
Next »