Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
246ba26b1ab6adb238c7403853b62b65d536f206
246ba26
dm: usb: Document that mixing DM_DEVICE_REMOVE and DM_USB is a bad idea
by Hans de Goede
· 9 years ago
f97c8e2
dm: usb: Fix "usb tree" output
by Hans de Goede
· 9 years ago
a608ba6
dm: Export device_remove_children / device_unbind_children
by Hans de Goede
· 9 years ago
b869574
usb: Add an usb_device parameter to usb_reset_root_port
by Hans de Goede
· 9 years ago
25293e4
usb: Pass device instead of portnr to usb_legacy_port_reset
by Hans de Goede
· 9 years ago
778dc1c
usb: usb_setup_device: Drop unneeded portnr function argument
by Hans de Goede
· 9 years ago
3db6d8e
usb: Drop device-model specific copy of usb_legacy_port_reset
by Hans de Goede
· 9 years ago
cb11031
dm: remove redundant CONFIG_DM from driver/core/Makefile
by Masahiro Yamada
· 9 years ago
7ea9395
dm: do not set DM_FLAG_ACTIVATED twice
by Masahiro Yamada
· 9 years ago
1d06ced
dm: change dm_warn() message into debug() in uclass_add()
by Masahiro Yamada
· 9 years ago
265142a
test: Add a test for regmap
by Simon Glass
· 9 years ago
ead6497
dm: core: Add device checking to syscon_get_regmap()
by Simon Glass
· 9 years ago
7e1cebf
test: Add a macro to check that a value is not an error pointer
by Simon Glass
· 9 years ago
cf61f74
dm: test: Add a size to each reg property
by Simon Glass
· 9 years ago
cd55652
dm: test: Add a test for the system controller uclass
by Simon Glass
· 9 years ago
d783eb3
dm: test: Add a test for the LED uclass
by Simon Glass
· 9 years ago
bf3ac819
led: Return -ENODEV if the LED device cannot be found
by Simon Glass
· 9 years ago
d3e58e4
dm: test: Add a test for the mmc uclass
by Simon Glass
· 9 years ago
3d355e6
dm: test: Add a test for the ram uclass
by Simon Glass
· 9 years ago
5d72d71
dm: test: Add a test for the reset uclass
by Simon Glass
· 9 years ago
d860f22
sandbox: Use the reset driver to handle reset
by Simon Glass
· 9 years ago
a439f0a
sandbox: Add a warm and cold reset driver
by Simon Glass
· 9 years ago
249e34e
dm: reset: Allow reset_walk() to return
by Simon Glass
· 9 years ago
493061d
sandbox: Support multiple reset types
by Simon Glass
· 9 years ago
8cc4d82
dm: test: Add tests for the clk uclass
by Simon Glass
· 9 years ago
5b0e996
dm: test: Allow test names to leave out the dm_test_ prefix
by Simon Glass
· 9 years ago
8a42cbf
dm: Add platform data advice and admonishment
by Simon Glass
· 9 years ago
869b049
power: pmic: Use trailing_strtol() instead of a local function
by Simon Glass
· 9 years ago
36ad234
dm: Add a clock uclass
by Simon Glass
· 9 years ago
2aafefa
zynq: Rename struct clk_ops to zynq_clk_ops
by Simon Glass
· 9 years ago
1400086
dm: Add a system reset uclass
by Simon Glass
· 9 years ago
139651f
mkimage: Set up a file size parameter and keep it updated
by Simon Glass
· 9 years ago
32f72f5
spl: Add a debug string before the jump to U-Boot
by Simon Glass
· 9 years ago
fa2a4db
dm: spl: Allow device tree/driver model in board_init_f()
by Simon Glass
· 9 years ago
63884ec
fdt: Provide debug info when a device tree cannot be found
by Simon Glass
· 9 years ago
4aaa460
lib: Add function to extract a number from the end of a string
by Simon Glass
· 9 years ago
d0d58d2
Add rivest cipher 4 (rc4) implementation
by Simon Glass
· 9 years ago
9246516
ns16550: Improve debug UART so it can work with 32-bit access
by Simon Glass
· 9 years ago
d941aaf
dm: spi: Make local functions static
by Simon Glass
· 9 years ago
3a2f3bd
dm: Add support for RAM drivers
by Simon Glass
· 9 years ago
49d06d2
Drop CONFIG_ERRNO_STR from SPL
by Simon Glass
· 9 years ago
3513beb
dm: power: Allow use of regulators in SPL
by Simon Glass
· 9 years ago
c3f21c3
dm: pmic: Add functions to adjust PMIC registers
by Simon Glass
· 9 years ago
7f68521
dm: power: Use debug() for errors in regulator uclass
by Simon Glass
· 9 years ago
efeeb2c
dm: power: Add a function to set up all regulators
by Simon Glass
· 9 years ago
46cb824
dm: pmic: Split output from function
by Simon Glass
· 9 years ago
991f9bc
dm: power: Add regulator flags to centralise auto-set logic
by Simon Glass
· 9 years ago
ad28e00
dm: power: Avoid case-insensitve match for child names
by Simon Glass
· 9 years ago
c358881
mmc: Add structure comments for dwmmc
by Simon Glass
· 9 years ago
f22851a
dm: mmc: Allow driver model to be used for MMC in SPL
by Simon Glass
· 9 years ago
a4343c4
mmc: Add debug() output on read errors
by Simon Glass
· 9 years ago
1e8eb1b
dm: mmc: Add an MMC uclass
by Simon Glass
· 9 years ago
5614db8
spl: Add debugging info for spl_mmc boot
by Simon Glass
· 9 years ago
5a9390b
dm: led: Add a driver for GPIO-controlled LEDs
by Simon Glass
· 9 years ago
cce3aed
dm: Add support for LEDs
by Simon Glass
· 9 years ago
6a84aaf
dm: Add support for generic system controllers (syscon)
by Simon Glass
· 9 years ago
ad8f8ab
dm: Add support for register maps (regmap)
by Simon Glass
· 9 years ago
047cdb3
dm: gpio: Add dm_gpio_request() to manually request a GPIO
by Simon Glass
· 9 years ago
215bcc7
dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO name
by Simon Glass
· 9 years ago
382b0c4
dm: gpio: Allow GPIO uclass to be used in SPL
by Simon Glass
· 9 years ago
861bc9f
dm: core: Correct device_get_child_by_of_offset() parameter
by Simon Glass
· 9 years ago
ae2efac
dm: core: Add a function to find any device from device tree
by Simon Glass
· 9 years ago
f204ff7
dm: core: Use debug() instead of printf() for failures
by Simon Glass
· 9 years ago
d9f9a89
dm: Move the tree/uclass dump code into its own file
by Simon Glass
· 9 years ago
1fa4c71
sandbox: Drop special-case sandbox console code
by Simon Glass
· 9 years ago
7dd27e0
dm: Allow debug UART to support an early console
by Simon Glass
· 9 years ago
2a8a053
debug_uart: Remove use of asmlinkage
by Simon Glass
· 9 years ago
d61718b
Add a way of checking the position of a structure member
by Simon Glass
· 9 years ago
06f1c74
dm: arm: Put driver model I2C drivers before legacy ones
by Simon Glass
· 9 years ago
89caf33
dm: Reduce SPL device tree size
by Simon Glass
· 9 years ago
07c6b84
fdt: Add fdtgrep tool
by Simon Glass
· 9 years ago
35b2152
fdt: Add fdt_first/next_region() functions
by Simon Glass
· 9 years ago
e2976fe
fdt: Add a function to remove unused strings from a device tree
by Simon Glass
· 9 years ago
434a31b
mkimage: Display a better list of available image types
by Simon Glass
· 9 years ago
935655e
sandbox: Enable dhry command
by Simon Glass
· 9 years ago
99dbe4b
Add a dhrystone benchmark command
by Simon Glass
· 9 years ago
22dda3e
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 9 years ago
d75fcc5
armv8/fsl-lsch3: Fix TCR_EL3 for the final MMU setup.
by Zhichun Hua
· 9 years ago
5d849ac
armv8: Fix TCR macros for shareability attribute
by Zhichun Hua
· 9 years ago
bc7cb5f
armv8/ls2085a/defconfig: Enable FSL_DSPI, OF_CONTROL and DM support
by Haikun.Wang@freescale.com
· 9 years ago
7e3180d
armv8/ls2085ardb: Enable DSPI flash support for LS2085ARDB
by Haikun Wang
· 9 years ago
9547c5d
armv8/ls2085aqds: Enable DSPI flash support for LS2085AQDS
by Haikun Wang
· 9 years ago
b8a258c
armv8/ls2085ardb: DSPI pin muxing configure through QIXIS CPLD
by Haikun.Wang@freescale.com
· 9 years ago
a6cd9da
armv8/ls2085aqds: DSPI pin muxing configure through QIXIS
by Haikun Wang
· 9 years ago
a51063e
armv8/ls2085a: Enable DSPI get input clk form 'mxc_get_clock'
by Haikun Wang
· 9 years ago
94c21bb
arm/dts/ls2085a: Add dts files for LS2085AQDS and LS2085ARDB
by Haikun Wang
· 9 years ago
4d513af
arm/dts/ls2085a: Add DSPI dts node
by Haikun Wang
· 9 years ago
09d1cfb
arm/dts/ls2085a: Bring in ls2085a dts files from linux kernel
by Haikun Wang
· 9 years ago
1031934
arm/ls102xa: Add little-endian mode support for audio IPs
by Alison Wang
· 9 years ago
13d2bb7
arm/ls102xa: Add PSCI support for ls102xa
by Wang Dongsheng
· 9 years ago
f8fc7be
ARMv7: Factor out reusable timer_wait from sunxi/psci_sun7i.S
by Wang Dongsheng
· 9 years ago
a304d45
arm: ls1021a: Remove the inappropriate use of the function 'sprintf'
by Alison Wang
· 10 years ago
2c0a13d
board/ls2085a: Increase kernel_size value in env variable
by Prabhakar Kushwaha
· 9 years ago
7b3a6bc
board/ls2085rdb: Export functions for standalone AQ FW load apps
by Prabhakar Kushwaha
· 9 years ago
c7d10d8
driver/ldpaa_eth:Avoid infinite loop in ldpaa_eth_rx
by Prabhakar Kushwaha
· 9 years ago
37ed1a6
driver/ldpaa_eth: Avoid TX conf frames
by Prabhakar Kushwaha
· 9 years ago
be0c955
driver/ldpaa_eth: Add timeout handling DQRR entry read
by Prabhakar Kushwaha
· 9 years ago
20c3010
driver/ldpaa_eth: Retry enqueue if portal was busy
by Prabhakar Kushwaha
· 9 years ago
eaea504
armv8/fsl-lsch3: device tree fixups for PCI stream IDs
by Stuart Yoder
· 9 years ago
a2bdb77
drivers/fsl-mc: dynamically create ICID pool in DPC
by Stuart Yoder
· 9 years ago
Next »