All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-04-26 09:27:31 to 2019-04-26 09:45:52 UTC [more...]

[U-Boot] [PATCH RESEND 07/10] clk: imx8: add i.MX8QM clk driver
 2019-04-26  9:45 UTC  (22+ messages)
  ` [U-Boot] [U-Boot,RESEND,07/10] "
  ` [U-Boot] ARM: imx: Fix typo in select option for ZMX25
  ` [U-Boot] [U-Boot,RESEND,05/10] imx8: add cpu support
  ` [U-Boot] imx: 8qxp_mek: fix fdt_file and console
  ` [U-Boot] [U-Boot,2/2] mxc_ocotp: Disable fuse sense for imx8mq B1
  ` [U-Boot] [U-Boot, 1/2] mxc_ocotp: Update redundancy banks for mx7ulp B0
  ` [U-Boot] [U-Boot,3/8] imx8qxp: mek: Enable CMD_FUSE
  ` [U-Boot] [U-Boot, imx-next, v1, 03/14] ARM: Enable CONFIG_DM_MMC and CONFIG_DM_BLK on HSC and DDC boards
  ` [U-Boot] [U-Boot, RESEND, 03/10] dt-bindings: clock: dt-bindings: pinctrl: add i.MX8QM clocks definition
  ` [U-Boot] [U-Boot,RESEND,10/10] imx: support i.MX8QM MEK board
  ` [U-Boot] [U-Boot,1/8] imx: sip: add call_imx_sip_ret2
  ` [U-Boot] [U-Boot, RESEND, 01/10] pinctrl: imx8: add i.MX8QM compatible
  ` [U-Boot] imx: i.MX8MQ: clear ocotp error bit
  ` [U-Boot] [U-Boot, imx-next, v1, 11/14] ARM: defconfig: kp_imx53: Enable DM_USB support on HSC|DDC boards
  ` [U-Boot] [U-Boot, RESEND, 09/10] misc: imx8: scu: add i.MX8QM support
  ` [U-Boot] [U-Boot, RESEND, 06/10] clk: imx8: split code into common and soc specific part
  ` [U-Boot] [U-Boot,2/8] imx8: fuse: add fuse driver
  ` [U-Boot] ddr: imx8m: hide i.MX8M DDR options from device driver entry
  ` [U-Boot] [U-Boot, RESEND, 04/10] arm: dts: introduce dtsi for i.MX8QM
  ` [U-Boot] imx8qxp: mek: enable dm-spl for pm
  ` [U-Boot] [U-Boot, RESEND, 02/10] dt-bindings: pinctrl: add i.MX8QM pads definition

[U-Boot] [imx-next PATCH v1 01/14] ARM: Remove HSC|DDC ETH PHY reset code after switching to DM/DTS
 2019-04-26  9:45 UTC  (27+ messages)
    ` [U-Boot] [U-Boot, v3] ARM: dts: i.MX6Q: fix avoid_unnecessary_addr_size warnings
    ` [U-Boot] [U-Boot, v2, 1/5] misc: imx8: remove duplicates from scfw api
    ` [U-Boot] [U-Boot, v2, 2/5] arm: dts: imx8dx: add lpuart1, lpuart2, lpuart3
        ` [U-Boot] [U-Boot, imx-next, v1, 01/14] ARM: Remove HSC|DDC ETH PHY reset code after switching to DM/DTS
        ` [U-Boot] [U-Boot, imx-next, v1, 08/14] DTS: Enable USB host support (including regulators) on HSC|DDC boards
        ` [U-Boot] [U-Boot, v2, 11/14] colibri-imx6ull: migrate fec to using driver model
        ` [U-Boot] [U-Boot, v2, 09/14] colibri-imx6ull: migrate mmc "
        ` [U-Boot] [U-Boot, imx-next, v1, 12/14] ARM: config: Remove not needed CONFIG_MXC_USB_PORT define
        ` [U-Boot] [U-Boot, imx-next, v1, 10/14] USB: DM: Convert i.MX5 ehci code to driver model
            ` [U-Boot] [U-Boot, v2, 05/14] colibri-imx6ull: fix ethernet phy power on
              ` [U-Boot] [U-Boot, v2, 01/14] tdx-cfg-block: add support for new colibri iMX6ull skus
              ` [U-Boot] [U-Boot, v2, 4/5] board: toradex: tdx-cfg-block: add new skus
              ` [U-Boot] [U-Boot, v2, 3/5] board: toradex: tdx-cfg-block: clean-up sku handling
        ` [U-Boot] [U-Boot,v1] colibri_vf: fix tab vs. spaces
        ` [U-Boot] [U-Boot, v2, 02/14] tdx-cfg-block: simplify i.MX 6 module detection
        ` [U-Boot] [U-Boot, imx-next, v1, 14/14] boot.src: Provide dsa_core.blacklist bootarg when booting via NFS
        ` [U-Boot] [U-Boot, imx-next, v1, 07/14] DTS: Provide USB host DTS description for i.MX53 devices
        ` [U-Boot] [U-Boot, imx-next, v1, 09/14] ARM: Remove EHCI specific code from HSC|DDC board file
        ` [U-Boot] [U-Boot, imx-next, v1, 05/14] ARM: Remove non DM/DTS esdhc3 code from HSC|DDC board related files
        ` [U-Boot] [U-Boot, imx-next, v1, 04/14] ARM: defconfig: Move CONFIG_FSL_ESDHC to Kconfig
        ` [U-Boot] [U-Boot, v2, 06/14] board: imx6ull: Add disable PMIC_STBY_REQ
        ` [U-Boot] [U-Boot, v2, 07/14] colibri-imx6ull: configuration clean-up
        ` [U-Boot] [U-Boot, v2, 04/14] apalis/colibri_imx6/imx6ull: make sure loadaddr does not collide
        ` [U-Boot] [U-Boot, v1] colibri_vf: fix ethernet by adding explicit phy node
        ` [U-Boot] [U-Boot, imx-next, v1, 02/14] DTS: Add esdhc3 device tree description tuning for HSC|DDC boards
        ` [U-Boot] [U-Boot, v2, 03/14] colibri-imx6ull: set module variant depending on config block

[U-Boot] [PATCH] ARM: omap3_logic: Enable UUID
 2019-04-26  9:45 UTC  (2+ messages)
` [U-Boot] "

Applied "regulator: db8500-prcmu: Convert to use simplified DT parsing" to the regulator tree
 2019-04-26  9:45 UTC 

[U-Boot] [PATCH V2 4/5] pico-imx7d: Convert DM MMC
 2019-04-26  9:45 UTC  (2+ messages)
` [U-Boot] [U-Boot,V2,4/5] "

Applied "regulator: dbx500-prcmu: Remove unused fields from struct dbx500_regulator_info" to the regulator tree
 2019-04-26  9:45 UTC 

Applied "regulator: ab8500-ext: Remove *rdev from struct ab8500_ext_regulator_info" to the regulator tree
 2019-04-26  9:45 UTC 

Applied "regulator: ab8500-ext: Constify ab8500_ext_regulator_ops" to the regulator tree
 2019-04-26  9:45 UTC 

[PATCH 0/3] mmc: renesas_sdhi_internal_dmac: improve performance by using IOMMU
 2019-04-26  9:45 UTC  (6+ messages)
` [PATCH 2/3] mmc: tmio: No memory size limitation if runs on IOMMU
` [PATCH 3/3] mmc: renesas_sdhi_internal_dmac: use multiple segments if possible

Applied "regulator: ab8500: Remove *regulator from struct ab8500_regulator_info" to the regulator tree
 2019-04-26  9:45 UTC 

Applied "regulator: tps65218: Convert to use regulator_get_current_limit_regmap" to the regulator tree
 2019-04-26  9:45 UTC 

Applied "regulator: tps6524x: Remove *rdev[N_REGULATORS] from struct tps6524x" to the regulator tree
 2019-04-26  9:45 UTC 

Applied "regulator: tps6524x: Constify regulator_ops" to the regulator tree
 2019-04-26  9:45 UTC 

Applied "regulator: max8998: Factor out struct voltage_map_desc" to the regulator tree
 2019-04-26  9:44 UTC 

Applied "regulator: max8998: Constify regulator_ops" to the regulator tree
 2019-04-26  9:45 UTC 

Applied "dt-bindings: regulator: Add stm32mp1 pwr regulators" to the regulator tree
 2019-04-26  9:44 UTC 

Applied "regulator: ready_mask_table[] can be static" to the regulator tree
 2019-04-26  9:44 UTC 

Applied "regulator: stm32-pwr: Fix return value check in stm32_pwr_regulator_probe()" to the regulator tree
 2019-04-26  9:44 UTC 

Applied "regulator: wm8994: Switch to SPDX identifier" to the regulator tree
 2019-04-26  9:44 UTC 

[PATCH] drm/ttm: fix busy memory to fail other user v4
 2019-04-26  9:44 UTC 

Applied "regulator: arizona: Switch to SPDX identifier" to the regulator tree
 2019-04-26  9:44 UTC 

Applied "regulator: wm831x: Switch to SPDX identifier" to the regulator tree
 2019-04-26  9:44 UTC 

[PATCH 2/2] regulator: fan53555: Switch to SPDX identifier
 2019-04-26  9:44 UTC  (3+ messages)
` Applied "regulator: fan53555: Switch to SPDX identifier" to the regulator tree

[PATCH 2/3] regulator: ltc3589: Get rid of struct ltc3589_regulator
 2019-04-26  9:44 UTC  (3+ messages)
` Applied "regulator: ltc3589: Get rid of struct ltc3589_regulator" to the regulator tree

[PATCH 2/2] regulator: sky81452: Switch to SPDX identifier
 2019-04-26  9:40 UTC  (2+ messages)
` Applied "regulator: sky81452: Switch to SPDX identifier" to the regulator tree

[PATCH v2] regulator: core: do not report EPROBE_DEFER as error but as debug
 2019-04-26  9:44 UTC  (5+ messages)
` Applied "regulator: core: do not report EPROBE_DEFER as error but as debug" to the regulator tree

[PATCH 1/2] regulator: fan53555: Clean up unneeded fields from struct fan53555_device_info
 2019-04-26  9:40 UTC  (2+ messages)
` Applied "regulator: fan53555: Clean up unneeded fields from struct fan53555_device_info" to the regulator tree

[PATCH 1/3] regulator: ltc3589: Convert to use simplified DT parsing
 2019-04-26  9:40 UTC  (2+ messages)
` Applied "regulator: ltc3589: Convert to use simplified DT parsing" to the regulator tree

[PATCH] regulator: mt63xx: Switch to SPDX identifier
 2019-04-26  9:40 UTC  (2+ messages)
` Applied "regulator: mt63xx: Switch to SPDX identifier" to the regulator tree

Applied "regulator: wm8350: Switch to SPDX identifier" to the regulator tree
 2019-04-26  9:40 UTC 

Applied "regulator: tps80031: Switch to SPDX identifier" to the regulator tree
 2019-04-26  9:40 UTC 

[PATCH topic-hns-5.1 0/3] {topost} net: hns3: add support for mac autoneg and FEC enconding control
 2019-04-26  9:42 UTC  (4+ messages)
` [PATCH topic-hns-5.1 1/3] {topost} net: hns3: add support for multiple media type
` [PATCH topic-hns-5.1 2/3] {topost} net: hns3: add autoneg and change speed support for fibre port
` [PATCH topic-hns-5.1 3/3] {topost} net: hns3: add support for FEC encoding control

Applied "regulator: stm32-pwr: Fix return value check in stm32_pwr_regulator_probe()" to the regulator tree
 2019-04-26  9:40 UTC 

Applied "regulator: max8998: Factor out struct voltage_map_desc" to the regulator tree
 2019-04-26  9:40 UTC 

Applied "regulator: Add support for stm32 power regulators" to the regulator tree
 2019-04-26  9:40 UTC 

[PATCH] xen/arm: skip first page when RAM starts at 0x0
 2019-04-26  9:42 UTC  (7+ messages)
      ` [Xen-devel] "

Applied "regulator: ab8500-ext: Constify ab8500_ext_regulator_ops" to the regulator tree
 2019-04-26  9:41 UTC 

[PATCH] staging: comedi: comedi_isadma: Use a non-NULL device for DMA API
 2019-04-26  9:41 UTC  (3+ messages)

Applied "regulator: ab8500-ext: Remove *rdev from struct ab8500_ext_regulator_info" to the regulator tree
 2019-04-26  9:41 UTC 

[PATCH 0/4] pinctrl: sh-pfc: Run-time debug code fixes and enhancements
 2019-04-26  9:42 UTC  (8+ messages)
` [PATCH 2/4] pinctrl: sh-pfc: Mark run-time debug code __init
` [PATCH 3/4] pinctrl: sh-pfc: Add check for empty pinmux groups/functions
` [PATCH 4/4] pinctrl: sh-pfc: Validate pin tables at runtime

Applied "regulator: db8500-prcmu: Convert to use simplified DT parsing" to the regulator tree
 2019-04-26  9:41 UTC 

Applied "regulator: anatop: Remove unneeded fields from struct anatop_regulator" to the regulator tree
 2019-04-26  9:41 UTC 

Applied "regulator: s2mpa01: Remove unused define for S2MPA01_REGULATOR_CNT" to the regulator tree
 2019-04-26  9:41 UTC 

Applied "regulator: hi655x: Constify regulators array" to the regulator tree
 2019-04-26  9:41 UTC 

[PATCH V2 0/3] mac80211: notify the driver when it should enable TWT
 2019-04-26  9:41 UTC  (8+ messages)
` [PATCH V2 1/3] mac80211: allow turning TWT responder support on and off via netlink
` [PATCH V2 2/3] mac80211: dynamically turn TWT requester support on and off
` [PATCH V2 3/3] ath11k: add TWT support

Applied "regulator: hi655x: Remove ctrl_mask field from struct hi655x_regulator" to the regulator tree
 2019-04-26  9:41 UTC 

Applied "regulator: hi6421: Convert to use simplified DT parsing" to the regulator tree
 2019-04-26  9:41 UTC 

Applied "regulator: mcp16502: Remove unneeded fields from struct mcp16502" to the regulator tree
 2019-04-26  9:41 UTC 

Applied "regulator: mcp16502: Remove setup_regulators function" to the regulator tree
 2019-04-26  9:41 UTC 

Applied "regulator: vexpress: Constify regulator_ops" to the regulator tree
 2019-04-26  9:41 UTC 

Applied "regulator: db8500-prcmu: Constify regulator_ops" to the regulator tree
 2019-04-26  9:41 UTC 

Applied "regulator: dbx500-prcmu: Remove unused fields from struct dbx500_regulator_info" to the regulator tree
 2019-04-26  9:41 UTC 

Applied "regulator: ab8500-ext: Convert to use simplified DT parsing" to the regulator tree
 2019-04-26  9:41 UTC 

Applied "regulator: ab8500: Constify regulator_ops" to the regulator tree
 2019-04-26  9:41 UTC 

Applied "regulator: ab8500: Remove *regulator from struct ab8500_regulator_info" to the regulator tree
 2019-04-26  9:41 UTC 

Applied "regulator: tps65218: Convert to use regulator_get_current_limit_regmap" to the regulator tree
 2019-04-26  9:41 UTC 

[igt-dev] [PATCH i-g-t v3 1/1] lib: consolidate duplicated define of vfs_file_max(void)
 2019-04-26  9:41 UTC  (2+ messages)

[PATCH v2 0/5] Add TPU support for R-Car H3/M3-W/M3-N
 2019-04-26  9:41 UTC  (2+ messages)

Applied "regulator: max8998: Constify regulator_ops" to the regulator tree
 2019-04-26  9:40 UTC 

Applied "regulator: tps6524x: Constify regulator_ops" to the regulator tree
 2019-04-26  9:40 UTC 

Applied "regulator: tps6524x: Remove *rdev[N_REGULATORS] from struct tps6524x" to the regulator tree
 2019-04-26  9:40 UTC 

Applied "regulator: ready_mask_table[] can be static" to the regulator tree
 2019-04-26  9:40 UTC 

Applied "dt-bindings: regulator: Add stm32mp1 pwr regulators" to the regulator tree
 2019-04-26  9:40 UTC 

Applied "regulator: tps80031: Remove unused *rdev from struct tps80031_regulator" to the regulator tree
 2019-04-26  9:40 UTC 

Applied "regulator: tps80031: Constify regulator_ops and tps80031_dcdc_voltages array" to the regulator tree
 2019-04-26  9:40 UTC 

Applied "regulator: wm8994: Switch to SPDX identifier" to the regulator tree
 2019-04-26  9:40 UTC 

Applied "regulator: arizona: Switch to SPDX identifier" to the regulator tree
 2019-04-26  9:40 UTC 

Applied "regulator: wm831x: Switch to SPDX identifier" to the regulator tree
 2019-04-26  9:40 UTC 

[dpdk-dev] [PATCH v2] vhost: support inflight share memory protocol feature
 2019-04-26  9:40 UTC  (2+ messages)
` [dpdk-dev] [PATCH v3] "

[PATCH 3/3] regulator: ltc3589: Switch to SPDX identifier
 2019-04-26  9:40 UTC  (2+ messages)
` Applied "regulator: ltc3589: Switch to SPDX identifier" to the regulator tree

[PATCH v3 00/26] Add support for PCIe RC and EP mode in TI's AM654 SoC
 2019-04-26  9:40 UTC  (4+ messages)
` [PATCH v3 22/26] PCI: keystone: Add support for PCIe EP in AM654x Platforms

Applied "regulator: wm8400: Switch to SPDX identifier" to the regulator tree
 2019-04-26  9:40 UTC 

[PATCH 1/2] regulator: sky81452: Constify sky81452_reg_ops
 2019-04-26  9:40 UTC  (2+ messages)
` Applied "regulator: sky81452: Constify sky81452_reg_ops" to the regulator tree

linux-next: Tree for Apr 26
 2019-04-26  9:40 UTC 

[PATCH 00/10] implement DYNAMIC_DEBUG_RELATIVE_POINTERS
 2019-04-26  9:39 UTC  (4+ messages)
` [PATCH 09/10] arm64: select DYNAMIC_DEBUG_RELATIVE_POINTERS

[U-Boot] [PATCH V2 2/5] pico-imx7d: defconfig: Add DT file hooks
 2019-04-26  9:38 UTC  (2+ messages)
` [U-Boot] [U-Boot,V2,2/5] "

[U-Boot] [PATCH V2 3/5] pico-imx7d: defconfig Enable DM gpio pinctrl and pinctrl_imx7
 2019-04-26  9:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, V2, "

[U-Boot] [PATCH v2 11/14] colibri-imx6ull: migrate fec to using driver model
 2019-04-26  9:38 UTC  (5+ messages)
    ` [U-Boot] [U-Boot, v3, 14/14] ARM: dts: colibri-imx6ull: update device tree
    ` [U-Boot] [U-Boot, v2, 12/14] ARM: dts: colibri-imx6ull: fix uart-has-rtscts property
    ` [U-Boot] [U-Boot, v3, 13/14] ARM: dts: colibri-imx6ull: add osc32k_32k_out pinctrl
    ` [U-Boot] [U-Boot, imx-next, v1, 13/14] Convert CONFIG_USB_EHCI_MX5 to Kconfig

[U-Boot] [PATCH] ARM: imx6q_logic: Allow storing environment in FAT on eMMC
 2019-04-26  9:38 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2 1/1] colibri_imx6: use UUID for rootfs
 2019-04-26  9:38 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2,1/1] "

[U-Boot] [PATCH v2 2/2] warp7: Switch to DM USB
 2019-04-26  9:38 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2,2/2] "

[U-Boot] [PATCH v2 1/2] warp7: Switch to DM Serial
 2019-04-26  9:38 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2,1/2] "

[U-Boot] [PATCH] imx: Add variscite DART-6UL Evaluation Kit
 2019-04-26  9:38 UTC  (2+ messages)
` [U-Boot] "

[PATCH 02/21] megaraid_sas: Fix calculation of target ID
 2019-04-26  9:36 UTC 

[igt-dev] [PATCH i-g-t v4 0/6] Remove global igt_global_mmio
 2019-04-26  9:38 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for Remove global igt_global_mmio (rev4)

[U-Boot] [PATCH v2 0/5] colibri imx8qxp 2gb wb it v1.0b module support
 2019-04-26  9:38 UTC  (10+ messages)
` [U-Boot] [PATCH v2 5/5] board: toradex: add "

[U-Boot] [PATCH] warp7: Fix dfu_alt_info setting after DM conversion
 2019-04-26  9:37 UTC  (2+ messages)
` [U-Boot] "

[RFC PATCH RESEND] i2c-piix4: Add Hygon Dhyana SMBus support
 2019-04-26  9:37 UTC  (3+ messages)

[U-Boot] [PATCH V2 5/5] pico-imx7d: Increase u-boot size for dfu request
 2019-04-26  9:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, V2, "

[PATCH v2 00/15] add ecspi ERR009165 for i.mx6/7 soc family
 2019-04-26  9:37 UTC  (14+ messages)
` [v2,06/15] spi: imx: fix ERR009165
      ` [EXT] Re: [PATCH v2 06/15] "
` [v2,07/15] spi: imx: remove ERR009165 workaround on i.mx6ul
    ` [EXT] Re: [PATCH v2 07/15] "

[U-Boot] [PATCH V2 1/5] Arm: imx7d-pico: Import all Linux device tree for Pico i.MX7D SOM
 2019-04-26  9:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, V2, "

[PATCHv5 0/9] cfg80211/mac80211: Add support for TID specific configuration
 2019-04-26  9:37 UTC  (12+ messages)
` [PATCHv5 1/9] nl80211: New netlink command "
` [PATCHv5 2/9] nl80211: Add new netlink attribute for TID speicific retry count
` [PATCHv5 5/9] nl80211: Add netlink attribute to configure TID specific tx rate

[Buildroot] [PATCH] board/olimex: Add support for Olimex A33 Olinuxino board
 2019-04-26  9:37 UTC 

[U-Boot] [PATCH] ARM: imx6q_logic: Allow optional arguments to cmd line
 2019-04-26  9:37 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] dts: imx6ull: add USB aliases to support DM
 2019-04-26  9:37 UTC  (2+ messages)
  ` [U-Boot] "

[U-Boot] [PATCH v2 1/2] ARM: imx6: DHCOM i.MX6 PDK: use Kconfig for inclusion of DDR calibration
 2019-04-26  9:37 UTC  (2+ messages)
  ` [U-Boot] [U-Boot, v2, "

[PATCH 0/5] Multiple hook support
 2019-04-26  9:36 UTC  (6+ messages)
    ` How to undo previously set configuration? (again)

[U-Boot] [PATCH v5 1/2] spl: fix linker size check off-by-one errors
 2019-04-26  9:36 UTC  (6+ messages)
` [U-Boot] [PATCH v5 2/2] dlmalloc: fix malloc range at end of ram

[U-Boot] [PATCH v2 2/2] ARM: imx6: update 1GB DDR3 calibration for DHCOM i.MX6qd PDK
 2019-04-26  9:36 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH] riscv: qemu: Use correct SYS_TEXT_BASE for S-mode on 32bit system
 2019-04-26  9:35 UTC  (2+ messages)

[PATCH 0/2] L2 cache controller support for SiFive FU540
 2019-04-26  9:34 UTC  (6+ messages)
` [PATCH 1/2] RISC-V: Add DT documentation for SiFive L2 Cache Controller

[PATCH] power: supply: bq27xxx_battery: Notify also about status changes
 2019-04-26  9:32 UTC  (2+ messages)

[Bug 110514] [CI][BAT] igt@* - skip - Test requirement: is_i915_device(fd) && has_known_intel_chipset(fd), Skip
 2019-04-26  9:32 UTC 

hello dear
 2019-04-26  8:57 UTC 

hello dear
 2019-04-26  8:57 UTC 

[PATCH] net: phy: realtek: Add rtl8211e rx/tx delays config
 2019-04-26  9:30 UTC 

[U-Boot] [PULL] u-boot-socfpga/master
 2019-04-26  9:31 UTC 

[PATCH 1/2] lib: add __sysfs_match_string_with_gaps() helper
 2019-04-26  9:29 UTC  (6+ messages)

[Qemu-devel] [PATCH] Revert "armv7m: Guard against no -kernel argument"
 2019-04-26  9:17 UTC  (5+ messages)

[Qemu-devel] [PATCH v6 00/11] vhost-user for input & GPU
 2019-04-26  9:28 UTC  (4+ messages)
` [Qemu-devel] [PATCH v6 02/11] Add vhost-user-input-pci

[PATCH] mod_devicetable.h: reduce sizeof(struct of_device_id) by 80 bytes
 2019-04-26  9:27 UTC  (2+ messages)

[PATCH 1/3] x86/mem_sharing: aquire extra references for pages with correct domain
 2019-04-26  9:26 UTC  (3+ messages)
` [Xen-devel] "

[Qemu-devel] [PATCH] migration/colo.c: Remove redundant input parameter
 2019-04-26  9:23 UTC  (2+ messages)

[Qemu-devel] [PATCH] migration/colo.h: Remove obsolete codes
 2019-04-26  9:23 UTC  (2+ messages)

[U-Boot] [PATCH] ddr: imx8m: hide i.MX8M DDR options from device driver entry
 2019-04-22 10:41 UTC 

[U-Boot] [PATCH v3 14/14] ARM: dts: colibri-imx6ull: update device tree
 2019-04-17 23:57 UTC 

[U-Boot] [PATCH v3 13/14] ARM: dts: colibri-imx6ull: add osc32k_32k_out pinctrl
 2019-04-17 23:57 UTC 

[U-Boot] [PATCH v3] ARM: dts: i.MX6Q: fix avoid_unnecessary_addr_size warnings
 2019-04-17 23:47 UTC 

[U-Boot] [PATCH 2/2] mxc_ocotp: Disable fuse sense for imx8mq B1
 2019-04-17  9:41 UTC 

[U-Boot] [PATCH 1/2] mxc_ocotp: Update redundancy banks for mx7ulp B0
 2019-04-17  9:41 UTC 

[U-Boot] [PATCH] imx: i.MX8MQ: clear ocotp error bit
 2019-04-17  9:41 UTC 

[U-Boot] [PATCH] imx: 8qxp_mek: fix fdt_file and console
 2019-04-15 12:00 UTC 

[U-Boot] [PATCH] ARM: imx: Fix typo in select option for ZMX25
 2019-04-13  8:21 UTC 

[U-Boot] [PATCH 3/8] imx8qxp: mek: Enable CMD_FUSE
 2019-04-12  7:54 UTC 

[U-Boot] [PATCH 2/8] imx8: fuse: add fuse driver
 2019-04-12  7:54 UTC 

[U-Boot] [PATCH 1/8] imx: sip: add call_imx_sip_ret2
 2019-04-12  7:54 UTC 

[U-Boot] [PATCH v2 4/5] board: toradex: tdx-cfg-block: add new skus
 2019-04-09 15:25 UTC 

[U-Boot] [PATCH v2 3/5] board: toradex: tdx-cfg-block: clean-up sku handling
 2019-04-09 15:25 UTC 

[U-Boot] [PATCH v2 2/5] arm: dts: imx8dx: add lpuart1, lpuart2, lpuart3
 2019-04-09 15:25 UTC 

[U-Boot] [PATCH v2 1/5] misc: imx8: remove duplicates from scfw api
 2019-04-09 15:25 UTC 

[U-Boot] [PATCH v2 12/14] ARM: dts: colibri-imx6ull: fix uart-has-rtscts property
 2019-04-09 15:24 UTC 

[U-Boot] [PATCH v2 09/14] colibri-imx6ull: migrate mmc to using driver model
 2019-04-09 15:24 UTC 

[U-Boot] [PATCH v2 07/14] colibri-imx6ull: configuration clean-up
 2019-04-09 15:24 UTC 

[U-Boot] [PATCH v2 06/14] board: imx6ull: Add disable PMIC_STBY_REQ
 2019-04-09 15:24 UTC 

[U-Boot] [PATCH v2 05/14] colibri-imx6ull: fix ethernet phy power on
 2019-04-09 15:24 UTC 

[U-Boot] [PATCH v2 04/14] apalis/colibri_imx6/imx6ull: make sure loadaddr does not collide
 2019-04-09 15:24 UTC 

[U-Boot] [PATCH v2 03/14] colibri-imx6ull: set module variant depending on config block
 2019-04-09 15:24 UTC 

[U-Boot] [PATCH v2 02/14] tdx-cfg-block: simplify i.MX 6 module detection
 2019-04-09 15:24 UTC 

[U-Boot] [PATCH v2 01/14] tdx-cfg-block: add support for new colibri iMX6ull skus
 2019-04-09 15:24 UTC 

[U-Boot] [imx-next PATCH v1 14/14] boot.src: Provide dsa_core.blacklist bootarg when booting via NFS
 2019-04-04 10:26 UTC 

[U-Boot] [imx-next PATCH v1 13/14] Convert CONFIG_USB_EHCI_MX5 to Kconfig
 2019-04-04 10:26 UTC 

[U-Boot] [imx-next PATCH v1 12/14] ARM: config: Remove not needed CONFIG_MXC_USB_PORT define
 2019-04-04 10:26 UTC 

[U-Boot] [imx-next PATCH v1 11/14] ARM: defconfig: kp_imx53: Enable DM_USB support on HSC|DDC boards
 2019-04-04 10:26 UTC 

[U-Boot] [imx-next PATCH v1 10/14] USB: DM: Convert i.MX5 ehci code to driver model
 2019-04-04 10:26 UTC 

[U-Boot] [imx-next PATCH v1 09/14] ARM: Remove EHCI specific code from HSC|DDC board file
 2019-04-04 10:26 UTC 

[U-Boot] [imx-next PATCH v1 08/14] DTS: Enable USB host support (including regulators) on HSC|DDC boards
 2019-04-04 10:26 UTC 

[U-Boot] [imx-next PATCH v1 07/14] DTS: Provide USB host DTS description for i.MX53 devices
 2019-04-04 10:26 UTC 

[U-Boot] [imx-next PATCH v1 05/14] ARM: Remove non DM/DTS esdhc3 code from HSC|DDC board related files
 2019-04-04 10:26 UTC 

[U-Boot] [imx-next PATCH v1 04/14] ARM: defconfig: Move CONFIG_FSL_ESDHC to Kconfig
 2019-04-04 10:26 UTC 

[U-Boot] [imx-next PATCH v1 03/14] ARM: Enable CONFIG_DM_MMC and CONFIG_DM_BLK on HSC and DDC boards
 2019-04-04 10:26 UTC 

[U-Boot] [imx-next PATCH v1 02/14] DTS: Add esdhc3 device tree description tuning for HSC|DDC boards
 2019-04-04 10:26 UTC 

[U-Boot] [PATCH v1] colibri_vf: fix tab vs. spaces
 2019-03-28 22:25 UTC 

[U-Boot] [PATCH v1] colibri_vf: fix ethernet by adding explicit phy node
 2019-03-28 22:24 UTC 

[U-Boot] [PATCH] imx8qxp: mek: enable dm-spl for pm
 2019-03-07 12:43 UTC 

[U-Boot] [PATCH RESEND 10/10] imx: support i.MX8QM MEK board
 2019-03-05  2:32 UTC 

[U-Boot] [PATCH RESEND 09/10] misc: imx8: scu: add i.MX8QM support
 2019-03-05  2:32 UTC 

[U-Boot] [PATCH RESEND 06/10] clk: imx8: split code into common and soc specific part
 2019-03-05  2:32 UTC 

[U-Boot] [PATCH RESEND 05/10] imx8: add cpu support
 2019-03-05  2:32 UTC 

[U-Boot] [PATCH RESEND 04/10] arm: dts: introduce dtsi for i.MX8QM
 2019-03-05  2:32 UTC 

[U-Boot] [PATCH RESEND 03/10] dt-bindings: clock: dt-bindings: pinctrl: add i.MX8QM clocks definition
 2019-03-05  2:32 UTC 

[U-Boot] [PATCH RESEND 02/10] dt-bindings: pinctrl: add i.MX8QM pads definition
 2019-03-05  2:32 UTC 

[U-Boot] [PATCH RESEND 01/10] pinctrl: imx8: add i.MX8QM compatible
 2019-03-05  2:32 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.