public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-10-24 05:20:35 to 2018-10-25 06:13:37 UTC [more...]

[U-Boot] [PATCH v2 00/18] Add U-Boot support for MediaTek SoCs - MT7623n & MT7629
 2018-10-25  6:13 UTC  (39+ messages)
` [U-Boot] [PATCH v2 01/18] tools: MediaTek: add MTK boot header generation to mkimage
` [U-Boot] [PATCH v2 02/18] arm: dts: MediaTek: add device tree for MT7629
` [U-Boot] [PATCH v2 03/18] arm: dts: MediaTek: add device tree for MT7623
` [U-Boot] [PATCH v2 04/18] arm: MediaTek: add basic support for MT7629 boards
` [U-Boot] [PATCH v2 05/18] arm: MediaTek: add basic support for MT7623 boards
` [U-Boot] [PATCH v2 06/18] clk: MediaTek: add clock driver for MT7629 SoC
` [U-Boot] [PATCH v2 07/18] clk: MediaTek: add clock driver for MT7623 SoC
` [U-Boot] [PATCH v2 08/18] timer: MediaTek: add timer driver for MediaTek SoCs
` [U-Boot] [PATCH v2 09/18] watchdog: MediaTek: add watchdog "
` [U-Boot] [PATCH v2 10/18] pinctrl: MediaTek: add pinctrl driver for MT7629 SoC
` [U-Boot] [PATCH v2 11/18] pinctrl: MediaTek: add pinctrl driver for MT7623 SoC
` [U-Boot] [PATCH v2 12/18] power domain: MediaTek: add power domain driver for MT7629 SoC
` [U-Boot] [PATCH v2 13/18] power domain: MediaTek: add power domain driver for MT7623 SoC
` [U-Boot] [PATCH v2 14/18] serial: 16550: allow the driver to support MediaTek serial
` [U-Boot] [PATCH v2 15/18] ram: MediaTek: add DDR3 driver for MT7629 SoC
` [U-Boot] [PATCH v2 16/18] mmc: mtk-sd: add SD/MMC host controller driver for MT7623 SoC
` [U-Boot] [PATCH v2 17/18] spi: mtk_qspi: add qspi driver for MT7629 SoC
` [U-Boot] [PATCH v2 18/18] MAINTAINERS: add an entry for MediaTek

[U-Boot] [PATCH] Kconfig: Convert CONFIG_IMX_WATCHDOG to Kconfig
 2018-10-25  4:24 UTC 

[U-Boot] [PATCH v3 00/19] DM_I2C_COMPAT removal for all ti platforms
 2018-10-25  3:30 UTC  (5+ messages)
` [U-Boot] [PATCH v3 01/19] cmd: Kconfig: Do not include EEPROM if DM_I2C is used without DM_I2C_COMPAT
` [U-Boot] [PATCH v3 17/19] drivers: core: Add the option SPL_DM_DEVICE_REMOVE to the Kconfig

[U-Boot] [PATCH 1/1] efi_selftest: do not write to linker generated array
 2018-10-25  3:30 UTC  (4+ messages)

[U-Boot] [PATCH 1/1] efi_selftest: rename setup_ok
 2018-10-25  3:30 UTC  (2+ messages)

[U-Boot] [PATCH v11 01/16] test: regmap: Increase size of syscon0 memory
 2018-10-25  3:30 UTC  (20+ messages)
` [U-Boot] [PATCH v11 05/16] regmap: Introduce init_range
` [U-Boot] [PATCH v11 06/16] regmap: Add error output
` [U-Boot] [PATCH v11 07/16] mips: Implement {in, out}_{le, be}_{16, 32, 64} and {in, out}_8
` [U-Boot] [PATCH v11 08/16] regmap: Add raw read/write functions
` [U-Boot] [PATCH v11 09/16] regmap: Support reading from specific range
` [U-Boot] [PATCH v11 10/16] regmap: Define regmap_{get,set}
` [U-Boot] [PATCH v11 11/16] test: regmap: Add test for regmap_{set, get}
` [U-Boot] [PATCH v11 12/16] regmap: Add endianness support
` [U-Boot] [PATCH v11 13/16] regmap: Add overview documentation

[U-Boot] [PATCH 00/13] dm: DM_FLAG_PRE_RELOC flag clean up
 2018-10-25  3:29 UTC  (28+ messages)
` [U-Boot] [PATCH 01/13] arm: stm32mp: Remove DM_FLAG_PRE_RELOC flag
` [U-Boot] [PATCH 02/13] clk: Remove DM_FLAG_PRE_RELOC flag in various drivers
` [U-Boot] [PATCH 03/13] gpio: "
` [U-Boot] [PATCH 04/13] i2c: omap24xx: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check
` [U-Boot] [PATCH 05/13] mmc: omap: "
` [U-Boot] [PATCH 06/13] pinctrl: Remove DM_FLAG_PRE_RELOC flag in various drivers
` [U-Boot] [PATCH 07/13] ram: bmips: Remove DM_FLAG_PRE_RELOC flag
` [U-Boot] [PATCH 08/13] timer: Remove DM_FLAG_PRE_RELOC flag in various drivers
` [U-Boot] [PATCH 09/13] serial: "
` [U-Boot] [PATCH 10/13] sysreset: "
` [U-Boot] [PATCH 11/13] video: simplefb: Remove DM_FLAG_PRE_RELOC flag
` [U-Boot] [PATCH 12/13] watchdog: Remove DM_FLAG_PRE_RELOC flag in various drivers
` [U-Boot] [PATCH 13/13] dm: doc: Update description of pre-relocation support

[U-Boot] [PATCH] riscv: ax25-ae350: Pass dtb address to u-boot with a1 register
 2018-10-25  3:28 UTC  (5+ messages)

[U-Boot] [PATCH 00/30] General fixes / cleanup for RISC-V and improvements to qemu-riscv
 2018-10-25  2:57 UTC  (45+ messages)
` [U-Boot] [PATCH 02/30] riscv: ignore device tree binaries
      ` [U-Boot] FW: "
` [U-Boot] [PATCH 04/30] riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64I
` [U-Boot] [PATCH 06/30] riscv: add Kconfig entries for the C and A ISA extensions
` [U-Boot] [PATCH 07/30] riscv: set -march and -mabi based on the Kconfig configuration
` [U-Boot] [PATCH 09/30] riscv: move target selection into separate file
` [U-Boot] [PATCH 21/30] riscv: remove CONFIG_INIT_CRITICAL
` [U-Boot] [PATCH 22/30] riscv: remove unused labels in start.S
` [U-Boot] [PATCH 23/30] riscv: do not blindly modify the mstatus CSR
` [U-Boot] [PATCH 24/30] riscv: save hart ID and device tree passed by prior boot stage
` [U-Boot] [PATCH 25/30] riscv: qemu: use "
` [U-Boot] [PATCH 26/30] bdinfo: riscv: print fdt_blob address

[U-Boot] [PATCH] imx: mkimage: avoid stop CI when required files not exists
 2018-10-25  1:14 UTC  (5+ messages)

[U-Boot] [PATCH v5] net: Add MT7628 ethernet driver
 2018-10-24 23:01 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] x86: detect unsupported relocation types
 2018-10-24 21:48 UTC  (5+ messages)

[U-Boot] [PATCH] net: fec_mxc: add support for i.MX8X
 2018-10-24 19:57 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 2/2] net: mvpp2: increase PHY reset pulse
 2018-10-24 19:57 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 1/2] net: mvpp2: fix polarity of PHY reset signal
 2018-10-24 19:57 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] net/phy: Add phy-id for IN112525_S03
 2018-10-24 19:57 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 4/4] net: dm: fec: Obtain the transceiver type from the DT
 2018-10-24 19:57 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 3/4] net: dm: fec: Support the phy-supply binding
 2018-10-24 19:56 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 2/4] net: dm: fec: Fix phy-reset-duration clamping and defaults
 2018-10-24 19:56 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 1/4] net: dm: fec: Fix time unit error in phy-reset-duration
 2018-10-24 19:56 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 3/3] net: phy: aquantia: autodetect if firmware needs to be loaded
 2018-10-24 19:56 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] (no subject)
 2018-10-24 19:56 UTC  (5+ messages)
` [U-Boot] [PATCH 2/3] net: phy: aquantia: add firmware loading support
  ` [U-Boot] "

[U-Boot] [PATCH 1/3] configs: migrate CONFIG_PHY_AQUANTIA to Kconfig
 2018-10-24 19:56 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] miiphy: Add function to retrieve MDIO bus list head
 2018-10-24 19:56 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] cmd: mii: don't check address for 'device' subcommand
 2018-10-24 19:56 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] Pull request: u-boot-net.git master
 2018-10-24 19:45 UTC 

[U-Boot] socfpga cyclone5 dts
 2018-10-24 19:44 UTC  (9+ messages)

[U-Boot] [PATCH] net: e1000: support 'write_hwaddr' in DM
 2018-10-24 18:42 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] sunxi: doc: Add fastboot example + misc cleanups
 2018-10-24 18:14 UTC  (19+ messages)
` [U-Boot] [PATCH 1/5] sunxi: Fix typos of spelling Allwinner
  ` [U-Boot] [linux-sunxi] "
` [U-Boot] [PATCH 2/5] sunxi: docs: Unify the formatting style and add some paragraph breaks
` [U-Boot] [PATCH 3/5] sunxi: docs: Mention CONFIG_NAND requirement
  ` [U-Boot] [linux-sunxi] "
` [U-Boot] [PATCH 4/5] sunxi: display: Mark sunxi_rgb2yuv_coef array as const
  ` [U-Boot] [linux-sunxi] "
` [U-Boot] [PATCH 5/5] sunxi: doc: Add basic fastboot example
  ` [U-Boot] [linux-sunxi] "
    ` [U-Boot] [linux-sunxi] "

[U-Boot] sunxi: add custom board
 2018-10-24 17:59 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] Get socfpga gen5 SPL working again
 2018-10-24 17:32 UTC  (7+ messages)
` [U-Boot] [PATCH 0/6] "
  ` [U-Boot] [PATCH 5/6] serial: ns16550: fix debug uart putc called before init

[U-Boot] [PATCH] uclass: Use uclass_foreach_dev() macro instead of open coding
 2018-10-24 17:32 UTC  (6+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH v3 00/31] virtio: Introduce VirtIO driver support
 2018-10-24 17:32 UTC  (69+ messages)
` [U-Boot] [PATCH v3 01/31] dm: core: Allow uclass to set up a device's child after it is probed
` [U-Boot] [PATCH v3 02/31] test: dm: core: Add test case for uclass driver's child_post_probe()
` [U-Boot] [PATCH v3 03/31] riscv: bootm: Add dm_remove_devices_flags() call to do_bootm_linux()
` [U-Boot] [PATCH v3 04/31] dm: Add a new uclass driver for VirtIO transport devices
` [U-Boot] [PATCH v3 05/31] virtio: Add codes for virtual queue/ring management
` [U-Boot] [PATCH v3 06/31] virtio: Add virtio over mmio transport driver
` [U-Boot] [PATCH v3 07/31] virtio: Add net driver support
` [U-Boot] [PATCH v3 08/31] test: dm: blk: Correct blk_base test case
` [U-Boot] [PATCH v3 09/31] sandbox: blk: Switch to use platdata_auto_alloc_size for the driver data
` [U-Boot] [PATCH v3 10/31] efi_driver: "
` [U-Boot] [PATCH v3 11/31] blk: Call part_init() in the post_probe() method
` [U-Boot] [PATCH v3 12/31] blk: Drop blk_prepare_device()
` [U-Boot] [PATCH v3 13/31] blk: Make blk_next_free_devnum() public
` [U-Boot] [PATCH v3 14/31] blk: Introduce IF_TYPE_VIRTIO
` [U-Boot] [PATCH v3 15/31] virtio: Add block driver support
` [U-Boot] [PATCH v3 16/31] virtio: cmd: Add virtio command for virtio devices
` [U-Boot] [PATCH v3 17/31] riscv: qemu: Enumerate virtio bus during early boot
` [U-Boot] [PATCH v3 18/31] riscv: qemu: Include some useful commands
` [U-Boot] [PATCH v3 19/31] kconfig: Introduce HAVE_ARCH_IOMAP
` [U-Boot] [PATCH v3 20/31] x86: Implement arch-specific io accessor routines
` [U-Boot] [PATCH v3 21/31] virtio: Add virtio over pci transport driver
` [U-Boot] [PATCH v3 22/31] arm: qemu: Add a Kconfig in the board directory
` [U-Boot] [PATCH v3 23/31] arm: qemu: Enumerate virtio bus during early boot
` [U-Boot] [PATCH v3 24/31] x86: qemu: Imply virtio PCI transport and device drivers
` [U-Boot] [PATCH v3 25/31] dm: pci: Add APIs to find next capability and extended capability
` [U-Boot] [PATCH v3 26/31] test: dm: pci: Add cases for finding next PCI capability APIs
` [U-Boot] [PATCH v3 27/31] virtio: pci: Support non-legacy PCI transport device
` [U-Boot] [PATCH v3 28/31] virtio: net: Support non-legacy device
` [U-Boot] [PATCH v3 29/31] virtio: Add a Sandbox transport driver
` [U-Boot] [PATCH v3 30/31] test: dm: virtio: Add test cases for virtio uclass
` [U-Boot] [PATCH v3 31/31] doc: Document virtio support

[U-Boot] [PATCH 1/3] pwm: sunxi: fix off-by-one that prevented PWM to use prescaler bypass
 2018-10-24 17:07 UTC  (4+ messages)
` [U-Boot] [PATCH 3/3] pwm: sunxi: choose best prescaler to improve PWM resolution

[U-Boot] [PATCH] power: spl: add SPL_DM_REGULATOR_GPIO in Kconfig
 2018-10-24 15:36 UTC 

[U-Boot] Please pull u-boot-dm
 2018-10-24 14:33 UTC  (17+ messages)

[U-Boot] [PATCH v3 0/9] Add pinmux command
 2018-10-24 14:14 UTC  (5+ messages)
` [U-Boot] [PATCH v3 1/9] dm: pinctrl: Add get_pin_muxing() ops

[U-Boot] [PATCH] tools: imx8image: return SUCCESS when the required files not found
 2018-10-24 13:58 UTC  (5+ messages)

[U-Boot] [PATCH] nand: fix up badblock skipping
 2018-10-24 13:56 UTC  (2+ messages)

[U-Boot] [PULL] Please pull u-boot-imx
 2018-10-24 13:38 UTC  (5+ messages)

[U-Boot] please pull u-boot-samsung master
 2018-10-24 13:32 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/10] arm: am654: Add r5 support for am654-evm
 2018-10-24 13:32 UTC  (3+ messages)
` [U-Boot] [PATCH v2 07/10] arm: dts: k3: Sync dts from Linux

[U-Boot] [PATCH v4 00/11] Add pinmux command
 2018-10-24 12:10 UTC  (12+ messages)
` [U-Boot] [PATCH v4 01/11] dm: pinctrl: Add get_pin_muxing() ops
` [U-Boot] [PATCH v4 02/11] dm: pinctrl: Add pinctrl_get_pin_name and pinctrl_get_pins_count
` [U-Boot] [PATCH v4 03/11] dm: uclass: Add uclass_next_device_err() to return a valid device
` [U-Boot] [PATCH v4 04/11] dm: uclass: Add uclass_foreach_dev_probe
` [U-Boot] [PATCH v4 05/11] cmd: pinmux: Add pinmux command
` [U-Boot] [PATCH v4 06/11] pinctrl: stm32: Add get_pins_count() ops
` [U-Boot] [PATCH v4 07/11] pinctrl: stm32: Add get_pin_name() ops
` [U-Boot] [PATCH v4 08/11] pinctrl: stm32: Add get_pin_muxing() ops
` [U-Boot] [PATCH v4 09/11] gpio: stm32f7: Add ops get_function
` [U-Boot] [PATCH v4 10/11] pinctrl: sandbox: Add get_pin_muxing ops support
` [U-Boot] [PATCH v4 11/11] test/py: test pinmux command

[U-Boot] [PATCH v2 0/3] efi_loader: improve boot sequence in distro_bootcmd
 2018-10-24 10:43 UTC  (3+ messages)
` [U-Boot] [PATCH v2 3/3] ARM: qemu-arm: define fdt_addr_r

[U-Boot] [PATCH 1/2] efi_loader: rework fdt handling in distro boot script
 2018-10-24 10:36 UTC  (8+ messages)
` [U-Boot] [PATCH 2/2] ARM: qemu-arm: define fdt_addr_r

[U-Boot] [PATCH] cmd: remoteproc: Fix the base of strtoul for ID conversion from 3 to 10
 2018-10-24 10:10 UTC  (2+ messages)

[U-Boot] [PATCH] w1: fix build without CONFIG_W1_EEPROM
 2018-10-24 10:08 UTC  (7+ messages)

[U-Boot] [PATCH] power: regulator: Makefile: Remove SPL tag for REGULATOR_GPIO
 2018-10-24 10:06 UTC  (2+ messages)

[U-Boot] efi: utf8_utf16_strncpy?
 2018-10-24  8:39 UTC 

[U-Boot] [PATCH v2 1/1] common: Compile error with CONFIG_MULTI_DTB_FIT and not SPL
 2018-10-24  8:26 UTC  (2+ messages)

[U-Boot] [PATCH] w1: Add driver for i.MX bus master controller
 2018-10-24  8:21 UTC  (2+ messages)
` [U-Boot] [PATCH] w1-eeprom: Add support for Maxim DS2502 add only memory

[U-Boot] spl: fix the new position of gd and stack
 2018-10-24  6:00 UTC 


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