Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
309686c2b1b6c83d6e048db200343888b509c797
309686c
pinctrl: at91-pio4: Add pinctrl driver
by Wenyou Yang
· Wed Jul 20 17:16:27 2016 +0800
0b97152
gpio: atmel_pio4: Rework to support DM & DT
by Wenyou Yang
· Wed Jul 20 17:16:26 2016 +0800
312bf89
gpio: atmel_pio4: Move PIO4 definitions to head file
by Wenyou Yang
· Wed Jul 20 17:16:25 2016 +0800
9e6a0d4
clk.h: inline clk_get_by_name()
by Andreas Bießmann
· Mon Aug 15 21:04:41 2016 +0200
8c772bd
clk: at91: Add clock driver
by Wenyou Yang
· Wed Jul 20 17:55:12 2016 +0800
ec951ad
tpm: atmel_twi: Make compatible with DM I2C busses
by mario.six@gdsys.cc
· Mon Jul 18 13:47:45 2016 +0200
3fc83c0
i2c: atmel: DT binding for i2c driver
by Songjun Wu
· Mon Jun 20 13:22:39 2016 +0800
26d8828
i2c: atmel: add i2c driver
by Songjun Wu
· Mon Jun 20 13:22:38 2016 +0800
5cd3727
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· Fri Aug 12 16:00:50 2016 -0400
0163269
misc: add "call" uclass op
by Stephen Warren
· Mon Aug 08 09:41:33 2016 -0600
f7f311d
power: pmic: act8846: add missing newline to debug statements
by John Keeping
· Sun Aug 07 12:55:40 2016 +0100
bfea23a
power: regulator: act8846: fix reading values
by John Keeping
· Sun Aug 07 12:55:39 2016 +0100
7d30e10
fdt: allow fdtdec_get_addr_size_*() to translate addresses
by Stephen Warren
· Fri Aug 05 09:47:51 2016 -0600
c99581b
fdt_support: fdt_translate_address() blob const correctness
by Stephen Warren
· Fri Aug 05 09:47:50 2016 -0600
78cd22a
kconfig: use bool instead of boolean for type definition attributes
by Masahiro Yamada
· Fri Aug 12 10:26:50 2016 +0900
cdfbe97
defconfig: am43xx_evm: enable eth driver model
by Mugunthan V N
· Thu Aug 11 14:27:04 2016 +0530
f9f4ced
drivers: net: cpsw: always flush cache of size aligned to PKTALIGN
by Lokesh Vutla
· Thu Aug 11 13:00:59 2016 +0530
bd37c7d
configs: dra7xx_evm: enable eth driver model
by Mugunthan V N
· Wed Aug 10 22:05:03 2016 +0530
5321dee
ARM: dra7xx_evm: Enable regulator DM support
by Vignesh R
· Wed Aug 10 15:17:21 2016 +0530
5e1f11e
ARM: dts: dra7xx-evm: add evm_3v3_sd regulator
by Vignesh R
· Wed Aug 10 15:17:20 2016 +0530
67aaa6d
common: image: Add support for post-processing of images
by Andreas Dannenberg
· Wed Jul 27 12:12:39 2016 -0500
8857405
drivers/sysreset: group sysreset drivers
by Max Filippov
· Sun Aug 07 08:53:00 2016 +0300
4568296
ARM: non-sec: flush code cacheline aligned
by Stefan Agner
· Wed Aug 03 13:08:55 2016 -0700
70ab454
i2c: Drop redundant platform data setting in drivers
by Simon Glass
· Fri Aug 05 21:35:27 2016 -0600
2c615b0
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
by Tom Rini
· Thu Aug 11 10:45:53 2016 -0400
5abb9eb
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· Thu Aug 11 07:22:55 2016 -0400
0ae5c5a
ARM: uniphier: add PSCI support for UniPhier ARMv7 SoCs
by Masahiro Yamada
· Wed Aug 10 16:08:49 2016 +0900
f98afb6
ARM: uniphier: add uniphier_cache_set_active_ways()
by Masahiro Yamada
· Wed Aug 10 16:08:48 2016 +0900
983b3d3
ARM: uniphier: add uniphier_cache_inv_way() to support way invalidation
by Masahiro Yamada
· Wed Aug 10 16:08:47 2016 +0900
6dace91
ARM: uniphier: fix CONFIG_SYS_CACHELINE_SIZE when outer cache is on
by Masahiro Yamada
· Wed Aug 10 16:08:46 2016 +0900
bf44dde
ARM: uniphier: move (and rename) CONFIG_UNIPHIER_L2CACHE_ON to Kconfig
by Masahiro Yamada
· Wed Aug 10 16:08:45 2016 +0900
f846a2b
ARM: uniphier: move outer cache register macros to .c file
by Masahiro Yamada
· Wed Aug 10 16:08:44 2016 +0900
54fb0a4
ARM: uniphier: reuse uniphier_cache_disable() for lowlevel_init
by Masahiro Yamada
· Wed Aug 10 16:08:43 2016 +0900
df64901
ARM: uniphier: export uniphier_cache_enable/disable functions
by Masahiro Yamada
· Wed Aug 10 16:08:42 2016 +0900
9ff0acf
ARM: uniphier: move lowlevel debug init code after page table switch
by Masahiro Yamada
· Wed Aug 10 16:08:41 2016 +0900
659484f
ARM: uniphier: fix ROM boot mode for PH1-sLD3
by Masahiro Yamada
· Wed Aug 10 16:08:40 2016 +0900
6caf51c
ARM: uniphier: refactor L2 zero-touching code in lowlevel_init
by Masahiro Yamada
· Wed Aug 10 16:08:39 2016 +0900
2c8df19
ARM: uniphier: do not compile v7_outer_cache_disable if L2 is disabled
by Masahiro Yamada
· Wed Aug 10 16:08:38 2016 +0900
487b5fe
ARM: uniphier: support prefetch and touch operations for outer cache
by Masahiro Yamada
· Wed Aug 10 16:08:37 2016 +0900
5ffada9
ARM: uniphier: refactor outer cache code
by Masahiro Yamada
· Wed Aug 10 16:08:36 2016 +0900
1715553
Merge git://www.denx.de/git/u-boot-ppc4xx
by Tom Rini
· Tue Aug 09 07:16:01 2016 -0400
5600d9c
eth: asix88179: Add support for the driver model
by Alban Bedel
· Tue Aug 09 11:10:03 2016 +0200
c51acfa
eth: asix88179: Prepare supporting the driver model
by Alban Bedel
· Tue Aug 09 11:10:02 2016 +0200
bd85566
ppc4xx: Fix platform support
by Dirk Eibach
· Mon Aug 01 16:34:49 2016 +0200
c344b6a
i2c: i2c-uclass-compat: avoid any BSS usage
by Vignesh R
· Mon Jul 25 16:26:45 2016 +0530
601db1f
efi_loader: disk: Sanitize exposed devices
by Alexander Graf
· Fri Aug 05 14:51:47 2016 +0200
34118e7
efi_loader: disk: Fix CONFIG_BLK breakage
by Alexander Graf
· Fri Aug 05 14:49:53 2016 +0200
5958cbe
tiny-printf: Adjust to avoid using data section
by Simon Glass
· Thu Aug 04 21:58:14 2016 -0600
97d13f9
configs: k2l_evm: add random eth address support
by Mugunthan V N
· Tue Aug 02 12:01:15 2016 +0530
4d9b7fa
configs: k2e_evm: add random eth address support
by Mugunthan V N
· Tue Aug 02 12:01:14 2016 +0530
849865a
configs: k2hk_evm: add random eth address support
by Mugunthan V N
· Tue Aug 02 12:01:13 2016 +0530
1bf9c6f
drivers: net: keystone_net: add support for multi slave ethernet
by Mugunthan V N
· Tue Aug 02 12:01:12 2016 +0530
b499a3c
drivers: net: keystone_net: fix line termination with semi-colon
by Mugunthan V N
· Tue Aug 02 12:01:11 2016 +0530
f648579
ARM: dts: dra72-evm: Add mode-gpios entry for mac node
by Vignesh R
· Tue Aug 02 10:14:28 2016 +0530
8e9473d
net: cpsw: Add support to drive gpios for ethernet to be functional
by Vignesh R
· Tue Aug 02 10:14:27 2016 +0530
b28d050
ARM: dts: dra7xx: Add u-boot specific property for PCF8575 nodes
by Vignesh R
· Tue Aug 02 10:14:26 2016 +0530
d3bcec6
ARM: dra7xx_evm: Enable support for TI PCF8575
by Vignesh R
· Tue Aug 02 10:14:25 2016 +0530
0caf07c
gpio: Add driver for TI PCF8575 I2C GPIO expander
by Vignesh R
· Tue Aug 02 10:14:24 2016 +0530
de62790
spl_nor.c: Support devicetree sizes different from 16k
by Mike Looijmans
· Tue Jul 26 07:34:07 2016 +0200
dec81d0
eth: asix88179: Fix receiving on big endian system
by Alban Bedel
· Wed Aug 03 08:14:41 2016 +0200
10a6e1c
eth: asix88179: Add VID:DID for Cypress GX3 USB Ethernet Adapter
by Alban Bedel
· Wed Aug 03 08:14:40 2016 +0200
51a3e9d
arm: ls1021a: Enable CONFIG_DM_USB in defconfigs
by Rajesh Bhagat
· Fri Jul 01 18:51:49 2016 +0530
a1bc99d
dm: ls1021a: dts: Update USB 3.0 node to support DM USB
by Rajesh Bhagat
· Fri Jul 01 18:51:48 2016 +0530
885f29a
usb: xhci: fsl: Add code to use CONFIG_DM_USB
by Rajesh Bhagat
· Fri Jul 01 18:51:47 2016 +0530
48c5c51
usb: ehci: fsl: Add code to use CONFIG_DM_USB
by Rajesh Bhagat
· Fri Jul 01 18:51:46 2016 +0530
2542d96
drivers: usb: fsl: Make function for initialization to use in CONFIG_DM_USB
by Rajesh Bhagat
· Fri Jul 01 18:51:45 2016 +0530
59cfdc0
usb: add (move) CONFIG_USB_HOST to Kconfig
by Masahiro Yamada
· Mon Aug 01 00:16:34 2016 +0900
718ba3c
usb: add CONFIG_USB_UHCI_HCD in Kconfig
by Masahiro Yamada
· Mon Aug 01 00:16:33 2016 +0900
78a9c79
usb: add CONFIG_USB_OHCI_HCD in Kconfig
by Masahiro Yamada
· Mon Aug 01 00:16:32 2016 +0900
47c5097
net: usb: r8152: Add DM support
by Stefan Roese
· Wed Jun 29 07:58:05 2016 +0200
5c363c1
dm: ehci-mx6: support driver model
by Peng Fan
· Fri Jun 17 14:19:27 2016 +0800
91b2c19
spi: cadence_qspi_apb: Ensure baudrate doesn't exceed max value
by Chin Liang See
· Sun Aug 07 22:50:40 2016 +0800
f279505
ARM: socfpga: use the default CONFIG_BOOTDELAY=2
by Masahiro Yamada
· Mon Jul 25 01:38:53 2016 +0900
f61e4bc
Merge git://git.denx.de/u-boot-rockchip
by Tom Rini
· Sat Aug 06 11:38:14 2016 -0400
1937380
zynq_sdhci.c: Fix warning in arasan_sdhci_probe
by Tom Rini
· Fri Aug 05 17:34:55 2016 -0400
2befe0c
Merge branch 'master' of git://git.denx.de/u-boot-tegra
by Tom Rini
· Fri Aug 05 14:09:15 2016 -0400
8b46997
Merge branch 'master' of git://git.denx.de/u-boot-mmc
by Tom Rini
· Fri Aug 05 09:15:55 2016 -0400
cd088e2
configs: Fix mmc rescan misuses
by Karl Beldan
· Tue Aug 02 10:36:17 2016 +0000
15bd26c
mkimage: Fix argument parsing with signature comment
by Karl Beldan
· Tue Aug 02 18:57:14 2016 +0000
2ca7311
test: Adjust run_command_list() to return a list of strings
by Simon Glass
· Sun Jul 31 17:35:09 2016 -0600
37c2ce1
test: Add a function to restart U-Boot
by Simon Glass
· Sun Jul 31 17:35:08 2016 -0600
2a40d83
test: vboot: Put each test variant in its own section
by Simon Glass
· Sun Jul 31 17:35:07 2016 -0600
f223c73
test: Rename sha to sha_algo and pass it around
by Simon Glass
· Sun Jul 31 17:35:06 2016 -0600
ba8116c
test: Drop the cmd() function
by Simon Glass
· Sun Jul 31 17:35:05 2016 -0600
d5deca0
test: Fix typos in comments
by Simon Glass
· Sun Jul 31 17:35:04 2016 -0600
95adb80
test: Check exit status in run_and_log_expect_exception()
by Simon Glass
· Sun Jul 31 17:35:03 2016 -0600
dc3ab7e
test: Fix typos and tidy up
by Simon Glass
· Sun Jul 31 17:35:02 2016 -0600
90f3114
Makefile: Allow 'make tests' to run tests
by Simon Glass
· Sun Jul 31 17:35:01 2016 -0600
fa3754e
armv8: mmu: Detect page table overflow in emergency pt creation
by Alexander Graf
· Sat Jul 30 23:13:03 2016 +0200
f1d070d
cmd: gpt: fix the wrong size parse for the last partition
by Kever Yang
· Fri Jul 29 11:12:18 2016 +0800
df40778
omap3: Drop omap3_evm_quick_* targets
by Tom Rini
· Wed Jul 27 22:29:42 2016 -0400
1b7dcc3
rockchip: remove log2 reimplementation from clock drivers
by Heiko Stübner
· Fri Jul 22 23:51:06 2016 +0200
48380f2
config: rk3399: enable dwmmc controller
by Kever Yang
· Thu Aug 04 11:45:00 2016 +0800
7017616
dts: rk3399: enable dwmmc for sdcard
by Kever Yang
· Thu Aug 04 11:44:59 2016 +0800
dc850de
clock: rk3399: add support for dwmmc 400K
by Kever Yang
· Thu Aug 04 11:44:58 2016 +0800
9387b2c
configs: rk3399: add gpt and fs support
by Kever Yang
· Thu Aug 04 11:40:29 2016 +0800
b653b47
rockchip: add usb mass storage feature support for rk3288
by Xu Ziyuan
· Wed Aug 03 11:55:06 2016 +0800
05c3ca6
rockchip: add basic partitions support for rk3288
by Xu Ziyuan
· Wed Aug 03 11:55:05 2016 +0800
535b3dc
rockchip: add support for rk3288 miniarm board
by Xu Ziyuan
· Mon Aug 01 08:46:19 2016 +0800
4776f0b
move: rockchip: move clock drivers into a subdirectory
by Heiko Stübner
· Fri Jul 29 14:47:21 2016 +0200
Next »