All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-16 11:24:53 to 2019-07-16 11:57:44 UTC [more...]

[U-Boot] [PATCH v3 00/57] ram: rk3399: Add LPDDR4 support
 2019-07-16 11:57 UTC  (114+ messages)
`  "
` [U-Boot] [PATCH v3 01/57] ram: rk3399: Add ddrtype enc macro
  `  "
` [U-Boot] [PATCH v3 02/57] ram: rk3399: Add channel number encoder macro
  `  "
` [U-Boot] [PATCH v3 03/57] ram: rk3399: Add row_3_4 enc macro
  `  "
` [U-Boot] [PATCH v3 04/57] ram: rk3399: Add chipinfo macro
  `  "
` [U-Boot] [PATCH v3 05/57] ram: rk3399: Add rank enc macro
  `  "
` [U-Boot] [PATCH v3 06/57] ram: rk3399: Add column "
  `  "
` [U-Boot] [PATCH v3 07/57] ram: rk3399: Add bk "
  `  "
` [U-Boot] [PATCH v3 08/57] ram: rk3399: Add dbw "
  `  "
` [U-Boot] [PATCH v3 09/57] ram: rk3399: Add cs0_rw macro
  `  "
` [U-Boot] [PATCH v3 10/57] ram: rk3399: Add cs1_rw macro
  `  "
` [U-Boot] [PATCH v3 11/57] ram: rk3399: Add bw enc macro
  `  "
` [U-Boot] [PATCH v3 12/57] ram: rk3399: Rename sys_reg with sys_reg2
  `  "
` [U-Boot] [PATCH v3 13/57] ram: rk3399: Update cs0_row to use sys_reg3
  `  "
` [U-Boot] [PATCH v3 14/57] ram: rk3399: Update cs1_row "
  `  "
` [U-Boot] [PATCH v3 15/57] ram: rk3399: Add cs1_col enc macro
  `  "
` [U-Boot] [PATCH v3 16/57] ram: rk3399: Add ddr version "
  `  "
` [U-Boot] [PATCH v3 17/57] ram: rk3399: Add ddrtimingC0
  `  "
` [U-Boot] [PATCH v3 18/57] ram: rk3399: Add DdrMode
  `  "
` [U-Boot] [PATCH v3 19/57] ram: rk3399: Configure phy IO in ds odt
  `  "
` [U-Boot] [PATCH v3 20/57] ram: rockchip: Kconfig: Add RK3399 LPDDR4 entry
  `  "
` [U-Boot] [PATCH v3 21/57] ram: rk3399: Add lpddr4 rank mask for ca training
  `  "
` [U-Boot] [PATCH v3 22/57] ram: rk3399: Add lpddr4 rank mask for wdql training
  `  "
` [U-Boot] [PATCH v3 23/57] ram: rk3399: Move mode_sel assignment
  `  "
` [U-Boot] [PATCH v3 24/57] ram: rk3399: Don't wait for PLL lock in lpddr4
  `  "
` [U-Boot] [PATCH v3 25/57] ram: rk3399: Avoid two channel ZQ Cal Start at the same time
  `  "
` [U-Boot] [PATCH v3 26/57] ram: rk3399: Configure PHY_898, PHY_919 for lpddr4
  `  "
` [U-Boot] [PATCH v3 27/57] ram: rk3399: Configure BOOSTP_EN, BOOSTN_EN "
  `  "
` [U-Boot] [PATCH v3 28/57] ram: rk3399: Configure SLEWP_EN, SLEWN_EN "
  `  "
` [U-Boot] [PATCH v3 29/57] ram: rk3399: Configure PHY RX_CM_INPUT "
  `  "
` [U-Boot] [PATCH v3 30/57] ram: rk3399: Map chipselect "
  `  "
` [U-Boot] [PATCH v3 31/57] ram: rk3399: Configure tsel write ca "
  `  "
` [U-Boot] [PATCH v3 32/57] ram: rk3399: Don't disable dfi dram clk for lpddr4, rank 1
  `  "
` [U-Boot] [PATCH v3 33/57] ram: rk3399: Add IO settings
  `  "
` [U-Boot] [PATCH v3 34/57] ram: sdram: Configure lpddr4 tsel rd, wr based on "
  `  "
` [U-Boot] [PATCH v3 35/57] ram: rk3399: Add tsel control clock drive
  `  "
` [U-Boot] [PATCH v3 36/57] ram: rk3399: Configure soc odt support
  `  "
` [U-Boot] [PATCH v3 37/57] ram: rk3399: Get lpddr4 tsel_rd_en from io settings
  `  "
` [U-Boot] [PATCH v3 38/57] ram: rk3399: Update lpddr4 vref based on "
  `  "
` [U-Boot] [PATCH v3 39/57] ram: rk3399: Update lpddr4 mode_sel "
  `  "
` [U-Boot] [PATCH v3 40/57] ram: rk3399: Update lpddr4 vref_mode_ac
  `  "
` [U-Boot] [PATCH v3 41/57] ram: rk3399: Simplify data training first argument
  `  "
` [U-Boot] [PATCH v3 42/57] ram: rk3399: Handle data training via ops
  `  "
` [U-Boot] [PATCH v3 43/57] ram: rk3399: Add LPPDR4 mr detection
  `  "
` [U-Boot] [PATCH v3 44/57] arm: include: rockchip: Add rk3399 pmu file
  `  "
` [U-Boot] [PATCH v3 45/57] rockchip: rk3399: syscon: Add pmu support
  `  "
` [U-Boot] [PATCH v3 46/57] rockchip: dts: rk3399: Add u-boot, dm-pre-reloc for pmu
  `  "
` [U-Boot] [PATCH v3 47/57] clk: rockchip: rk3399: Set 50MHz ddr clock
  `  "
` [U-Boot] [PATCH v3 48/57] clk: rockchip: rk3399: Set 400MHz "
  `  "
` [U-Boot] [PATCH v3 49/57] ram: rk3399: Add LPPDDR4-400 timings inc
  `  "
` [U-Boot] [PATCH v3 50/57] ram: rk3399: Add LPPDDR4-800 "
  `  "
` [U-Boot] [PATCH v3 51/57] ram: rk3399: Add set_rate sdram rk3399 ops
  `  "
` [U-Boot] [PATCH v3 52/57] ram: rk3399: Add lpddr4 set rate support
  `  "
` [U-Boot] [PATCH v3 53/57] configs: rockpro64: Enable LPDDR4 support
  `  "
` [U-Boot] [PATCH v3 54/57] configs: rock-pi-4: "
  `  "
` [U-Boot] [PATCH v3 55/57] rockchip: dts: rk3399: Add LPDDR4-100 timings
  `  "
` [U-Boot] [PATCH v3 56/57] rockchip: dts: rk3399: rockpro64: Use LPDDR4-100 dtsi
  `  "

[PATCH v4 0/5] Add HDMI jack support on RK3288
 2019-07-16 11:57 UTC  (6+ messages)
` [PATCH v4 1/5] ASoC: hdmi-codec: Add an op to set callback function for plug event
` [PATCH v4 2/5] drm: bridge: dw-hdmi: Report connector status using callback
` [PATCH v4 3/5] drm: dw-hdmi-i2s: Use fixed id for codec device
` [PATCH v4 4/5] ASoC: rockchip_max98090: Add dai_link for HDMI
` [PATCH v4 5/5] ASoC: rockchip_max98090: Add HDMI jack support

[PATCH v2 0/4] add coupled regulators for Exynos5422/5800
 2019-07-16 11:56 UTC  (12+ messages)
  ` [PATCH v2 2/4] devfreq: exynos-bus: convert to use dev_pm_opp_set_rate()

[cip-dev] [PATCH 4.19.y-cip 00/23] Clock enhancements
 2019-07-16 11:56 UTC  (5+ messages)
` [cip-dev] [PATCH 4.19.y-cip 21/23] clk: renesas: rcar-gen3: Fix cpg_sd_clock_round_rate() return value

[bpf-next RFC 0/6] Introduce a BPF helper to generate SYN cookies
 2019-07-16 11:56 UTC  (7+ messages)
` [bpf-next RFC 2/6] tcp: add skb-less helpers to retrieve SYN cookie
` [bpf-next RFC 3/6] bpf: add bpf_tcp_gen_syncookie helper

[PATCH v4 00/25] Add FADump support on PowerNV platform
 2019-07-16 11:33 UTC  (12+ messages)
` [PATCH v4 01/25] powerpc/fadump: move internal macros/definitions to a new header
` [PATCH v4 02/25] powerpc/fadump: move internal code to a new file
` [PATCH v4 03/25] powerpc/fadump: Improve fadump documentation
` [PATCH v4 04/25] pseries/fadump: move rtas specific definitions to platform code
` [PATCH v4 05/25] pseries/fadump: introduce callbacks for platform specific operations
` [PATCH v4 06/25] pseries/fadump: define register/un-register callback functions
` [PATCH v4 08/25] powerpc/fadump: use FADump instead of fadump for how it is pronounced
` [PATCH v4 09/25] opal: add MPIPL interface definitions
` [PATCH v4 10/25] powernv/fadump: add fadump support on powernv
` [PATCH v4 11/25] powernv/fadump: register kernel metadata address with opal
` [PATCH v4 12/25] powernv/fadump: define register/un-register callback functions

[U-Boot] [PATCH] drivers: mtd :spi: Enable 4B opcodes for SPANSION s25fl512s
 2019-07-16 11:55 UTC  (2+ messages)

[dpdk-dev] [v2] drivers/net: fix dereference after null check coverity
 2019-07-16 11:55 UTC  (2+ messages)
` [dpdk-dev] [dpdk-stable] "

[Qemu-devel] [QUESTION] SDL 1.2 support
 2019-07-16 11:54 UTC  (4+ messages)

[PATCH v3 0/6] coresight: etm4x: save/restore ETMv4 context across CPU low power states
 2019-07-16 11:52 UTC  (4+ messages)
` [PATCH v3 5/6] coresight: etm4x: save/restore state "

[PATCH v4 00/24] More improvements for Tegra30 devfreq driver
 2019-07-16 11:55 UTC  (11+ messages)
  ` [PATCH v4 01/24] PM / devfreq: tegra30: Change irq type to unsigned int
  ` [PATCH v4 02/24] PM / devfreq: tegra30: Keep interrupt disabled while governor is stopped
  ` [PATCH v4 03/24] PM / devfreq: tegra30: Handle possible round-rate error
  ` [PATCH v4 04/24] PM / devfreq: tegra30: Drop write-barrier
  ` [PATCH v4 06/24] PM / devfreq: tegra30: Tune up boosting thresholds

[PATCH nft] evaluate: bogus error when refering to existing non-base chain
 2019-07-16 11:51 UTC 

[U-Boot] [PATCH] spi: spi-mem: Fix read data size issue
 2019-07-16 11:50 UTC  (2+ messages)

[PATCH] coresight: etm4x: lazily allocate memory for save_state
 2019-07-16 11:50 UTC  (3+ messages)
` [PATCH v3 5/6] coresight: etm4x: save/restore state across CPU low power states

[dpdk-dev] [PATCH] net/ifc: add devargs pointer check
 2019-07-16 11:31 UTC 

next/pending-fixes boot: 212 boots: 8 failed, 202 passed with 1 offline, 1 conflict (v5.2-8586-gf96c1aec6d0e)
 2019-07-16 11:49 UTC 

[PATCH v2 0/4] kexec/arm64: Add support for zlib compressed kernel images (Image.gz)
 2019-07-16 11:49 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/5] sunxi: H6: Enable USB (2.0) support
 2019-07-16 11:48 UTC  (3+ messages)

[PATCH v3 0/5] Add NUMA-awareness to qspinlock
 2019-07-16 11:47 UTC  (3+ messages)

[U-Boot] [PATCH v3] spl: kconfig: separate sysreset and firmware drivers from misc
 2019-07-16 11:47 UTC  (3+ messages)

[U-Boot] [PATCH v2 1/2] rockchip: make_fit_atf.py: Eliminate pyelftools dependency
 2019-07-16 11:46 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 00/11] bitmaps: allow bitmaps to be used with full and top
 2019-07-16 11:45 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 09/11] block/backup: teach TOP to never copy unallocated regions
` [Qemu-devel] [PATCH v2 10/11] block/backup: support bitmap sync modes for non-bitmap backups

[Qemu-devel] [PATCH v2 00/13] Add SEV guest live migration support
 2019-07-16 11:44 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 04/13] kvm: add support to sync the page encryption state bitmap

[PATCH] MIPS: fix some more fall through errors in arch/mips
 2019-07-16 11:42 UTC  (3+ messages)

[PATCH 00/59] KVM: arm64: ARMv8.3 Nested Virtualization support
 2019-07-16 11:41 UTC  (5+ messages)
` [PATCH 50/59] KVM: arm64: nv: Nested GICv3 Support

[dpdk-dev] [PATCH v2 1/5] bus/fslmc: support device iteration
 2019-07-16 11:40 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3 0/5] FSLMC bus enchancements

[dpdk-dev] [PATCH] app/testpmd: fix display capabilities routine
 2019-07-16 11:39 UTC 

[PATCH 0/4] xfsprogs: inch libxfs/trans.c towards xfs_trans_buf.c
 2019-07-16 11:38 UTC  (9+ messages)
` [PATCH 1/4] xfsprogs: reorder functions in libxfs/trans.c
` [PATCH 2/4] xfsprogs: cosmetic changes to libxfs/trans.c
` [PATCH 3/4] xfsprogs: trivial "
` [PATCH 4/4] xfsprogs: don't use enum for buffer flags

Firing an interrupt pin induces the occurrence of another interrupt
 2019-07-16 11:16 UTC 

[PATCH] sparc64: Fix BIOS Boot Partition support
 2019-07-16 11:35 UTC  (2+ messages)

[PATCH v3 04/24] dmaengine: qcom_hidma: Remove call to memset after dmam_alloc_coherent
 2019-07-16 11:35 UTC  (6+ messages)

[U-Boot] [PATCH v4 0/6] Add spi-mem driver for MediaTek MT7629 SoC
 2019-07-16 11:33 UTC  (4+ messages)

[PATCH v1 0/2] add rte_ring_reset and use it to flush a ring
 2019-07-16 11:31 UTC  (4+ messages)
` [dpdk-dev] [PATCH v9 1/2] ring: add reset API to flush the ring when not in use

[cip-dev] [PATCH 4.19.y-cip 0/4] Add CAN support
 2019-07-16 11:31 UTC  (2+ messages)

[dpdk-dev] [RFC] mbuf: support dynamic fields and flags
 2019-07-16 11:31 UTC  (4+ messages)
    ` [dpdk-dev] ***Spam*** "

[PATCH] drm/amd/amdgpu: Fix offset for vmid selection in debugfs interface
 2019-07-16 11:30 UTC  (2+ messages)

[Xen-devel] [PATCH] mm.h: fix BUG_ON() condition in put_page_alloc_ref()
 2019-07-16 11:27 UTC  (2+ messages)

[Xen-devel] [PATCH v3 0/4] iommu groups + cleanup
 2019-07-16 11:28 UTC  (3+ messages)
` [Xen-devel] [PATCH v3 4/4] iommu / pci: re-implement XEN_DOMCTL_get_device_group

[dpdk-dev] [PATCH v2] examples/vm_power: fix strcpy buffer overrun
 2019-07-16 11:28 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3] "

[dpdk-dev] [PATCH] examples/ip_fragmentation: fix fail to send un-fragmented packets
 2019-07-16 11:26 UTC  (2+ messages)

[U-Boot] [PATCH v4 0/4] SiFive SPI MMC Support
 2019-07-16 11:26 UTC  (7+ messages)
` [U-Boot] [PATCH v4 1/4] mmc: mmc_spi: Use SPI_XFER_BEGIN and SPI_XFER_END flags

[PATCH] dt-bindings: Rename file of DT bindings for Renesas memory controllers
 2019-07-16 11:26 UTC  (4+ messages)

[Qemu-devel] [QEMU-SECURITY] ide: fix assertion in ide_dma_cb() to prevent qemu DoS from quest
 2019-07-16 11:25 UTC  (3+ messages)
  ` [Qemu-devel] [Qemu-block] "

[Xen-devel] [PATCH v2 0/5] x86: CPU idle management adjustments
 2019-07-16 11:25 UTC  (4+ messages)
` [Xen-devel] [PATCH v2 1/5] x86/cpuidle: switch to uniform meaning of "max_cstate="

[dpdk-dev] [Bug 323] eal: ctrl thread calculation assumes 1:1 mapping between cpu and lcore id
 2019-07-16 11:25 UTC 

[dpdk-dev] [PATCH] eal/freebsd: add support for base virtaddr option
 2019-07-16 11:25 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.