messages from 2024-06-28 07:33:15 to 2024-06-28 08:15:22 UTC [more...]
[PATCH 0/7] qrb4210-rb2: add HDMI audio playback support
2024-06-28 7:51 UTC (10+ messages)
` [PATCH 4/7] arm64: dts: qcom: sm6115: add apr, its services and simple sound node
` [PATCH 5/7] arm64: dts: qcom: sm6115: add LPASS LPI pin controller
` [PATCH 6/7] arm64: dts: qcom: sm6115: add description of lpi_i2s2 pins
` [PATCH 7/7] arm64: dts: qcom: qrb4210-rb2: add HDMI audio playback support
[Patch v5 00/12] Add audio support for LPC32XX CPUs
2024-06-28 7:48 UTC (7+ messages)
` [Patch v5 02/12] dt-bindings: dma: Add lpc32xx DMA mux binding
` [Patch v5 12/12] i2x: pnx: Fix potential deadlock warning from del_timer_sync() call in isr
[PATCH v42 00/98] hw/sd/sdcard: Add eMMC support
2024-06-28 8:14 UTC (144+ messages)
` [PATCH v42 02/98] hw/sd/sdcard: Use spec v3.01 by default
` [PATCH v42 16/98] hw/sd/sdcard: Generate random RCA value
` [PATCH v42 18/98] hw/sd/sdcard: Introduce sd_cmd_to_sendingdata and sd_generic_read_byte
` [PATCH v42 19/98] hw/sd/sdcard: Convert SWITCH_FUNCTION to generic_read_byte (CMD6)
` [PATCH v42 20/98] hw/sd/sdcard: Convert SEND_CSD/SEND_CID to generic_read_byte (CMD9 & 10)
` [PATCH v42 21/98] hw/sd/sdcard: Duplicate READ_SINGLE_BLOCK / READ_MULTIPLE_BLOCK cases
` [PATCH v42 22/98] hw/sd/sdcard: Convert READ_SINGLE_BLOCK to generic_read_byte (CMD17)
` [PATCH v42 23/98] hw/sd/sdcard: Convert SEND_TUNING_BLOCK to generic_read_byte (CMD19)
` [PATCH v42 24/98] hw/sd/sdcard: Convert SEND_WRITE_PROT to generic_read_byte (CMD30)
` [PATCH v42 25/98] hw/sd/sdcard: Convert GEN_CMD to generic_read_byte (CMD56)
` [PATCH v42 26/98] hw/sd/sdcard: Convert SD_STATUS to generic_read_byte (ACMD13)
` [PATCH v42 27/98] hw/sd/sdcard: Convert SEND_NUM_WR_BLOCKS to generic_read_byte (ACMD22)
` [PATCH v42 28/98] hw/sd/sdcard: Convert SEND_SCR to generic_read_byte (ACMD51)
` [PATCH v42 29/98] hw/sd/sdcard: Introduce sd_cmd_to_receivingdata / sd_generic_write_byte
` [PATCH v42 30/98] hw/sd/sdcard: Duplicate WRITE_SINGLE_BLOCK / WRITE_MULTIPLE_BLOCK cases
` [PATCH v42 31/98] hw/sd/sdcard: Convert WRITE_SINGLE_BLOCK to generic_write_byte (CMD24)
` [PATCH v42 32/98] hw/sd/sdcard: Convert PROGRAM_CID to generic_write_byte (CMD26)
` [PATCH v42 33/98] hw/sd/sdcard: Convert PROGRAM_CSD to generic_write_byte (CMD27)
` [PATCH v42 34/98] hw/sd/sdcard: Convert LOCK_UNLOCK to generic_write_byte (CMD42)
` [PATCH v42 35/98] hw/sd/sdcard: Convert GEN_CMD to generic_write_byte (CMD56)
` [PATCH v42 36/98] hw/sd/sdcard: Move sd_[a]cmd_name() methods to sd.c
` [PATCH v42 37/98] hw/sd/sdcard: Pass SDState as argument to sd_[a]cmd_name()
` [PATCH v42 38/98] hw/sd/sdcard: Prepare SDProto to contain more fields
` [PATCH v42 39/98] hw/sd/sdcard: Store command name in SDProto
` [PATCH v42 40/98] hw/sd/sdcard: Store command type "
` [PATCH v42 41/98] hw/sd/sdcard: Store command class "
` [PATCH v42 42/98] hw/sd/sdcard: Remove SEND_DSR dead case (CMD4)
` [PATCH v42 43/98] hw/sd/sdcard: Register generic optional handlers (CMD11 and CMD20)
` [PATCH v42 44/98] hw/sd/sdcard: Register optional handlers from spec v6.00
` [PATCH v42 45/98] hw/sd/sdcard: Register SDIO optional handlers
` [PATCH v42 46/98] hw/sd/sdcard: Register Security Extension "
` [PATCH v42 47/98] hw/sd/sdcard: Add sd_cmd_SWITCH_FUNCTION handler (CMD6)
` [PATCH v42 48/98] hw/sd/sdcard: Add sd_cmd_DE/SELECT_CARD handler (CMD7)
` [PATCH v42 49/98] hw/sd/sdcard: Add sd_cmd_SEND_IF_COND handler (CMD8)
` [PATCH v42 50/98] hw/sd/sdcard: Add sd_cmd_SEND_CSD/CID handlers (CMD9 & CMD10)
` [PATCH v42 51/98] hw/sd/sdcard: Add spi_cmd_SEND_CSD/CID "
` [PATCH v42 52/98] hw/sd/sdcard: Add sd_cmd_STOP_TRANSMISSION handler (CMD12)
` [PATCH v42 53/98] hw/sd/sdcard: Add sd_cmd_SEND_STATUS handler (CMD13)
` [PATCH v42 54/98] hw/sd/sdcard: Add sd_cmd_GO_INACTIVE_STATE handler (CMD15)
` [PATCH v42 55/98] hw/sd/sdcard: Add sd_cmd_SET_BLOCKLEN handler (CMD16)
` [PATCH v42 56/98] hw/sd/sdcard: Add sd_cmd_READ_SINGLE_BLOCK handler (CMD17)
` [PATCH v42 57/98] hw/sd/sdcard: Add sd_cmd_WRITE_SINGLE_BLOCK handler (CMD24)
` [PATCH v42 58/98] hw/sd/sdcard: Add sd_cmd_PROGRAM_CSD handler (CMD27)
` [PATCH v42 59/98] hw/sd/sdcard: Add sd_cmd_SET/CLR_WRITE_PROT handler (CMD28 & CMD29)
` [PATCH v42 60/98] hw/sd/sdcard: Add sd_cmd_SEND_WRITE_PROT handler (CMD30)
` [PATCH v42 61/98] hw/sd/sdcard: Add sd_cmd_ERASE_WR_BLK_START/END handlers (CMD32 & CMD33)
` [PATCH v42 62/98] hw/sd/sdcard: Add sd_cmd_ERASE handler (CMD38)
` [PATCH v42 63/98] hw/sd/sdcard: Add sd_cmd_LOCK_UNLOCK handler (CMD42)
` [PATCH v42 64/98] hw/sd/sdcard: Add sd_cmd_APP_CMD handler (CMD55)
` [PATCH v42 65/98] hw/sd/sdcard: Add sd_cmd_GEN_CMD handler (CMD56)
` [PATCH v42 66/98] hw/sd/sdcard: Add spi_cmd_READ_OCR handler (CMD58)
` [PATCH v42 67/98] hw/sd/sdcard: Add spi_cmd_CRC_ON_OFF handler (CMD59)
` [PATCH v42 68/98] hw/sd/sdcard: Add sd_acmd_SET_BUS_WIDTH handler (ACMD6)
` [PATCH v42 69/98] hw/sd/sdcard: Add sd_acmd_SD_STATUS handler (ACMD13)
` [PATCH v42 70/98] hw/sd/sdcard: Add sd_acmd_SEND_NUM_WR_BLOCKS handler (ACMD22)
` [PATCH v42 71/98] hw/sd/sdcard: Add sd_acmd_SET_WR_BLK_ERASE_COUNT handler (ACMD23)
` [PATCH v42 72/98] hw/sd/sdcard: Add sd_acmd_SD_APP_OP_COND handler (ACMD41)
` [SPAM] "
` [PATCH v42 73/98] hw/sd/sdcard: Add sd_acmd_SET_CLR_CARD_DETECT handler (ACMD42)
` [PATCH v42 74/98] hw/sd/sdcard: Add sd_acmd_SEND_SCR handler (ACMD51)
` [PATCH v42 75/98] hw/sd/sdcard: Remove sd_none enum from sd_cmd_type_t
` [SPAM] "
` [PATCH v42 76/98] hw/sd/sdcard: Remove noise from sd_acmd_name()
` [SPAM] "
` [PATCH v42 77/98] hw/sd/sdcard: Remove noise from sd_cmd_name()
` [PATCH v42 78/98] hw/sd/sdcard: Remove default case in read/write on DAT lines
` [SPAM] "
` [PATCH v42 79/98] hw/sd/sdcard: Trace length of data read "
` [SPAM] "
` [PATCH v42 80/98] hw/sd/sdcard: Introduce set_csd/set_cid handlers
` [SPAM] "
` [PATCH v42 81/98] hw/sd/sdcard: Cover more SDCardStates
` [SPAM] "
` [PATCH v42 83/98] hw/sd/sdcard: Register generic command handlers
` [SPAM] "
` [PATCH v42 84/98] hw/sd/sdcard: Register unimplemented "
` [SPAM] "
` [PATCH v42 88/98] hw/sd/sdcard: Add mmc_cmd_PROGRAM_CID handler (CMD26)
` [SPAM] "
` [PATCH v42 89/98] hw/sd/sdcard: Implement eMMC sleep state (CMD5)
` [SPAM] "
` [PATCH v42 95/98] hw/sd/sdcard: Add mmc SWITCH function support (CMD6)
[PATCH -next] mm: memcg: adjust the warning when seq_buf overflows
2024-06-28 8:15 UTC (5+ messages)
[PATCH v2 00/13] media: cadence,ti: CSI2RX Multistream Support
2024-06-28 8:14 UTC (3+ messages)
` [PATCH v2 01/13] media: cadence: csi2rx: Support runtime PM
[PATCH] clk: qcom: gcc-x1e80100: Set parent rate for USB3 sec and tert PHY pipe clks
2024-06-28 8:14 UTC (3+ messages)
[PATCH 1/1] dt-bindings: gpio: fsl,qoriq-gpio: add common property gpio-line-names
2024-06-28 8:14 UTC (2+ messages)
[PATCH v1] dt-bindings: clock: rk3188-cru-common: remove CLK_NR_CLKS
2024-06-28 8:13 UTC (4+ messages)
Rate limit improvements for TTM
2024-06-28 8:13 UTC (6+ messages)
` [PATCH 5/6] drm/amdgpu: always enable move threshold for BOs
Fotowoltaika - propozycja instalacji
2024-06-28 8:05 UTC
[PATCH 00/10] cfg80211/mac80211: support defining multiple radios per wiphy
2024-06-28 8:12 UTC (5+ messages)
` [PATCH 01/10] wifi: nl80211: split helper function from nl80211_put_iface_combinations
` [PATCH 02/10] wifi: cfg80211: add support for advertising multiple radios belonging to a wiphy
Fotowoltaika - propozycja instalacji
2024-06-28 8:05 UTC
[LTP] [PATCH 2/6] sched_football: Use atomic for ball
2024-06-28 8:12 UTC (11+ messages)
Fotowoltaika - propozycja instalacji
2024-06-28 8:05 UTC
[PATCH v2 00/12] i2c: riic: Add support for Renesas RZ/G3S
2024-06-28 8:12 UTC (9+ messages)
` [PATCH v2 07/12] i2c: riic: Define individual arrays to describe the register offsets
[PATCH v2] hw/core/loader: allow loading larger ROMs
2024-06-28 8:12 UTC (2+ messages)
[PATCH 0/2] arm64: dts: amlogic: handle hdmi system clock
2024-06-28 8:12 UTC (5+ messages)
[PATCH v3 net-next 0/2] Introduce EN7581 ethernet support
2024-06-28 8:10 UTC (4+ messages)
` [PATCH v3 net-next 1/2] dt-bindings: net: airoha: Add EN7581 ethernet controller
[PATCH v3 0/6] KVM: arm64: Hide unsupported MPAM from the guest
2024-06-28 8:10 UTC (3+ messages)
` [PATCH v3 4/6] KVM: arm64: Disable MPAM visibility by default and ignore VMM writes
[PATCH] drm/amdgpu: sysfs node disable query error count during gpu reset
2024-06-28 8:10 UTC (3+ messages)
[PATCH v3 0/7] dt-bindings: mfd: syscon: Document more compatibles and require simpe-mfd description
2024-06-28 8:09 UTC (5+ messages)
[PATCH V2] clk: imx: imx6ul: change flexcan clock to support CiA bitrates
2024-06-28 8:08 UTC (2+ messages)
` Random flexcan probe error on i.MX6ULL after flexcan clock increase
Fotowoltaika - propozycja instalacji
2024-06-28 8:00 UTC
Fotowoltaika - propozycja instalacji
2024-06-28 8:00 UTC
Fotowoltaika - propozycja instalacji
2024-06-28 8:00 UTC
[PATCH v2] clk: qcom: gcc-x1e80100: Fix halt_check for all pipe clocks
2024-06-28 8:08 UTC
[PATCH v2 0/3] net/virtio: support IOVA as PA mode for vDPA backend
2024-06-28 8:07 UTC (3+ messages)
` [PATCH v2 1/3] net/virtio_user: avoid cq descriptor buffer address accessing
pass queue_limits to blk_mq_alloc_disk for simple drivers
2024-06-28 8:06 UTC (12+ messages)
` [PATCH 17/17] mmc: pass queue_limits to blk_mq_alloc_disk
[PATCH RESEND v11 0/5] Add support for CS40L50
2024-06-28 8:06 UTC (6+ messages)
[PATCH] ASoC: max98088: Check for clk_prepare_enable() error
2024-06-28 8:05 UTC
[PATCH RFC v3 0/9] dt-bindings: hwinfo: Introduce board-id
2024-06-28 8:04 UTC (7+ messages)
Trip points crossed not detected when no cooling device bound
2024-06-28 8:04 UTC (8+ messages)
[PATCH 0/2] kmsan: fix sparse warnings
2024-06-28 8:03 UTC (5+ messages)
` [PATCH 1/2] kmsan: add missing __user tags
` [PATCH 2/2] kmsan: do not pass NULL pointers as 0
[willy-pagecache:rosebush 2/5] lib/rosebush.c:56:46: error: 'spinlock_t' {aka 'struct spinlock'} has no member named 'dep_map'
2024-06-28 8:03 UTC
[PATCH v2 0/9] Add CPU-type to topology
2024-06-28 8:03 UTC (3+ messages)
` [PATCH PATCH v2 1/9] x86/cpu/topology: Add CPU type to struct cpuinfo_topology
m68k 54418 fails to execute user space
2024-06-28 8:02 UTC (12+ messages)
[PATCH v3 0/3] Read MAC address through NVMEM for sama7g5ek
2024-06-28 8:01 UTC (4+ messages)
` [PATCH v3 1/3] eeprom: at24: avoid adjusting offset for 24AA025E{48, 64}
` [PATCH v3 2/3] ARM: dts: at91: at91-sama7g5ek: add EEPROMs
` [PATCH v3 3/3] dt-bindings: eeprom: at24: Add Microchip 24AA025E48/24AA025E64
[net-next,PATCH v2] dt-bindings: net: realtek,rtl82xx: Document known PHY IDs as compatible strings
2024-06-28 8:00 UTC (2+ messages)
[PATCH] pinctrl: qcom: lpass-lpi: increase MAX_NR_GPIO to 32
2024-06-28 7:58 UTC (2+ messages)
[PATCH v6] net/mlx5: Reclaim max 50K pages at once
2024-06-28 7:57 UTC (2+ messages)
[PATCH BlueZ v2] gatt-server: fix memory leak in bt_gatt_server_send_notification()
2024-06-28 7:57 UTC
Duplicated bindings for mediatek,mt8173-scpsys
2024-06-28 7:57 UTC
[RESEND PATCH net] net: phy: aquantia: add missing include guards
2024-06-28 7:56 UTC (3+ messages)
[PATCH v2 00/21] qapi: convert "Note" and "Example" sections to rST
2024-06-28 7:54 UTC (3+ messages)
` [PATCH v2 07/21] docs/qapidoc: fix nested parsing under untagged sections
[PATCH v2] net: phy: aquantia: add missing include guards
2024-06-28 7:55 UTC
[PATCH v4 0/3] Assorted fixes in RISC-V PMU driver
2024-06-28 7:51 UTC (12+ messages)
` [PATCH v4 1/3] drivers/perf: riscv: Do not update the event data if uptodate
` [PATCH v4 2/3] drivers/perf: riscv: Reset the counter to hpmevent mapping while starting cpus
` [PATCH v4 3/3] perf: RISC-V: Check standard event availability
[PATCH v1] drm/i915/dp: Modify DP lane count from DPCD reading
2024-06-28 7:52 UTC (3+ messages)
[PATCH v2 0/2] selftests/resctrl: SNC kernel support discovery
2024-06-28 7:52 UTC (10+ messages)
` [PATCH v2 1/2] selftests/resctrl: Adjust effective L3 cache size with SNC enabled
[PATCH v3 1/3] bus: mhi: host: Add Foxconn SDX72 related support
2024-06-28 7:51 UTC (2+ messages)
[PATCH BlueZ v1] bass: add NULL check to bass_bcast_src_free()
2024-06-28 7:35 UTC
Patchwork summary for: linux-renesas-soc
2024-06-28 7:50 UTC
[PATCH v2 0/2] Add support for Nuvoton MA35D1 SDHCI
2024-06-28 7:50 UTC (4+ messages)
` [PATCH v2 2/2] mmc: sdhci-of-ma35d1: Add Nuvoton MA35D1 SDHCI driver
[xen-unstable test] 186534: tolerable FAIL - PUSHED
2024-06-28 7:49 UTC
[PATCH v3 0/2] Basic support for TI TDP158
2024-06-28 7:49 UTC (6+ messages)
` [PATCH v3 1/2] dt-bindings: display: bridge: add "
[PATCH BlueZ v1] core: add NULL check to adapter_service_remove()
2024-06-28 7:47 UTC
[RFC 1/1] swiotlb: Reduce calls to swiotlb_find_pool()
2024-06-28 7:47 UTC (9+ messages)
get drivers out of setting queue flags
2024-06-28 7:46 UTC (2+ messages)
[PATCH] os-release: Fix VERSION_CODENAME in case it is empty
2024-06-28 7:46 UTC (4+ messages)
` [OE-core] "
How to specify panel bit order in driver?
2024-06-28 7:45 UTC (2+ messages)
[PATCH v2 0/2] M5441x: Add NFC support
2024-06-28 7:45 UTC (4+ messages)
` [PATCH v2 1/2] arch: m68k: Add definitions for flash "
[GIT PULL FOR v6.11] Various fixes and enhancements
2024-06-28 7:45 UTC
[PATCH v2 0/2] PRM handler direct call interface
2024-06-28 7:45 UTC (3+ messages)
` [PATCH v2 2/2] RAS/AMD/ATL: Translate normalized to system physical addresses using PRM
[PATCH v2 1/1] dt-bindings: usb: Convert fsl-usb to yaml
2024-06-28 7:44 UTC (2+ messages)
[PATCH v2 0/2] iommu/vt-d: Refactor PRI enable/disable steps
2024-06-28 7:43 UTC (5+ messages)
` [PATCH v2 1/2] iommu/vt-d: Add helper to flush caches for context change
[PATCH v2 0/2] Add interconnect driver for MSM8953/SDM450/SDM632
2024-06-28 7:41 UTC (5+ messages)
` [PATCH v2 1/2] dt-bindings: interconnect: qcom: Add Qualcomm MSM8953 NoC
` [PATCH v2 2/2] interconnect: qcom: Add MSM8953 driver
[PATCH v3 0/9] Enable CPR for IPQ9574
2024-06-28 7:40 UTC (5+ messages)
` [PATCH v3 2/9] cpufreq: qcom-nvmem: Add genpd names to match_data_kryo
[PATCH v3 0/9] cachefiles: random bugfixes
2024-06-28 7:39 UTC (3+ messages)
[PATCH v5 0/3] crypto: starfive: Add support for JH8100
2024-06-28 7:39 UTC (5+ messages)
` [PATCH v5 1/3] dmaengine: dw-axi-dmac: Support hardware quirks
[PATCH v2 0/2] clk: imx93: Move IMX93_CLK_END macro to clk driver
2024-06-28 7:38 UTC (3+ messages)
` [PATCH v2 1/2] "
[PATCH v3 3/3] net: wwan: mhi: make default data link id configurable
2024-06-28 7:36 UTC
[PATCH v3 2/3] bus: mhi: host: Add name for mhi_controller
2024-06-28 7:36 UTC
[PATCH v2 0/2] fix secondary process PCI UIO resource problem
2024-06-28 7:36 UTC (5+ messages)
` [PATCH v4 0/3] "
` [PATCH v4 1/3] bus/pci: rename the variable in UIO secondary map logic
` [PATCH v4 2/3] bus/pci: fix secondary process PCI uio resource map problem
` [PATCH v4 3/3] bus/pci: fix secondary process save 'FD' problem
[PATCH v1 0/2] add edma src ID check at request channel
2024-06-28 7:37 UTC (4+ messages)
` [PATCH v1 2/2] dmaengine: fsl-edma: "
[PATCH v2 00/10] riscv: add initial support for SpacemiT K1
2024-06-28 7:34 UTC (6+ messages)
` [PATCH v2 01/10] dt-bindings: vendor-prefixes: add spacemit
` [PATCH v2 03/10] dt-bindings: riscv: add SpacemiT K1 bindings
[Buildroot] [PATCH v1 1/1] configs/versal_vpk180_defconfig: new defconfig
2024-06-28 7:34 UTC (2+ messages)
[ovmf test] 186543: all pass - PUSHED
2024-06-28 7:34 UTC
[PATCH 1/3] fit_dtb: relocate whole fit dtb image instead of selected dtb only
2024-06-28 7:33 UTC (4+ messages)
` [PATCH 3/3] dm: mmc: fix driver rebinding in the case of dtb reloading
[PATCH 00/14] testb: Various tweaks and fixes for Labgrid
2024-06-28 7:33 UTC (10+ messages)
` [PATCH 13/14] Update u-boot.cfg to include CFG also
[PATCH v2] spl: fit: List DTOs applied by SPL in U-Boot control DT
2024-06-28 7:32 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.