forked from u-boot/u-boot
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README: Don't mention branch names for patches
Signed-off-by: John Watts <[email protected]>
- Loading branch information
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,20 +45,20 @@ but after a mental health event I've decided to abandon that attempt. | |
Feel free to try and mainline these yourself. | ||
|
||
Allwinner D1 and T113 patches: | ||
- [sunxi: video: Support LCD and HDMI output on H6/D1](https://lore.kernel.org/r/[email protected]) (branch b4/d1_de2) | ||
- [pwm: sunxi: Add support Allwinner D1 PWM](https://lore.kernel.org/r/[email protected]) (branch b4/pwm_d1) | ||
- [Support SPI NAND booting on the T113](https://lore.kernel.org/r/[email protected]) (branch b4/spinand) | ||
- [sunxi: Support UART1 and UART2 on the T113](https://lore.kernel.org/r/[email protected]) (branch b4/t113serial) | ||
- [sunxi: video: Support driver model LCDs](https://lore.kernel.org/r/[email protected]) (branch b4/sunxi_lcd) | ||
- [sunxi: video: Fix lcdc polarity display flags](https://lore.kernel.org/r/[email protected]) (branch b4/sunxipolarities) | ||
- [sunxi: video: Support LCD and HDMI output on H6/D1](https://lore.kernel.org/r/[email protected]) | ||
- [pwm: sunxi: Add support Allwinner D1 PWM](https://lore.kernel.org/r/[email protected]) | ||
- [Support SPI NAND booting on the T113](https://lore.kernel.org/r/[email protected]) | ||
- [sunxi: Support UART1 and UART2 on the T113](https://lore.kernel.org/r/[email protected]) | ||
- [sunxi: video: Support driver model LCDs](https://lore.kernel.org/r/[email protected]) | ||
- [sunxi: video: Fix lcdc polarity display flags](https://lore.kernel.org/r/[email protected]) | ||
|
||
Platform independent patches: | ||
- [boot: Pass baud rate to stdout](https://lore.kernel.org/r/[email protected]) (branch b4/stdout) | ||
- [video: add support for MIPI DBI interface](https://lore.kernel.org/r/[email protected]) (branch b4/mipi_dbi) | ||
- [video: Add support for NewVision NV3052C SPI panels](https://lore.kernel.org/r/[email protected]) (branch b4/panel_nv3052c) | ||
- [boot: Pass baud rate to stdout](https://lore.kernel.org/r/[email protected]) | ||
- [video: add support for MIPI DBI interface](https://lore.kernel.org/r/[email protected]) | ||
- [video: Add support for NewVision NV3052C SPI panels](https://lore.kernel.org/r/[email protected]) | ||
|
||
Cleanup patches: | ||
- [spi: Various Kconfig fixes](https://lore.kernel.org/r/[email protected]) (branch b4/spikconfig) | ||
- [spi: Various Kconfig fixes](https://lore.kernel.org/r/[email protected]) | ||
|
||
Mainline README | ||
--------------- | ||
|