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
*
ubifs: avoid assert failed in ubifs.c
Patrice Chotard
2018-05-09
1
-0
/
+4
*
bootm.c: Correct the flush_len used in bootm_load_os()
Tom Rini
2018-05-08
1
-14
/
+12
*
image: fit: Show signatures and hashes for configurations
Clément Péron
2018-05-08
1
-0
/
+13
*
arm: bitops: fix find_next_zero_bit() for case size < 32
Grygorii Strashko
2018-05-08
1
-1
/
+1
*
cmd: add ADC cli commands
Neil Armstrong
2018-05-08
3
-0
/
+129
*
pci: Don't use pci_indirect when DM is active
Mario Six
2018-05-08
1
-1
/
+1
*
gdsys: drivers: Add gdsys_rxaui_ctrl driver
Mario Six
2018-05-08
3
-1
/
+82
*
clk: Add ICS8N3QV01 driver
Mario Six
2018-05-08
3
-0
/
+239
*
ihs_mdio: Make DM-compatible
Mario Six
2018-05-08
2
-5
/
+58
*
ihs_mdio: Encapsulate register access
Mario Six
2018-05-08
1
-7
/
+34
*
db410c: set clk node to be probed before relocation
Ramon Fried
2018-05-08
2
-1
/
+12
*
ARM: dts: sti: Add stih410-b2260-u-boot.dtsi
Patrice Chotard
2018-05-08
1
-0
/
+16
*
arm: ti: boot: Extract PARTS_DEFAULT to boot.h
Sam Protsenko
2018-05-08
5
-52
/
+29
*
Merge git://git.denx.de/u-boot-mmc
Tom Rini
2018-05-08
12
-328
/
+32
|
\
|
*
power: pwm regulator: support live tree
Andy Yan
2018-05-08
1
-11
/
+4
|
*
dm: mmc: socfpga: call dwmci_probe()
Patrick Bruenn
2018-05-08
1
-1
/
+1
|
*
mmc: Kconfig: add the MMC_TRACE config in Kconfig
Jaehoon Chung
2018-05-08
1
-0
/
+8
|
*
mmc: add the debug message in mmc_set_clock
Jaehoon Chung
2018-05-08
1
-0
/
+2
|
*
mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.h
Jaehoon Chung
2018-05-08
4
-10
/
+15
|
*
lib: fdtdec: drop the old compatible about max77686
Jaehoon Chung
2018-05-08
2
-2
/
+0
|
*
power: pmic_max77686: remove the old pmic_max77686 file
Jaehoon Chung
2018-05-08
2
-304
/
+0
|
*
configs: trats2: enable the max77686 regulator config
Jaehoon Chung
2018-05-08
1
-0
/
+2
*
|
Merge git://git.denx.de/u-boot-uniphier
Tom Rini
2018-05-08
5
-24
/
+190
|
\
\
|
*
|
ARM: uniphier: enable CONFIG_PINCONF
Masahiro Yamada
2018-05-08
1
-0
/
+1
|
*
|
pinctrl: uniphier: add ethernet TX pin data for LD20
Masahiro Yamada
2018-05-08
1
-0
/
+11
|
*
|
pinctrl: uniphier: support drive-strength configuration
Masahiro Yamada
2018-05-08
2
-5
/
+140
|
*
|
pinctrl: uniphier: support per-pin configuration via DT
Masahiro Yamada
2018-05-08
2
-4
/
+36
|
*
|
pinctrl: uniphier: include <linux/build_bug.h> instead of <linux/bug.h>
Masahiro Yamada
2018-05-08
1
-1
/
+1
|
*
|
pinctrl: uniphier: replace printf() with dev_err()
Masahiro Yamada
2018-05-08
1
-1
/
+1
|
*
|
pinctrl: uniphier: remove unneeded pin data of LD6b SoC
Masahiro Yamada
2018-05-08
1
-13
/
+0
|
|
/
*
|
lib/Kconfig: Mark OF_LIBFDT_OVERLAY as depending on OF_LIBFDT
Tom Rini
2018-05-08
1
-0
/
+1
*
|
adc: add Amlogic Meson SAR ADC driver
Neil Armstrong
2018-05-08
3
-0
/
+734
*
|
test: regmap: add read/modify/write test
Neil Armstrong
2018-05-08
1
-0
/
+25
*
|
regmap: add regmap_update_bits() helper
Neil Armstrong
2018-05-08
2
-0
/
+24
*
|
ARM: dts: stm32mp157: Add vrefbuf DT node
Patrice Chotard
2018-05-08
1
-0
/
+9
*
|
configs: stm32mp15: Enable STM32_VREFBUF flag
Fabrice Gasnier
2018-05-08
1
-0
/
+1
*
|
clk: stm32mp1: Add VREF clock gating
Fabrice Gasnier
2018-05-08
1
-0
/
+3
*
|
power: regulator: Add support for stm32-vrefbuf
Fabrice Gasnier
2018-05-08
4
-0
/
+188
*
|
configs: stm32mp15_basic: Set regulator relative flags
Patrice Chotard
2018-05-08
1
-0
/
+5
*
|
ARM: dts: stm32mp157c-ed1: Add regulator node
Patrice Chotard
2018-05-08
2
-0
/
+332
*
|
power: pmic: stpmu1: Add regulator bindings
Patrice Chotard
2018-05-08
1
-0
/
+34
*
|
power: regulator: stpmu1: Introduce stpmu1 driver
Christophe Kerello
2018-05-08
3
-0
/
+677
*
|
ARM: dts: stm32mp157: Add SoC pwr regulator entry
Patrice Chotard
2018-05-08
1
-0
/
+33
*
|
stm32mp: regulator: add SoC pwr regulator support
Patrick Delaunay
2018-05-08
4
-0
/
+278
*
|
arm: controlcenterdc: Add spi-flash compatible strings
Mario Six
2018-05-08
1
-2
/
+2
*
|
env: ti: android: boot with FIT Image
Praneeth Bajjuri
2018-05-08
1
-1
/
+2
*
|
configs: TI: Enable FIT Library overlay support
Praneeth Bajjuri
2018-05-08
1
-0
/
+1
*
|
arm: dra76: fastboot: extend cpu type for getvar command
Praneeth Bajjuri
2018-05-08
1
-0
/
+2
*
|
defconfig: at91-sama5d2_ptc_ek: remove unused SYS_EXTRA_OPTIONS
Ludovic Desroches
2018-05-08
2
-2
/
+2
*
|
board: sama5d27_som1_ek: Fix the USB vbus power
Eugen Hristev
2018-05-08
1
-1
/
+1
[next]