Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
74674ed5dad68714c36d357fb4c667cf06bdd3d5
74674ed
ext4: Correct block number handling, empty block vs. error code
by Stefan Brüns
· Tue Sep 06 04:36:55 2016 +0200
0352713
ext4: remove duplicated block release code for extents
by Stefan Brüns
· Tue Sep 06 04:36:54 2016 +0200
7d936db
ext4: initialize full inode for inodes bigger than 128 bytes
by Stefan Brüns
· Tue Sep 06 04:36:53 2016 +0200
b1e9214
ext4: Use correct value for inode size even on revision 0 filesystems
by Stefan Brüns
· Tue Sep 06 04:36:52 2016 +0200
338a529
ext4: Fix memory leak in case of failure
by Stefan Brüns
· Tue Sep 06 04:36:51 2016 +0200
6303191
ext4: Avoid out-of-bounds access of block bitmap
by Stefan Brüns
· Tue Sep 06 04:36:50 2016 +0200
693f791
ext4: After completely filled group, scan next group from the beginning
by Stefan Brüns
· Tue Sep 06 04:36:49 2016 +0200
dbe7205
ext4: Do not clear zalloc'ed buffers a second time
by Stefan Brüns
· Tue Sep 06 04:36:48 2016 +0200
b7cdac0
ext4: Only update number of of unused inodes if GDT_CSUM feature is set
by Stefan Brüns
· Tue Sep 06 04:36:47 2016 +0200
9139715
ext4: Scan all directory blocks when looking up an entry
by Stefan Brüns
· Tue Sep 06 04:36:46 2016 +0200
57db899
ext4: Avoid corruption of directories with hash tree indexes
by Stefan Brüns
· Tue Sep 06 04:36:45 2016 +0200
f577281
ext4: Scan all directory blocks for space when inserting a new entry
by Stefan Brüns
· Tue Sep 06 04:36:44 2016 +0200
2bef689
ext4: Do not crash when trying to grow a directory using extents
by Stefan Brüns
· Tue Sep 06 04:36:43 2016 +0200
c102068
ext4: propagate error if creation of directory entry fails
by Stefan Brüns
· Tue Sep 06 04:36:42 2016 +0200
278f5d3
ext4: fix possible crash on directory traversal, ignore deleted entries
by Stefan Brüns
· Tue Sep 06 04:36:41 2016 +0200
59c9a8b
ext4: fix wrong usage of le32_to_cpu()
by Michael Walle
· Mon Aug 29 10:46:46 2016 +0200
13179c2
ext4: fix endianess problems in ext4 write support
by Michael Walle
· Thu Sep 01 11:21:40 2016 +0200
c07cdcb
ext4: use kernel names for byte swaps
by Michael Walle
· Mon Aug 29 10:46:44 2016 +0200
2a81961
ext4: change structure fields to __le/__be types
by Michael Walle
· Mon Aug 29 10:46:43 2016 +0200
67a47e8
test/fs: Check writes using "." (same dir) relative path
by Stefan Brüns
· Wed Sep 14 01:01:31 2016 +0200
6771dd0
test/fs: Check ext4 behaviour if dirent is first entry in directory block
by Stefan Brüns
· Wed Sep 14 01:01:30 2016 +0200
4171e9b
test/fs: strip noise from filesystem code prior to checking results
by Stefan Brüns
· Wed Sep 14 01:01:29 2016 +0200
b238160
test/fs: remove use of undefined WRITE_FILE variable
by Stefan Brüns
· Wed Sep 14 01:01:28 2016 +0200
24d8480
test/fs: Restructure file path specification to allow some flexibility
by Stefan Brüns
· Wed Sep 14 01:01:27 2016 +0200
95dbded
cmd/fat: Do not crash on write when <bytes> is not specified
by Stefan Brüns
· Sun Sep 11 22:51:42 2016 +0200
1499940
fs/fat: Correct description of determine_fatent function
by Stefan Brüns
· Sun Sep 11 22:51:41 2016 +0200
751b31d
fs/fat: Do not write unmodified fat entries to disk
by Stefan Brüns
· Sun Sep 11 22:51:40 2016 +0200
6c617d6
fs/fat: Remove two statements without effect
by Stefan Brüns
· Sun Sep 11 22:51:39 2016 +0200
7972fc9
Merge git://git.denx.de/u-boot-rockchip
by Tom Rini
· Thu Sep 22 16:51:19 2016 -0400
67d7dde
ns16650: Make sure we have CONFIG_CLK set before using infrastructure
by Tom Rini
· Thu Sep 22 15:36:45 2016 -0400
ccc4000
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
by Tom Rini
· Thu Sep 22 13:34:55 2016 -0400
02bf5b8
ARM: dts: uniphier: sync clock/reset controller nodes with Linux
by Masahiro Yamada
· Thu Sep 22 07:42:23 2016 +0900
c3a29fe
clk: uniphier: allow to have clock node under syscon node
by Masahiro Yamada
· Thu Sep 22 07:42:22 2016 +0900
f18559e
clk: uniphier: move U_BOOT_DRIVER entry to core code
by Masahiro Yamada
· Thu Sep 22 07:42:21 2016 +0900
630c99f
clk: uniphier: constify clock data arrays/structures
by Masahiro Yamada
· Thu Sep 22 07:42:20 2016 +0900
090785d
ARM: uniphier: add PLL init code for LD11 SoC
by Masahiro Yamada
· Thu Sep 22 07:42:19 2016 +0900
8bcd0ec
ARM: uniphier: move CONFIG_SPL_* to defconfig or select
by Masahiro Yamada
· Tue Sep 20 14:27:00 2016 +0900
505dcd2
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· Thu Sep 22 11:36:45 2016 -0400
a274563
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· Thu Sep 22 11:36:23 2016 -0400
a986cf7
Makefile: rm u-boot.cfg dependencies are missing
by Stephen Warren
· Mon Sep 19 12:20:26 2016 -0600
95b3006
Makefile: use if_change_dep for u-boot.cfg
by Stephen Warren
· Mon Sep 19 12:20:25 2016 -0600
b65ce46
test/py/tests/test_vboot.py: Add check that we boot the image
by Tom Rini
· Sun Sep 18 09:46:58 2016 -0400
14171b1
image-fit: Fix fit_get_node_from_config semantics
by Paul Burton
· Tue Sep 20 18:17:12 2016 +0100
4051462
clk: rk3288: add PWM clock get rate
by Kever Yang
· Fri Aug 12 17:57:05 2016 +0800
e54d26a
clk: rk3399: add pmucru controller support
by Kever Yang
· Fri Aug 12 17:47:15 2016 +0800
6f64d00
rk3399: add a empty "sys_proto.h" header file
by Kever Yang
· Thu Sep 01 10:14:20 2016 +0800
68728e8
rockchip: rk3288: skip lowlevel_init process
by Xu Ziyuan
· Sat Aug 27 21:53:14 2016 +0800
b139529
board: evb-rk3399: enable usb 2.0 host vbus power on board_init
by Kever Yang
· Wed Aug 24 12:02:22 2016 +0800
0759d8b
config: evb-rk3399: enable fixed regulator
by Kever Yang
· Wed Aug 24 12:02:23 2016 +0800
e19fe4c
dts: rk3399-evb: add regulator-fixed for usb host vbus
by Kever Yang
· Wed Aug 24 12:02:21 2016 +0800
f15293c
dts: rk3399: add dwc3_typec node for rk3399
by MengDongyang
· Wed Aug 24 12:02:20 2016 +0800
0a8ea09
config: rk3399: add usb related configs
by MengDongyang
· Wed Aug 24 12:02:19 2016 +0800
84e841b
usb: host: add Kconfig for USB_XHCI_ROCKCHIP
by Kever Yang
· Wed Sep 21 11:35:42 2016 +0800
f0bf5de
rockchip: select DM_USB for rockchip SoC
by MengDongyang
· Wed Aug 24 12:02:18 2016 +0800
eb0e049
usb: xhci-rockchip: add rockchip dwc3 controller driver
by MengDongyang
· Wed Aug 24 12:02:17 2016 +0800
52ead2f
rk3288: add arch_cpu_init for rk3288
by Kever Yang
· Fri Aug 12 17:58:12 2016 +0800
92e404a
rk_pwm: remove grf setting code from driver
by Kever Yang
· Fri Aug 12 17:58:02 2016 +0800
aee175e
rk_pwm: use clock framework API to get module clock
by Kever Yang
· Fri Aug 12 17:57:48 2016 +0800
b0459bd
rockchip: use dummy byte only enable OF_PLATDATA
by Xu Ziyuan
· Fri Aug 12 15:43:48 2016 +0800
56b4595
dts: rk3399: add pinctrl for sdmmc
by Kever Yang
· Tue Aug 16 17:58:14 2016 +0800
6d26c06
rk3399: enable the pwm2/3 pinctrl in board init
by Kever Yang
· Tue Aug 16 17:58:13 2016 +0800
4725487
config: evb-rk3399: enable pinctrl driver
by Kever Yang
· Tue Aug 16 17:58:12 2016 +0800
c4d9c49
pinctrl: add driver for rk3399
by Kever Yang
· Tue Aug 16 17:58:11 2016 +0800
e3eba16
rk3399: syscon: add support for pmugrf
by Kever Yang
· Tue Aug 16 17:58:10 2016 +0800
b66f80b
configs: fsl: Move SPI/SPI-FLASH configs to defconfig
by Jagan Teki
· Thu Sep 22 01:25:48 2016 +0530
467c629
spi: Kconfig: Move FSL_QSPI entry to non-dm place
by Jagan Teki
· Sat Sep 03 12:58:33 2016 +0530
885c1f6
zynqmp: Remove unnnecessary board config file for dc4
by Siva Durga Prasad Paladugu
· Mon Aug 01 10:19:38 2016 +0530
f5140be
ARM64: zynqmp: Use the same name for atf image everywhere
by Michal Simek
· Wed Sep 21 11:42:58 2016 +0200
c4bc227
ARM64: zynqmp: Enable CONFIG_AHCI via Kconfig
by Michal Simek
· Wed Sep 07 13:16:31 2016 +0200
8111aff
ARM64: zynqmp: Add support for chip ID detection
by Michal Simek
· Mon Feb 01 15:05:58 2016 +0100
460fdce
fpga: xilinx: zynqmp: Add PL bitstream download support for ZynqMP
by Siva Durga Prasad Paladugu
· Wed Jan 13 16:25:37 2016 +0530
484ca52
ARM64: zynqmp: Fix USB ulpi phy sequence
by Michal Simek
· Tue Aug 16 15:40:05 2016 +0200
3eb32de
ARM64: zynqmp: Add support for USB ulpi phy reset via mode pins
by Michal Simek
· Mon Aug 15 09:41:36 2016 +0200
12398ea
ARM64: zynqmp: Add support for DFU from SPL
by Michal Simek
· Fri Aug 19 14:14:52 2016 +0200
79f2327
ARM: Add new BOOT_DEVICE_DFU boot mode
by Michal Simek
· Tue Aug 30 15:38:57 2016 +0200
203a944
ARM64: zynqmp: Add USB boot mode
by Michal Simek
· Fri Apr 29 13:00:10 2016 +0200
89e1f76
ARM64: zynqmp: Move BSS location to the beginning of ram
by Michal Simek
· Tue Aug 30 14:58:46 2016 +0200
ebbac2f
spi: zynq: Use variable to remove u32 to u64 conversions
by Michal Simek
· Thu Sep 01 12:51:27 2016 +0200
76d0a77
ARM64: zynqmp: Fix usb_gadget_handle_interrupt routine
by Michal Simek
· Thu Sep 01 11:16:40 2016 +0200
94ddcaa
ARM64: zynqmp: Force certain bootmode for SPL
by Michal Simek
· Tue Aug 30 16:17:27 2016 +0200
ea526be
ARM64: zynqmp: Wire up both USBs available on ZynqMP
by Michal Simek
· Mon Aug 08 10:11:26 2016 +0200
e34f1f6
fpga: Add Kconfig to fpga subsystem
by Michal Simek
· Mon Sep 19 10:41:55 2016 +0200
bafe135
omap4_panda: Disable ext2/3/4 support in SPL
by Tom Rini
· Wed Sep 21 18:38:41 2016 -0400
b3e2e29
clk.h: Add <asm/errno.h>
by Tom Rini
· Wed Sep 21 17:56:01 2016 -0400
235afa8
sf: Move flags macro's to spi_flash_params{} members
by Jagan Teki
· Mon Aug 08 19:25:55 2016 +0530
ca40ea2
sf: Add CONFIG_SPI_FLASH_USE_4K_SECTORS in spi_flash
by Jagan Teki
· Mon Aug 08 17:23:56 2016 +0530
fbf356b
sf: Remove SECT_32K
by Jagan Teki
· Mon Aug 08 17:19:08 2016 +0530
f8c4087
spi: Remove SPI_RX_FAST
by Jagan Teki
· Wed Aug 10 20:48:14 2016 +0530
96536b1
spi: Use mode for rx mode flags
by Jagan Teki
· Mon Aug 08 17:12:12 2016 +0530
e48876b
sf: Remove e_rd_cmd from param table
by Jagan Teki
· Mon Aug 08 17:02:18 2016 +0530
b678539
sf: Simplify fastest read cmd code
by Jagan Teki
· Mon Aug 08 16:50:45 2016 +0530
62ef1f0
spi: ti_qspi: Remove unnecessary udelay for AM437x
by Vignesh R
· Wed Sep 07 15:18:23 2016 +0530
b007997
spi: ti_qspi: use 128 bit transfer mode when writing to flash
by Vignesh R
· Wed Sep 07 15:18:22 2016 +0530
636ef59
spi: zynq_spi: Fix infinite looping while xfer
by Lad, Prabhakar
· Sat Jul 30 22:28:24 2016 +0100
1a3f6d0
Merge branch 'master' of git://git.denx.de/u-boot-mips
by Tom Rini
· Wed Sep 21 14:50:18 2016 -0400
3469bd2
Merge branch 'master' of http://git.denx.de/u-boot-mmc
by Tom Rini
· Wed Sep 21 11:48:02 2016 -0400
fcdc1fb
MIPS: Hang if run on a secondary CPU
by Paul Burton
· Wed Sep 21 14:59:54 2016 +0100
92a06ee
MIPS: Fix cache maintenance in relocate_code & simplify
by Paul Burton
· Wed Sep 21 11:11:06 2016 +0100
f5de32a
boston: Introduce support for the MIPS Boston development board
by Paul Burton
· Thu Sep 08 07:47:39 2016 +0100
0399f44
clk: boston: Providea simple driver for Boston board clocks
by Paul Burton
· Thu Sep 08 07:47:38 2016 +0100
Next »