index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
config: Update KP's imx53 HSC config to pass key pressed information
Lukasz Majewski
2019-06-11
1
-0
/
+2
|
*
|
|
|
config: Update KP's imx53 HSC config to support SWUpdate
Lukasz Majewski
2019-06-11
1
-2
/
+5
|
*
|
|
|
imx: Use a convenient default value for SYS_MALLOC_F_LEN
Fabio Estevam
2019-06-11
1
-0
/
+2
|
*
|
|
|
opos6uldev: don't call enable_lcdif_clock
Sébastien Szymanski
2019-06-11
1
-3
/
+0
|
*
|
|
|
opos6ul: set REFSEL and REFR fields
Sébastien Szymanski
2019-06-11
1
-0
/
+2
|
*
|
|
|
imx: hab: Increase CSF_SIZE for i.MX6 and i.MX7 devices
Breno Matheus Lima
2019-06-11
2
-2
/
+2
|
*
|
|
|
colibri-imx6ull: fix usb host mode
Marcel Ziswiler
2019-06-11
1
-1
/
+1
|
*
|
|
|
ARM: imx: apalis_imx6: Drop ad-hoc SATA binding
Marek Vasut
2019-06-11
1
-49
/
+0
|
*
|
|
|
regulator: bd71837: copy the bd71837 pmic driver from NXP imx u-boot
Matti Vaittinen
2019-06-11
4
-0
/
+159
|
*
|
|
|
colibri_imx7: migrate usb to driver model
Igor Opaniuk
2019-06-11
4
-0
/
+95
|
*
|
|
|
configs: imx6-engicam: Update the recoveryboot setting
Jagan Teki
2019-06-11
1
-12
/
+7
|
*
|
|
|
toradex apalis/colibri: extend CONFIG_SYS_MALLOC_F_LEN
Igor Opaniuk
2019-06-11
11
-1
/
+11
|
*
|
|
|
apalis_imx6: add device tree to makefile
Marcel Ziswiler
2019-06-11
1
-0
/
+1
|
*
|
|
|
apalis/colibri imx6: provide proper fdtfile value
Igor Opaniuk
2019-06-11
2
-2
/
+2
|
*
|
|
|
ARM: dts: i.MX6ULL: U-Boot specific dts for u-boot, dm-spl
Parthiban Nallathambi
2019-06-11
2
-0
/
+35
|
*
|
|
|
power: pfuze100: Fix off by one error in voltage table handling
Trent Piepho
2019-06-11
1
-2
/
+2
|
*
|
|
|
mx7ulp: Add common plugin codes for mx7ulp
Ye Li
2019-06-11
2
-1
/
+94
|
*
|
|
|
board: toradex: add colibri imx8qxp 2gb wb it v1.0b module support
Marcel Ziswiler
2019-06-11
12
-4
/
+970
|
*
|
|
|
imx: fix building for i.mx8 without spl
Marcel Ziswiler
2019-06-11
1
-0
/
+2
|
*
|
|
|
ARM: imx6logic: Stop overwriting fdt_file if manually set
Adam Ford
2019-06-11
1
-1
/
+2
|
|
|
/
/
|
|
/
|
|
*
|
|
|
configs: tinker-rk3288 disable CONFIG_SPL_I2C_SUPPORT
Heinrich Schuchardt
2019-06-11
1
-1
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
Prepare v2019.07-rc4
Tom Rini
2019-06-10
1
-1
/
+1
*
|
|
Merge branch 'master' of git://git.denx.de/u-boot-spi
Tom Rini
2019-06-10
4
-104
/
+194
|
\
\
\
|
*
|
|
dm: MIGRATION: Update migration status for SPI
Jagan Teki
2019-06-10
1
-5
/
+1
|
*
|
|
spi: mpc8xxx: Convert to DM
Jagan Teki
2019-06-10
2
-42
/
+112
|
*
|
|
spi: mpc8xxx: Use get_timer
Mario Six
2019-06-10
1
-4
/
+7
|
*
|
|
spi: mpc8xxx: Fix if check
Mario Six
2019-06-10
1
-1
/
+1
|
*
|
|
spi: mpc8xxx: Re-order transfer setup
Mario Six
2019-06-10
1
-5
/
+5
|
*
|
|
spi: mpc8xxx: Document LEN setting better
Mario Six
2019-06-10
1
-11
/
+5
|
*
|
|
spi: mpc8xxx: Rename variable
Mario Six
2019-06-10
1
-4
/
+4
|
*
|
|
spi: mpc8xxx: Make code more readable
Mario Six
2019-06-10
1
-8
/
+19
|
*
|
|
spi: mpc8xxx: Reduce scope of loop variables
Mario Six
2019-06-10
1
-6
/
+5
|
*
|
|
spi: mpc8xxx: Simplify logic a bit
Mario Six
2019-06-10
1
-10
/
+13
|
*
|
|
spi: mpc8xxx: Get rid of is_read
Mario Six
2019-06-10
1
-5
/
+7
|
*
|
|
spi: mpc8xxx: Simplify if
Mario Six
2019-06-10
1
-7
/
+5
|
*
|
|
spi: mpc8xxx: Use IO accessors
Mario Six
2019-06-10
1
-19
/
+19
|
*
|
|
spi: mpc8xxx: Replace defines with enums
Mario Six
2019-06-10
1
-7
/
+19
|
*
|
|
spi: mpc8xxx: Fix function names in strings
Mario Six
2019-06-10
1
-4
/
+5
|
*
|
|
spi: mpc8xxx: Fix space after cast
Mario Six
2019-06-10
1
-3
/
+3
|
*
|
|
spi: mpc8xxx: Rename camel-case variables
Mario Six
2019-06-10
1
-11
/
+11
|
*
|
|
spi: mpc8xxx: Fix comments
Mario Six
2019-06-10
1
-8
/
+14
|
*
|
|
spi: mpc8xxx: Use short type names
Mario Six
2019-06-10
1
-7
/
+5
|
*
|
|
ids8313: Disable SPI
Mario Six
2019-06-10
1
-3
/
+0
*
|
|
|
Merge tag 'video-updates-for-2019.07-rc3' of git://git.denx.de/u-boot-video
Tom Rini
2019-06-10
14
-62
/
+250
|
\
\
\
\
|
*
|
|
|
video: meson: hdmi-supply regulator should be optional
Maxime Jourdan
2019-06-05
1
-4
/
+10
|
*
|
|
|
colibri_imx7_emmc: enable DM_VIDEO
Igor Opaniuk
2019-06-04
1
-1
/
+1
|
*
|
|
|
ARM: dts: colibri_imx7: Add lcdif node
Igor Opaniuk
2019-06-04
2
-0
/
+30
|
*
|
|
|
video: mxsfb: add DM_VIDEO support
Igor Opaniuk
2019-06-04
4
-12
/
+139
|
*
|
|
|
video: mxsfb: refactor video_hw_init()
Igor Opaniuk
2019-06-04
1
-27
/
+41
|
*
|
|
|
video: mxsfb: reorder includes
Igor Opaniuk
2019-06-04
1
-4
/
+3
[prev]
[next]