Age | Commit message (Expand) | Author |
2020-01-27 | mtd: spi-nor-core: Add octal mode support | Vignesh Raghavendra |
2020-01-26 | clk: Include missing headers for linux/clk-provider.h | Sean Anderson |
2020-01-20 | Merge tag '2020-01-20-ti-2020.04' of https://gitlab.denx.de/u-boot/custodians... | Tom Rini |
2020-01-20 | lib: Import few bitmap functions from Linux | Vignesh Raghavendra |
2020-01-17 | common: Move ROUND() into kernel.h | Simon Glass |
2020-01-17 | common: Move check_member() to kernel.h | Simon Glass |
2020-01-17 | common: Move type declarations to linux/types.h | Simon Glass |
2019-12-17 | mtd: spi: spi-nor-core: Add SST vendor specific SFDP parser | Tudor Ambarus |
2019-12-09 | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-net | Tom Rini |
2019-12-09 | dma: ti: k3-udma: Implement dma_get_cfg() interface | Vignesh Raghavendra |
2019-12-09 | linux/types.h: fix typo unchar | Heinrich Schuchardt |
2019-12-06 | lib: add oid registry utility | AKASHI Takahiro |
2019-12-06 | cmd: add asn1_compiler | AKASHI Takahiro |
2019-12-06 | linux/time.h: include vsprintf.h | AKASHI Takahiro |
2019-12-06 | include: kernel.h: include printk.h | AKASHI Takahiro |
2019-12-06 | lib: add mktime64() for linux compatibility | AKASHI Takahiro |
2019-12-04 | cmd: nand/sf: isolate legacy code | Miquel Raynal |
2019-12-02 | common: Move mii_init() function out of common.h | Simon Glass |
2019-12-02 | common: Drop linux/crc8.h | Simon Glass |
2019-11-23 | usb: dwc3: Add phy interface for dwc3_uboot | Jagan Teki |
2019-11-08 | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini |
2019-11-07 | linux err: make ERR_PTR/PTR_ERR architecture specific | Simon Goldschmidt |
2019-11-07 | usb: composite: add BOS descriptor support to composite framework | T Karthik Reddy |
2019-11-07 | usb: udc: Introduce ->udc_set_speed() method | Sherry Sun |
2019-11-07 | usb: gadget: Add match_ep() op to usb_gadget_ops | Vignesh Raghavendra |
2019-11-07 | bitmaps: import for_each_set_bit() macro | Vignesh Raghavendra |
2019-11-07 | list: import list_first_entry_or_null() | Vignesh Raghavendra |
2019-11-04 | fdt: Add INT32_MAX to kernel.h for libfdt | Simon Glass |
2019-11-01 | Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dm | Tom Rini |
2019-10-28 | linux/types.h: Surround 'struct ustat' with __linux__ | Bin Meng |
2019-10-27 | fdt: Fix alignment issue when reading 64-bits properties from fdt | Jean-Jacques Hiblot |
2019-10-08 | mtd: spi: Add 'struct spi_flash {' to the code | Simon Glass |
2019-09-19 | kconfig: doc: Update comment regarding CONFIG_IS_ENABLED(FOO) for TPL | Lukasz Majewski |
2019-09-16 | mtd: spi-nor: add missing SST26* flash IC protection ops | Eugeniy Paltsev |
2019-07-31 | clk: gate: support sandbox | Peng Fan |
2019-07-31 | clk: add composite clk support | Peng Fan |
2019-07-31 | clk-provider: include clk-uclass.h | Peng Fan |
2019-07-31 | clk: fixed_rate: export clk_fixed_rate | Peng Fan |
2019-07-31 | clk: add clk-gate support | Peng Fan |
2019-07-31 | clk: export mux/divider ops | Peng Fan |
2019-07-31 | clk: mux: add set parent support | Peng Fan |
2019-07-27 | Merge branch '2019-07-26-ti-imports' | Tom Rini |
2019-07-27 | Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u... | Tom Rini |
2019-07-26 | firmware: ti_sci: Add a command for releasing all exclusive devices | Lokesh Vutla |
2019-07-26 | firmware: ti_sci: Add processor shutdown API method | Andreas Dannenberg |
2019-07-26 | firmware: ti_sci: Allow for device shared and exclusive requests | Lokesh Vutla |
2019-07-19 | clk: sandbox: Adjust clk-mux.c to emulate reading divider value from HW | Lukasz Majewski |
2019-07-19 | clk: sandbox: Adjust clk-divider to emulate reading its value from HW | Lukasz Majewski |
2019-07-19 | clk: Port Linux common clock framework [CCF] for imx6q to U-boot (tag: v5.1.12) | Lukasz Majewski |
2019-07-19 | clk: Introduce clk-provider.h to store Common Clock Framework's internals | Lukasz Majewski |