Linux-MIPS Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-05 02:02:02 to 2024-03-13 03:18:32 UTC [more...]

[PATCH v3 08/12] treewide: Use initializer for struct vm_unmapped_area_info
 2024-03-13  3:18 UTC  (2+ messages)

[mips-linux:mips-next 47/56] arch/mips/ralink/timer.c:136:48: error: array has incomplete element type 'const struct of_device_id'
 2024-03-12 14:34 UTC  (2+ messages)

[PATCH 0/4] MIPS: Fix missing proto and passing arg warnings
 2024-03-11 22:26 UTC  (3+ messages)
` [PATCH 1/4] mips: cm: Add __mips_cm_l2sync_phys_base prototype declaration

[PATCH 00/11] spi: cadence-qspi: add Mobileye EyeQ5 support
 2024-03-11 14:55 UTC  (15+ messages)
` [PATCH 01/11] dt-bindings: qspi: cdns,qspi-nor: add mobileye,eyeq5-ospi compatible
` [PATCH 02/11] spi: cadence-qspi: switch from legacy names to modern ones
` [PATCH 03/11] spi: cadence-qspi: allow building for MIPS
` [PATCH 04/11] spi: cadence-qspi: store device data pointer in private struct
` [PATCH 05/11] spi: cadence-qspi: add FIFO depth detection quirk
` [PATCH 06/11] spi: cadence-qspi: minimise register accesses on each op if !DTR
` [PATCH 07/11] spi: cadence-qspi: add no-IRQ mode to indirect reads
` [PATCH 08/11] spi: cadence-qspi: add early busywait to cqspi_wait_for_bit()
` [PATCH 09/11] spi: cadence-qspi: add mobileye,eyeq5-ospi compatible
` [PATCH 10/11] MIPS: mobileye: eyeq5: Add SPI-NOR controller node
` [PATCH 11/11] MIPS: mobileye: eyeq5: add octal flash node to eval board DTS

[PATCH v2 0/2] MIPS: Fix missing proto and passing arg warnings
 2024-03-11 13:07 UTC  (10+ messages)
` [PATCH v2 1/2] mips: cm: Convert __mips_cm_l2sync_phys_base() to weak function

[PATCH v1 1/1] MIPS: ralink: Don't use "proxy" headers
 2024-03-11 13:04 UTC  (3+ messages)

[PATCH v3] mips: dts: ralink: mt7621: add cell count properties to usb
 2024-03-11 13:04 UTC  (3+ messages)

[PATCH v3 0/3] Extend devicetree coverage of MT7621's UART interfaces
 2024-03-11 13:05 UTC  (11+ messages)
` [PATCH v3 1/3] mips: dts: ralink: mt7621: associate uart1_pins with serial0
` [PATCH v3 2/3] mips: dts: ralink: mt7621: reorder serial0 properties
` [PATCH v3 3/3] mips: dts: ralink: mt7621: add serial1 and serial2 nodes

[PATCH v3 00/11] Add Mobileye EyeQ5 support to the Nomadik I2C controller & use hrtimers for timeouts
 2024-03-11  8:59 UTC  (29+ messages)
` [PATCH v3 01/11] dt-bindings: i2c: nomadik: add mobileye,eyeq5-i2c bindings and example
` [PATCH v3 02/11] i2c: nomadik: rename private struct pointers from dev to priv
` [PATCH v3 03/11] i2c: nomadik: simplify IRQ masking logic
` [PATCH v3 04/11] i2c: nomadik: use bitops helpers
` [PATCH v3 05/11] i2c: nomadik: support short xfer timeouts using waitqueue & hrtimer
` [PATCH v3 06/11] i2c: nomadik: replace jiffies by ktime for FIFO flushing timeout
` [PATCH v3 07/11] i2c: nomadik: fetch i2c-transfer-timeout-us property from devicetree
` [PATCH v3 08/11] i2c: nomadik: support Mobileye EyeQ5 I2C controller
` [PATCH v3 09/11] i2c: nomadik: sort includes
` [PATCH v3 10/11] MIPS: mobileye: eyeq5: add 5 I2C controller nodes
` [PATCH v3 11/11] MIPS: mobileye: eyeq5: add evaluation board I2C temp sensor
` (subset) [PATCH v3 00/11] Add Mobileye EyeQ5 support to the Nomadik I2C controller & use hrtimers for timeouts

[RFC PATCH net-next v6 00/15] Device Memory TCP
 2024-03-11  1:12 UTC  (57+ messages)
` [RFC PATCH net-next v6 01/15] queue_api: define queue api
` [RFC PATCH net-next v6 02/15] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v6 03/15] net: page_pool: factor out page_pool recycle check
` [RFC PATCH net-next v6 04/15] net: netdev netlink api to bind dma-buf to a net device
` [RFC PATCH net-next v6 05/15] netdev: support binding dma-buf to netdevice
` [RFC PATCH net-next v6 06/15] netdev: netdevice devmem allocator
` [RFC PATCH net-next v6 07/15] page_pool: convert to use netmem
` [RFC PATCH net-next v6 08/15] page_pool: devmem support
` [RFC PATCH net-next v6 09/15] memory-provider: dmabuf devmem memory provider
` [RFC PATCH net-next v6 10/15] net: support non paged skb frags
` [RFC PATCH net-next v6 11/15] net: add support for skbs with unreadable frags
` [RFC PATCH net-next v6 12/15] tcp: RX path for devmem TCP
` [RFC PATCH net-next v6 13/15] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [RFC PATCH net-next v6 14/15] net: add devmem TCP documentation
` [RFC PATCH net-next v6 15/15] selftests: add ncdevmem, netcat for devmem TCP

[PATCH v2 0/3] leds: trigger: Improve handling of led_trigger_event() and simplify mute audio trigger
 2024-03-08 17:30 UTC  (8+ messages)

[v2 PATCH 0/3] arch: mm, vdso: consolidate PAGE_SIZE definition
 2024-03-08 16:28 UTC  (13+ messages)
` [PATCH v2 1/3] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
` [PATCH v2 2/3] arch: simplify architecture specific page size configuration
` [PATCH v2 3/3] arch: define CONFIG_PAGE_SIZE_*KB on all architectures

[PATCH v2] mips: dts: ralink: mt7621: add cell count properties to usb
 2024-03-08 13:57 UTC  (6+ messages)

[PATCH 1/2] mips: dts: ralink: mt7621: associate uart1_pins with serial0
 2024-03-08 13:56 UTC  (21+ messages)
` [PATCH 2/2] mips: dts: ralink: mt7621: add serial1 and serial2 nodes
        ` [PATCH v2 1/3] mips: dts: ralink: mt7621: associate uart1_pins with serial0
          ` [PATCH v2 2/3] mips: dts: ralink: mt7621: reorder serial0 properties
          ` [PATCH v2 3/3] mips: dts: ralink: mt7621: add serial1 and serial2 nodes

[PATCH] mips: dts: ralink: mt7621: add cell count properties to usb0
 2024-03-08  7:39 UTC  (5+ messages)
    ` [PATCH v2] mips: dts: ralink: mt7621: add cell count properties to usb

[PATCH bpf-next v3 1/2] bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
 2024-03-08  5:38 UTC  (2+ messages)
` [PATCH bpf-next v3 2/2] bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()

[PATCH bpf-next RESEND v2 1/2] bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
 2024-03-07 17:30 UTC  (2+ messages)

[PATCH v1 1/1] MIPS: ralink: Remove unused of_gpio.h
 2024-03-07 16:21 UTC  (2+ messages)

[PATCH 0/2] mips: constify struct class usage
 2024-03-07 16:21 UTC  (4+ messages)
` [PATCH 1/2] mips: mt: make mt_class constant
` [PATCH 2/2] mips: sibyte: make tb_class constant

[PATCH v9 0/9] Add support for Mobileye EyeQ5 system controller
 2024-03-07  8:15 UTC  (2+ messages)

[PATCHv12 0/4] *** Detect interrupt storm in softlockup ***
 2024-03-06 12:52 UTC  (5+ messages)
` [PATCHv12 1/4] genirq: Provide a snapshot mechanism for interrupt statistics
` [PATCHv12 2/4] genirq: Avoid summation loops for /proc/interrupts
` [PATCHv12 3/4] watchdog/softlockup: low-overhead detection of interrupt storm
` [PATCHv12 4/4] watchdog/softlockup: report the most frequent interrupts

[PATCHv11 0/4] *** Detect interrupt storm in softlockup ***
 2024-03-06 11:09 UTC  (9+ messages)
` [PATCHv11 2/4] genirq: Provide a snapshot mechanism for interrupt statistics

[PATCH v2 00/11] Add Mobileye EyeQ5 support to the Nomadik I2C controller & use hrtimers for timeouts
 2024-03-06  9:34 UTC  (3+ messages)

판매 문의 2024
 2024-03-06  3:51 UTC 

[PATCH 0/4] leds: trigger: Improve handling of led_trigger_event() and simplify mute audio trigger
 2024-03-05 12:08 UTC  (7+ messages)

[PATCH 0/4] arch: mm, vdso: consolidate PAGE_SIZE definition
 2024-03-05 10:59 UTC  (3+ messages)
` [PATCH 3/4] arch: define CONFIG_PAGE_SIZE_*KB on all architectures


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).