Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
af65761da89b78e129947f283df55662df6b54a9
af65761
arm: socfpga: spl: Configure SCU and NIC-301 early
by Marek Vasut
· 9 years ago
6d4a4b4
arm: socfpga: spl: Toggle warm reset config I/O bit
by Marek Vasut
· 9 years ago
1100e34
arm: socfpga: system: Clean up pinmux_config.c
by Marek Vasut
· 9 years ago
8306b1e
arm: socfpga: system: Rework sysmgr_enable_warmrstcfgio()
by Marek Vasut
· 9 years ago
9c3e006
arm: socfpga: scan: Zap iocsr_scan_chain*_table()
by Marek Vasut
· 9 years ago
92af868
arm: socfpga: scan: Zap redundant params in scan_mgr_io_scan_chain_prg()
by Marek Vasut
· 9 years ago
b4c1a00
arm: socfpga: scan: Staticize scan_mgr_io_scan_chain_prg()
by Marek Vasut
· 9 years ago
084d06c
arm: socfpga: clock: Clean up pll_config.h
by Marek Vasut
· 9 years ago
940077d
arm: socfpga: clock: Get rid of cm_config_t typedef
by Marek Vasut
· 9 years ago
fc31d6e
arm: socfpga: reset: Add SDMMC, QSPI and DMA defines
by Marek Vasut
· 9 years ago
49edbd4
arm: socfpga: reset: Add function to reset add peripherals
by Marek Vasut
· 9 years ago
aeb2c35
arm: socfpga: reset: Repair bridge reset handling
by Marek Vasut
· 9 years ago
75f6b5c
arm: socfpga: reset: Replace ad-hoc reset functions
by Marek Vasut
· 9 years ago
3425eeb
arm: socfpga: reset: Implement unified function to toggle reset
by Marek Vasut
· 9 years ago
bb1f889
arm: socfpga: reset: Start reworking the SoCFPGA reset manager
by Marek Vasut
· 9 years ago
ab8f13f
arm: socfpga: reset: Add missing reset manager regs
by Marek Vasut
· 9 years ago
0eacf7e
ddr: altera: Fix debug message format in sequencer
by Marek Vasut
· 9 years ago
452d639
ddr: altera: Fix typo in mp_threshold1 programming
by Marek Vasut
· 9 years ago
e08c559
ddr: altera: Move struct sdram_prot_rule prototype
by Marek Vasut
· 9 years ago
43bb47e
arm: socfpga: Move sdram_config.h to board dir
by Marek Vasut
· 9 years ago
06e36ea
arm: socfpga: enable the Altera SDRAM controller driver
by Dinh Nguyen
· 9 years ago
135cc7f
driver/ddr/altera: Add the sdram calibration portion
by Dinh Nguyen
· 9 years ago
429642c
driver/ddr/altera: Add DDR driver for Altera's SDRAM controller
by Dinh Nguyen
· 9 years ago
7e7e617
net: designware: Rename the driver var name to eth_designware
by Marek Vasut
· 9 years ago
fcab73c
net: designware: Add SoCFPGA GMAC DT compatible string
by Marek Vasut
· 9 years ago
20a0739
arm: socfpga: Move generated files into qts subdir
by Marek Vasut
· 9 years ago
79021fc
arm: dts: socfpga: Add mmc alias
by Marek Vasut
· 9 years ago
ffccc62
arm: dts: socfpga: Fix SPI aliases
by Marek Vasut
· 9 years ago
490dfd1
arm: socfpga: Fix FPGA bitstream programming routine
by Marek Vasut
· 9 years ago
342ced7
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 9 years ago
952a573
ARM: tegra: Add p2371-0000 board
by Stephen Warren
· 9 years ago
1b54a5e
ARM: tegra: Add e2220-1170 board
by Stephen Warren
· 9 years ago
1bf63fd
ARM: tegra: p2571: remove another unused define
by Stephen Warren
· 9 years ago
5e270dc
ARM: tegra: enable GPU DT node when appropriate
by Alexandre Courbot
· 9 years ago
7f936d4
ARM: tegra: move VPR configuration to a later stage
by Alexandre Courbot
· 9 years ago
093b965
ARM: tegra: add comment re: autogeneration to pinmux headers
by Stephen Warren
· 9 years ago
30d1966
ARM: tegra: restrict usable RAM size further
by Stephen Warren
· 9 years ago
2566776
exynos: dts: Correct LDO and BUCK naming
by Simon Glass
· 9 years ago
9bbb37f
x86: Enable debug UART for Minnowmax
by Simon Glass
· 9 years ago
c4a9cbe
dm: core: Fix a typo in the uclass_get_device_by_name() comment
by Simon Glass
· 9 years ago
e3b23e2
dm: core: Add a way to set a device name
by Simon Glass
· 9 years ago
17d7676
sandbox: Enable devres subsystem
by Simon Glass
· 9 years ago
f929c0b
devres: add debug command to dump device resources
by Masahiro Yamada
· 9 years ago
029bfca
devres: make Devres optional with CONFIG_DEVRES
by Masahiro Yamada
· 9 years ago
b475e1f
devres: add devm_kmalloc() and friends (managed memory allocators)
by Masahiro Yamada
· 9 years ago
8b15b16
devres: introduce Devres (Managed Device Resource) framework
by Masahiro Yamada
· 9 years ago
bdbb5dd
dm: add DM_FLAG_BOUND flag
by Masahiro Yamada
· 9 years ago
59b6196
dm: Support address translation for simple-bus
by Simon Glass
· 9 years ago
68c4197
net: smsc95xx: Add driver-model support
by Simon Glass
· 9 years ago
3faecae
net: smsc95xx: Prepare for conversion to driver model
by Simon Glass
· 9 years ago
ebe0e5a
net: smsc95xx: Correct the error numbers
by Simon Glass
· 9 years ago
4d89e5b
net: smsc95xx: Rename AX_RX_URB_SIZE to RX_URB_SIZE
by Simon Glass
· 9 years ago
ce48e50
net: smsc95xx: Sort the include files
by Simon Glass
· 9 years ago
a7ea72c
dm: usb: Add driver-model support to dwc2
by Simon Glass
· 9 years ago
e3c23a0
dm: usb: Prepare dwc2 driver for driver-model conversion
by Simon Glass
· 9 years ago
e96ba56
dm: usb: Add an errno.h header to usb_ether.c
by Simon Glass
· 9 years ago
8e5efa0
dm: Make regmap and syscon optional
by Simon Glass
· 9 years ago
5689372
lib/fdtdec: Fix fdt_addr_t and fdt_size_t typedef
by York Sun
· 9 years ago
aa5b66c
lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t type
by York Sun
· 9 years ago
b139836
exynos: Add support for spring
by Simon Glass
· 9 years ago
489870e
exynos: video: Remove non-device-tree code
by Simon Glass
· 9 years ago
abfb852
dts: Drop unused compatible ID for the NXP video bridge
by Simon Glass
· 9 years ago
3e5b40f
video: Remove the old parade driver
by Simon Glass
· 9 years ago
66d14fc
cros_ec: Remove the old tunnel code
by Simon Glass
· 9 years ago
50bcd1d
power: Remove old TPS65090 drivers
by Simon Glass
· 9 years ago
73f6a53
exynos: Drop old exynos5250-specific board code
by Simon Glass
· 9 years ago
3493eb2
exynos: Drop old exynos5420-specific board code
by Simon Glass
· 9 years ago
0b18b80
exynos: config: Move common options to the common headers and tidy up
by Simon Glass
· 9 years ago
bf8ce88
exynos: Remove unneeded device tree control #ifdefs
by Simon Glass
· 9 years ago
76fc3ad
exynos: Enable new features for exynos5 boards
by Simon Glass
· 9 years ago
dc4d5e5
exynos: Add common board code for exynos5 boards that use device tree
by Simon Glass
· 9 years ago
32d4bb7
exynos: dts: Drop the old TPS65090 I2C node
by Simon Glass
· 9 years ago
2786ddc
dts: exynos: snow: Add a new node for the NXP video bridge driver
by Simon Glass
· 9 years ago
5da3651
dts: exynos: pit: Add a new node for the parade video bridge driver
by Simon Glass
· 9 years ago
2d96e4b
dts: exynos: snow: Add memory layout description
by Simon Glass
· 9 years ago
230c143
dm: gpio: Check a GPIO is valid before using it
by Simon Glass
· 9 years ago
004ee3b
exynos: Tidy up CPU frequency display
by Simon Glass
· 9 years ago
5e7ab07
exynos: video: Correct debug output
by Simon Glass
· 9 years ago
6f6af97
exynos: Add support for the DisplayPort hotplug detect
by Simon Glass
· 9 years ago
d532ac6
exynos: Correct return value in exynos_mmc_init()
by Simon Glass
· 9 years ago
905ed0b
exynos: spi: Convert the timeout to debug()
by Simon Glass
· 9 years ago
97dd3e5
dm: video: Add support for the NXP PTN3460 bridge
by Simon Glass
· 9 years ago
c23a85c
dm: video: Add support for the Parade PS8622/625 bridge
by Simon Glass
· 9 years ago
be72e33
video: Work around lack of pinctrl
by Simon Glass
· 9 years ago
7cf1757
dm: video: Add support for video bridges
by Simon Glass
· 9 years ago
e5c88ea
dm: pmic: Display the regulator limits on error
by Simon Glass
· 9 years ago
f55c951
dm: power: Don't return an error when regulators are not autoset
by Simon Glass
· 9 years ago
fdcc59b
dm: pmic: max77686: Support all BUCK regulators
by Simon Glass
· 9 years ago
2ede005
dm: power: max77686: Correct BUCK register access
by Simon Glass
· 9 years ago
605ecd1
dm: pmic: Correct the pmic_reg_write() implementation
by Simon Glass
· 9 years ago
50a4926
dm: pmic: max77686: Correct a few nits
by Simon Glass
· 9 years ago
2336103
dm: power: Add support for S5M8767 regulators
by Simon Glass
· 9 years ago
0165149
dm: power: Add support for the S5M8767 PMIC
by Simon Glass
· 9 years ago
9fa8e9c
dm: power: Add support for TPS65090 FETs
by Simon Glass
· 9 years ago
c087111
dm: power: Add a new driver for the TPS65090 PMIC
by Simon Glass
· 9 years ago
8ed4bc1
exynos: Enable the debug UART in SPL
by Simon Glass
· 9 years ago
74afb29
exynos: Add debug UART support for Samsung S5P serial
by Simon Glass
· 9 years ago
405fd14
exynos: serial: Refactor init code for debug UART
by Simon Glass
· 9 years ago
eb2cc51
cros_ec: Support the LDO access method used by spring
by Simon Glass
· 9 years ago
9ad07af
dm: cros_ec: Convert the I2C tunnel code to use driver model
by Simon Glass
· 9 years ago
Next »