U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-06-24 05:31:06 to 2019-06-25 09:32:29 UTC [more...]

[U-Boot] [PATCH v5 00/18] clk: Port Linux common clock framework [CCF] to U-boot (tag: v5.1.12)
 2019-06-25  9:32 UTC  (20+ messages)
` [U-Boot] [PATCH v5 01/18] clk: doc: Add documentation entry for Common Clock Framework [CCF] (i.MX)
` [U-Boot] [PATCH v5 02/18] dm: Fix documentation entry as there is no UCLASS_CLOCK uclass
` [U-Boot] [PATCH v5 03/18] clk: Remove clock ID check in .get_rate() of clk_fixed_*
` [U-Boot] [PATCH v5 04/18] clk: Extend struct clk to provide information regarding clock rate
` [U-Boot] [PATCH v5 05/18] clk: Extend struct clk to provide clock type agnostic flags
` [U-Boot] [PATCH v5 06/18] clk: Provide struct clk for fixed rate clock (clk_fixed_rate.c)
` [U-Boot] [PATCH v5 07/18] clk: Introduce clk-provider.h to store Common Clock Framework's internals
` [U-Boot] [PATCH v5 08/18] dm: clk: Define clk_get_parent() for clk operations
` [U-Boot] [PATCH v5 09/18] dm: clk: Define clk_get_parent_rate() "
` [U-Boot] [PATCH v5 10/18] dm: clk: Define clk_get_by_id() "
` [U-Boot] [PATCH v5 11/18] clk: Port Linux common clock framework [CCF] for imx6q to U-boot (tag: v5.1.12)
` [U-Boot] [PATCH v5 12/18] dm: clk: Extend clk_get_parent_rate() to support CLK_GET_RATE_NOCACHE flag
` [U-Boot] [PATCH v5 13/18] dts: sandbox: Add 'osc' clock for Common Clock Framework [CCF] testing
` [U-Boot] [PATCH v5 14/18] clk: sandbox: Adjust clk-divider to emulate reading its value from HW
` [U-Boot] [PATCH v5 15/18] clk: sandbox: Adjust clk-mux.c to emulate reading divider "
` [U-Boot] [PATCH v5 16/18] clk: sandbox: Add sandbox test code for Common Clock Framework [CCF]
` [U-Boot] [PATCH v5 17/18] defconfig: sandbox: Enable SANDBOX_CLK_CCF to reuse generic CCF code
` [U-Boot] [PATCH v5 18/18] clk: Add MAINTAINERS entry for clocks (./drivers/clk/)

[U-Boot] efi_loader: implementing non-volatile UEFI variables
 2019-06-25  9:27 UTC  (13+ messages)

[U-Boot] [PATCH 0/2] Add RTC driver for STM32MP1
 2019-06-25  9:24 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] clk: stm32mp1: Add RTC clock entry
` [U-Boot] [PATCH 2/2] rtc: Add rtc driver for stm32mp1

[U-Boot] [PATCH] mach-stm32: Fix MPU region size dedicated to SDRAM for STM32F4
 2019-06-25  9:18 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/99] ram: rk3399: Add LPDDR4 support
 2019-06-25  8:43 UTC  (2+ messages)

[U-Boot] [PATCH 00/16] stm32m1 patches for v2017.10
 2019-06-25  8:28 UTC  (3+ messages)

[U-Boot] [PATCH 0/4] STM32 gpio/pinctrl update
 2019-06-25  8:24 UTC  (9+ messages)
` [U-Boot] [PATCH 1/4] gpio: stm32: Rename stm32f7_gpio to stm32_gpio
` [U-Boot] [PATCH 2/4] pinctrl: stm32: update .bind callback
` [U-Boot] [PATCH 3/4] ARM: dts: stm32: Remove useless "st, stm32-gpio" compatible string
` [U-Boot] [PATCH 4/4] gpio: stm32: Remove .ofmatch callback

[U-Boot] [PATCH 0/2] STM32 dts fixes/cleanup
 2019-06-25  8:21 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] ARM: dts: stm32: Add u-boot, dm-pre-reloc for usart1_pins_a for stm32f769-disco
` [U-Boot] [PATCH 2/2] ARM: dts: stm32: Remove useless u-boot, dm-pre-reloc in stm32f746-disco-u-boot.dtsi

[U-Boot] [PATCH 0/2] STM32 MCU dts fixes/cleanup
 2019-06-25  8:06 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] ARM: dts: stm32: Add u-boot, dm-pre-reloc for usart1_pins_a for stm32f769-disco
` [U-Boot] [PATCH 2/2] ARM: dts: stm32: Remove useless u-boot, dm-pre-reloc in stm32f746-disco-u-boot.dtsi

[U-Boot] pull request: raspberry pi updates
 2019-06-25  7:58 UTC  (11+ messages)

[U-Boot] Difference between _defconfig and _config make switches
 2019-06-25  7:55 UTC  (3+ messages)

[U-Boot] [PATCH] arm: mvebu: set 38x and 39x AVS on lower frequency
 2019-06-25  7:49 UTC  (4+ messages)

[U-Boot] [PATCH v4] gpio: add gpio-hog support
 2019-06-25  7:20 UTC  (7+ messages)

[U-Boot] [PATCH v9 0/9] Update SiFive Unleashed Drivers
 2019-06-25  7:13 UTC  (11+ messages)
` [U-Boot] [PATCH v9 1/9] clk: sifive: Factor-out PLL library as separate module
` [U-Boot] [PATCH v9 2/9] clk: sifive: Sync-up WRPLL library with upstream Linux
` [U-Boot] [PATCH v9 3/9] clk: sifive: Sync-up DT bindings header "
` [U-Boot] [PATCH v9 4/9] clk: sifive: Sync-up main driver "
` [U-Boot] [PATCH v9 5/9] clk: sifive: Drop GEMGXL clock driver
` [U-Boot] [PATCH v9 6/9] net: macb: Extend MACB driver for SiFive Unleashed board
` [U-Boot] [PATCH v9 7/9] riscv: sifive: fu540: Setup ethaddr env variable using OTP
` [U-Boot] [PATCH v9 8/9] doc: sifive-fu540: Update README for steps to create FW_PAYLOAD
` [U-Boot] [PATCH v9 9/9] net: macb: Fix check for little-endian system in gmac_configure_dma()

[U-Boot] [PATCH 1/1] apalis_imx6: increase phy autoneg timeout
 2019-06-25  7:01 UTC  (3+ messages)

[U-Boot] [PATCH v3 0/7] efi_loader: non-volatile variables support
 2019-06-25  6:47 UTC  (2+ messages)

[U-Boot] [PATCH v7 0/9] Update SiFive Unleashed Drivers
 2019-06-25  5:48 UTC  (14+ messages)
` [U-Boot] [PATCH v7 6/9] net: macb: Extend MACB driver for SiFive Unleashed board
` [U-Boot] [PATCH v7 9/9] net: macb: Fix check for little-endian system in gmac_configure_dma()

[U-Boot] [PATCH V2 1/3] test: dm: adc: use the real device name
 2019-06-25  5:45 UTC  (4+ messages)

[U-Boot] [v8, 0/5] Split fsl_esdhc driver for i.MX
 2019-06-25  5:38 UTC  (4+ messages)

[U-Boot] [PATCH v8 0/9] Update SiFive Unleashed Drivers
 2019-06-25  4:56 UTC  (11+ messages)
` [U-Boot] [PATCH v8 1/9] clk: sifive: Factor-out PLL library as separate module
` [U-Boot] [PATCH v8 2/9] clk: sifive: Sync-up WRPLL library with upstream Linux
` [U-Boot] [PATCH v8 3/9] clk: sifive: Sync-up DT bindings header "
` [U-Boot] [PATCH v8 4/9] clk: sifive: Sync-up main driver "
` [U-Boot] [PATCH v8 5/9] clk: sifive: Drop GEMGXL clock driver
` [U-Boot] [PATCH v8 6/9] net: macb: Extend MACB driver for SiFive Unleashed board
` [U-Boot] [PATCH v8 7/9] riscv: sifive: fu540: Setup ethaddr env variable using OTP
` [U-Boot] [PATCH v8 8/9] doc: sifive-fu540: Update README for steps to create FW_PAYLOAD
` [U-Boot] [PATCH v8 9/9] net: macb: Fix check for little-endian system in gmac_configure_dma()

[U-Boot] [ANN] U-Boot v2019.07-rc4 released
 2019-06-25  3:51 UTC  (14+ messages)
  ` [U-Boot] [U-Boot-Board-Maintainers] "
              ` [U-Boot] [U-Boot-Custodians] "

[U-Boot] [PATCH v4 0/2] fit: Image node compression
 2019-06-25  2:40 UTC  (4+ messages)
` [U-Boot] [PATCH v4 1/2] fit: Support compression for non-kernel components (e.g. FDT)

[U-Boot] [PATCH 00/15] Add Intel Agilex SoC support
 2019-06-25  1:16 UTC  (6+ messages)
` [U-Boot] [PATCH 01/15] arm: socfpga: agilex: Add base address for Intel Agilex SoC

[U-Boot] Pull request for mmc sub-system for v2019.07-rc4 round 2
 2019-06-25  1:05 UTC 

[U-Boot] rpi2: u-boot misaligned operation
 2019-06-25  0:42 UTC 

[U-Boot] [PATCH v4 0/4] add command env erase
 2019-06-24 20:19 UTC  (11+ messages)
` [U-Boot] [PATCH v4 1/4] env: register erase command
` [U-Boot] [PATCH v4 2/4] env: mmc: add erase-function

[U-Boot] [PATCH v2] i2c: designware: Get clock rate from clock DM
 2019-06-24 19:51 UTC  (2+ messages)

[U-Boot] [PATCH 1/7] mx6: dts: Keep dtb entries sorted
 2019-06-24 19:21 UTC  (4+ messages)
` [U-Boot] [PATCH 7/7] wandboard: README: Adjust the U-Boot proper binary name

[U-Boot] [PATCH] net/macb: increase RX buffer size for GEM
 2019-06-24 19:01 UTC 

[U-Boot] [PATCH 0/2] usb: kbd: implement special keys
 2019-06-24 18:49 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] usb: kbd: simplify coding for arrow keys

[U-Boot] [PATCH 1/1] trace: do not limit trace buffer to 2GiB
 2019-06-24 18:40 UTC  (6+ messages)

[U-Boot] Fwd: Crash in U-Boot
 2019-06-24 17:58 UTC  (5+ messages)
  ` [U-Boot] "

[U-Boot] [PATCH V2] usb: ehci-mx6: Fix bus enumeration for DM case
 2019-06-24 17:53 UTC  (3+ messages)

[U-Boot] [PATCH] drivers: serial: lpuart: Enable Little Endian Support
 2019-06-24 17:17 UTC  (5+ messages)
  ` [U-Boot] [U-Boot-DM] "

[U-Boot] [PATCH v3] Add a simple script to remove boards
 2019-06-24 17:17 UTC  (3+ messages)

[U-Boot] [PATCH 00/21] patman: Update to support Python 3
 2019-06-24 17:17 UTC  (3+ messages)

[U-Boot] [PATCH 00/24] binman: dtoc: Convert to Python 3
 2019-06-24 17:17 UTC  (2+ messages)

[U-Boot] [PATCH] drivers/spi: fsl_qspi: fix controller busy check
 2019-06-24 17:04 UTC 

[U-Boot] [PATCH] ARM: am3517-evm: Migrate to SPL_OF_CONTROL
 2019-06-24 16:57 UTC 

[U-Boot] [PATCH v2] net: davinci_emac: convert to using the driver model
 2019-06-24 16:51 UTC  (3+ messages)

[U-Boot] QSPI support on i.MX7D Sabre Eval Board
 2019-06-24 15:57 UTC  (4+ messages)

[U-Boot] [ANNOUNCEMENT] Switching to gitlab.denx.de
 2019-06-24 15:21 UTC  (6+ messages)
` [U-Boot] [U-Boot-Custodians] "

[U-Boot] [PATCH] net: davinci_emac: convert to using the driver model
 2019-06-24 14:15 UTC  (10+ messages)

[U-Boot] Bug in omap_gpmc.c:omap_nand_read_prefetch
 2019-06-24 13:43 UTC 

[U-Boot] [PATCH] usb: ehci-mx6: Fix bus enumeration for DM case
 2019-06-24 13:09 UTC  (11+ messages)

[U-Boot] Please pull u-boot-x86
 2019-06-24 12:19 UTC  (2+ messages)

[U-Boot] [PATCH] usb: ehci-mx5: Fix bus enumeration for DM case
 2019-06-24 12:09 UTC  (2+ messages)

[U-Boot] [PATCH V2] ARM: imx: dh-imx6: Enable DM regulator
 2019-06-24 11:27 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/2] regulator: Factor out common enable code
 2019-06-24 11:03 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/2] regulator: Allow enabling GPIO regulator

[U-Boot] pre_probe under struct driver
 2019-06-24 10:48 UTC  (3+ messages)

[U-Boot] [PATCH] ARM: imx: dh-imx6: Enable DM GPIO
 2019-06-24 10:37 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/3] Enable spl relocation on arm
 2019-06-24 10:36 UTC  (12+ messages)
` [U-Boot] [PATCH v2 2/3] spl: add relocation support
    ` [U-Boot] [PATCH v2 2/3] spl: add relocation support【请注意,邮件由sjg@google.com代发】

[U-Boot] [PATCH v2 0/5] sunxi: H6: Enable USB (2.0) support
 2019-06-24 10:14 UTC  (2+ messages)
` [U-Boot] [linux-sunxi] "

[U-Boot] [PATCH v5 0/6] DM: Convert i.MX28 gpio, pinmux, spi and eth drivers to DM/DTS
 2019-06-24  9:56 UTC  (8+ messages)
` [U-Boot] [PATCH v5 3/6] ARM: dts: imx: Provide 'gpio-ranges' for mxs_gpio driver

[U-Boot] bootloop with 2019-07 on Bananapi-r2
 2019-06-24  9:45 UTC  (4+ messages)
` [U-Boot] [BUG] "

[U-Boot] [PATCH] ext4: add support for filesystems without JOURNAL
 2019-06-24  9:32 UTC  (2+ messages)

[U-Boot] [PATCH] ext4: fix calculating inode blkcount for non-512 blocksize filesystems
 2019-06-24  9:32 UTC  (2+ messages)

[U-Boot] [v3, 0/5] Split fsl_esdhc driver for i.MX
 2019-06-24  9:26 UTC  (9+ messages)
` [U-Boot] [v3, 5/5] mmc: fsl_esdhc_imx: drop useless code

[U-Boot] [PATCH] menu: don't bother going interactive with just one menu item
 2019-06-24  8:40 UTC  (3+ messages)

[U-Boot] [PATCH v2] apalis_imx6: increase phy autoneg timeout
 2019-06-24  8:39 UTC 

[U-Boot] [PATCH 0/4] davinci: omapl138-lcdk: enable CONFIG_SPL_DM
 2019-06-24  8:18 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] davinci: fix build warnings
 2019-06-24  8:18 UTC  (2+ messages)

[U-Boot] [PATCH] Fix watchdog timeout setup for mt7623n (banana-pi r2)
 2019-06-24  7:47 UTC  (3+ messages)

[U-Boot] [PATCH 1/1] x86: Add basic Slim Bootloader payload support
 2019-06-24  7:42 UTC  (8+ messages)

[U-Boot] [nand] [ubi] Discrepancy Between U-Boot and Linux NAND PEBs
 2019-06-24  7:40 UTC  (2+ messages)

[U-Boot] [PATCH] ls1028a: video: hdp: disable CONFIG_VIDEO as to fix build warning
 2019-06-24  7:19 UTC 

[U-Boot] [PATCH 0/7] efi_loader: variable services
 2019-06-24  5:31 UTC  (12+ messages)
` [U-Boot] [PATCH 5/7] efi_loader: let the variable driver patch out the runtime
` [U-Boot] [PATCH 6/7] efi_loader: unimplemented runtime services
` [U-Boot] [PATCH 7/7] efi_selftest: test variable services at runtime
` [U-Boot] [PATCH 1/7] efi_loader: move efi_query_variable_info()
` [U-Boot] [PATCH 2/7] efi_debug: make variable support customizable
` [U-Boot] [PATCH 3/7] efi_loader: initialization of variable services
` [U-Boot] [PATCH 4/7] efi_loader: clean up runtime detaching


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox