As u-boot 2019.01 is released, we are sharing this release statistics report on our u-boot contributions in number of ways, like submitting actual patches, sign-offs, testing, reviewing, and reporting bugs etc. This year we successfully increased our contributions in buildroot,not only in number of patches but also by reviewing and suggesting changes in the process.
We have authored 11 patches, commited 49 patches , Reviewed 11 patches, and Acknowledged 7 patches, Tested 3 patches, and Reported 1 bug.
Here are complete stats:
Author
Jagan Teki (11)
- mmc: sunxi: Fix mmc clocks for DM_MMC
- dm: MIGRATION: Update migration plan for DM_SPI_FLASH
- dm: MIGRATION: Update migration plan for SPI
- board_r: Remove initr_spi
- spi: Zap CONFIG_HARD_SPI
- spi: Remove unused mpc8xx code
- spi: Remove used spi_init
- spi: Remove unused spi_init
- dm: platform_data: spi: s/pl022_spi.h/spi_pl022.h
- spi: pl022: Drop unnecessary include files
- spi: pl022: Simplify platdata code
Singed-off-by
Jagan Teki (49)
- mmc: sunxi: Fix mmc clocks for DM_MMC
- dm: MIGRATION: Update migration plan for DM_SPI_FLASH
- dm: MIGRATION: Update migration plan for SPI
- mtd: nand: raw: Add Hynix H27UBG8T2BTR id table
- spi: sun4i: Add rx_buf NULL pointer check
- Revert “sunxi: board: Print error after power initialization…
- sunxi: update README.sunxi64
- arm: sunxi: Reduce inrush current on Olimex OLinuXino…
- arm: sunxi: Reduce inrush current on Olimex OLinuXino…
- power: axp209: Limit inrush current for broken boards
- power: axp209: Add support for voltage rate control…
- power: axp209: Reduce magic values by adding defines…
- power: axp209: Define the chip version mask
- power: axp209: Use BIT() macro
- sunxi: pmic_bus: Decrease boot time by not writing…
- sunxi: board: Print error after power initialization…
- mtd: sf: Make sf_mtd.c more robust
- mtd: sf: Unregister the MTD device prior to removing…
- mtd: Don’t stop MTD partition creation when it fails…
- mtd: Make sure we don’t parse MTD partitions belonging…
- mtd: Make sure the name passed in mtdparts fits in…
- mtd: Be more strict on the “mtdparts=” prefix check
- mtd: Use get_mtdids() instead of env_get(“mtdids”)…
- mtd: sf: Make sure we don’t register the same device…
- mtd: Delete partitions attached to the device when…
- mtd: Parse mtdparts/mtdids again when the MTD list…
- mtd: Add a function to report when the MTD dev list…
- board_r: Remove initr_spi
- spi: Zap CONFIG_HARD_SPI
- spi: Remove unused mpc8xx code
- spi: mpc8xx: Migrate to DM_SPI
- spi: Remove used spi_init
- spi: Remove unused spi_init
- dm: platform_data: spi: s/pl022_spi.h/spi_pl022.h
- spi: pl022: Drop unnecessary include files
- spi: pl022: Simplify platdata code
- spi: mtk_qspi: add qspi driver for MT7629 SoC
- spi: Add Amlogic Meson SPI Flash Controller driver
- test: regmap: add regmap_read_poll_timeout test
- regmap: add regmap_read_poll_timeout() helper
- sun8i_emac: add support for setting EMAC TX/RX delay
- sunxi: Fix memory 2-rank initialization for a33 cpu
- sunxi-mmc: use new mode on both controllers on A64
- sunxi-mmc: don’t double clock for new mode unconditionally
- sunxi-mmc: introduce new MMC_SUNXI_HAS_MODE_SWITCH…
- cmd: ubi: Make ubi_detach() static
- mtd: rawnand: pxa3xx: fix 2kiB pages with 8b strength…
- mtd: nand: pxa3xx: re-read a page in raw mode on uncorrectab…
- mtd: nand: pxa3xx: add raw read support
Reviewed-by
Jagan Teki (11)
- Revert “sunxi: board: Print error after power initialization fails”
- sunxi: update README.sunxi64
- mtd: sf: Unregister the MTD device prior to removing the spi_flash obj
- mtd: sf: Make sure we don’t register the same device twice
- spi: mtk_qspi: add qspi driver for MT7629 SoC
- spi: Add Amlogic Meson SPI Flash Controller driver
- sun8i_emac: add support for setting EMAC TX/RX delay
- sunxi-mmc: use new mode on both controllers on A64
- sunxi-mmc: don’t double clock for new mode unconditionally
- sunxi-mmc: introduce new MMC_SUNXI_HAS_MODE_SWITCH…
- cmd: ubi: Make ubi_detach() static
Acked-by
Jagan Teki (7)
- dm: usb: gadget: Fix boot breakage on sunxi platforms
- spi: sun4i: Add rx_buf NULL pointer check
- test: regmap: add regmap_read_poll_timeout test
- regmap: add regmap_read_poll_timeout() helper
- mtd: rawnand: pxa3xx: fix 2kiB pages with 8b strength chips layout
- mtd: nand: pxa3xx: re-read a page in raw mode on uncorrectable error
- mtd: nand: pxa3xx: add raw read support
Tested-by
Jagan Teki (3)
- sunxi-mmc: use new mode on both controllers on A64
- sunxi-mmc: don’t double clock for new mode unconditionally
- sunxi-mmc: introduce new MMC_SUNXI_HAS_MODE_SWITCH option