index
:
bootloaders/u-boot-midas
deblob-midas-2018.07
recovery-2018.07
wip/as-boot-img
wip/bl1
wip/forkbomb-midas-2020.01-as-boot-img
wip/s-boot-4.0
Part of research to make the bootloader fully free on midas devices
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge http://git.denx.de/u-boot-sunxi
Tom Rini
2014-10-26
1
-9
/
+33
|
\
|
*
mmc: sunxi: Add support for sun8i (A23)
Chen-Yu Tsai
2014-10-24
1
-1
/
+1
|
*
sunxi: When we've both mmc0 and mmc2, detect from which one we're booting
Hans de Goede
2014-10-24
1
-5
/
+2
|
*
sunxi: Add mmc card-detect functionality
Hans de Goede
2014-10-24
1
-0
/
+21
|
*
ARM: sunxi-mmc: Add mmc support for sun6i / A31
Hans de Goede
2014-10-24
1
-4
/
+7
|
*
mmc: sunxi: add SDHC support for sun6i/sun7i/sun8i
Wills Wang
2014-10-24
1
-0
/
+3
*
|
Merge branch 'master' of git://git.denx.de/u-boot-usb
Tom Rini
2014-10-26
4
-0
/
+1839
|
\
\
|
*
|
usb: dwc2: Add driver for Synopsis DWC2 USB IP block
Oleksandr Tymoshenko
2014-10-22
3
-0
/
+1838
|
*
|
net: asix: Add support for AX88772B
Alexandre Courbot
2014-10-22
1
-0
/
+1
*
|
|
Merge git://git.denx.de/u-boot-dm
Tom Rini
2014-10-26
24
-895
/
+770
|
\
\
\
|
*
|
|
serial: remove uniphier_serial_initialize() call
Masahiro Yamada
2014-10-23
1
-2
/
+0
|
*
|
|
serial: uniphier: move CONFIG_UNIPHIER_SERIAL to Kconfig
Masahiro Yamada
2014-10-23
1
-0
/
+6
|
*
|
|
dm: serial: use Driver Model for UniPhier serial driver
Masahiro Yamada
2014-10-23
1
-126
/
+73
|
*
|
|
dm: add entries to Kconfig
Masahiro Yamada
2014-10-23
4
-0
/
+24
|
*
|
|
dm: serial: consolidate common code more
Masahiro Yamada
2014-10-23
1
-38
/
+41
|
*
|
|
dm: serial: remove unnecessary casting
Masahiro Yamada
2014-10-23
1
-6
/
+2
|
*
|
|
dm: serial: fix console putc
Masahiro Yamada
2014-10-23
1
-3
/
+3
|
*
|
|
serial: add static directive to local functions
Masahiro Yamada
2014-10-23
2
-19
/
+12
|
*
|
|
dm: move platform data headers to include/dm/platform_data
Masahiro Yamada
2014-10-23
2
-2
/
+2
|
*
|
|
dm: x86: Convert coreboot serial to use driver model
Simon Glass
2014-10-23
2
-0
/
+39
|
*
|
|
dm: x86: Convert Intel ICH6 GPIO driver to use driver model
Simon Glass
2014-10-23
1
-130
/
+120
|
*
|
|
dm: serial: ns16550: Add a cast to the I/O operations
Simon Glass
2014-10-23
1
-2
/
+2
|
*
|
|
dm: gpio: imx: Drop request()/free() in the driver
Simon Glass
2014-10-23
1
-116
/
+0
|
*
|
|
dm: gpio: exynos: Drop request()/free() in the driver
Simon Glass
2014-10-23
1
-101
/
+0
|
*
|
|
dm: gpio: rpi_b: Drop request()/free() in the driver
Simon Glass
2014-10-23
1
-89
/
+0
|
*
|
|
dm: gpio: omap3: Drop request()/free() in the driver
Simon Glass
2014-10-23
1
-115
/
+1
|
*
|
|
dm: gpio: tegra: Drop request()/free() in the driver
Simon Glass
2014-10-23
1
-113
/
+0
|
*
|
|
dm: gpio: Add gpio_requestf() helper for printf() strings
Simon Glass
2014-10-23
1
-0
/
+21
|
*
|
|
dm: gpio: sandbox: Drop request()/free() in the driver
Simon Glass
2014-10-23
1
-82
/
+0
|
*
|
|
dm: gpio: sandbox: Implement the remove() method
Simon Glass
2014-10-23
1
-0
/
+8
|
*
|
|
dm: gpio: sandbox: Implement the get_function() method
Simon Glass
2014-10-23
1
-1
/
+8
|
*
|
|
dm: Move the function for getting GPIO status into the uclass
Simon Glass
2014-10-23
1
-0
/
+39
|
*
|
|
dm: gpio: Add gpio_get_function() and friends
Simon Glass
2014-10-23
1
-0
/
+47
|
*
|
|
dm: gpio: Implement GPIO reservation in the uclass
Simon Glass
2014-10-23
1
-14
/
+78
|
*
|
|
dm: omap: serial: Add driver model support
Simon Glass
2014-10-23
2
-0
/
+48
|
*
|
|
dm: omap: gpio: Support driver model
Simon Glass
2014-10-23
2
-5
/
+231
|
*
|
|
dm: omap: gpio: Put _get_gpio_value() logic into its own function
Simon Glass
2014-10-23
1
-36
/
+42
|
*
|
|
dm: serial: Support CONFIG_CONS_INDEX if available
Simon Glass
2014-10-23
1
-1
/
+10
|
*
|
|
dm: ns16550: Correct the probe logic for platform data
Simon Glass
2014-10-23
1
-2
/
+3
|
*
|
|
dm: ns16550: Use an address instead of a pointer for the uart base
Simon Glass
2014-10-23
1
-3
/
+3
|
*
|
|
dm: serial: ns16550: Correct logic for checking for character
Simon Glass
2014-10-23
1
-1
/
+1
|
*
|
|
dm: serial: Reset the watchdog while waiting in getc()
Simon Glass
2014-10-23
1
-0
/
+5
|
*
|
|
dm: gpio: Support numbered GPIOs
Simon Glass
2014-10-23
1
-12
/
+25
|
|
|
/
|
|
/
|
*
|
|
i2c: designware: add an implement i2c protos
Jeroen Hofstee
2014-10-25
1
-7
/
+12
*
|
|
net: davince: add missing include
Jeroen Hofstee
2014-10-25
1
-0
/
+1
*
|
|
mmc: bcm2835_sdhci: add missing include
Jeroen Hofstee
2014-10-25
1
-0
/
+1
*
|
|
video: ipu: prevent warnings with W=1
Jeroen Hofstee
2014-10-25
3
-15
/
+4
*
|
|
tegra: make local functions static
Jeroen Hofstee
2014-10-25
3
-5
/
+7
*
|
|
serial: make local functions static
Jeroen Hofstee
2014-10-25
3
-8
/
+8
*
|
|
sdhci: make local functions static
Jeroen Hofstee
2014-10-25
1
-3
/
+3
[next]