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