linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-09 18:08:09 to 2024-02-20 08:07:15 UTC [more...]

[PATCH 00/23] Rework Nomadik GPIO to add Mobileye EyeQ5 support
 2024-02-20  8:07 UTC  (48+ messages)
` [PATCH 01/23] dt-bindings: gpio: nomadik: convert into yaml format
` [PATCH 02/23] dt-bindings: gpio: nomadik: add optional ngpios property
` [PATCH 03/23] dt-bindings: gpio: nomadik: add mobileye,eyeq5-gpio compatible
` [PATCH 04/23] dt-bindings: gpio: nomadik: add optional reset property
` [PATCH 05/23] gpio: nomadik: extract GPIO platform driver from drivers/pinctrl/nomadik/
` [PATCH 06/23] pinctrl: nomadik: fix build warning (-Wformat)
` [PATCH 07/23] pinctrl: nomadik: fix build warning (-Wpointer-to-int-cast)
` [PATCH 08/23] pinctrl: nomadik: minimise indentation in probe
` [PATCH 09/23] pinctrl: nomadik: follow type-system kernel coding conventions
` [PATCH 10/23] pinctrl: nomadik: follow whitespace "
` [PATCH 11/23] pinctrl: nomadik: follow conditional "
` [PATCH 12/23] gpio: nomadik: request dynamic ID allocation
` [PATCH 13/23] gpio: nomadik: fix offset bug in nmk_pmx_set()
` [PATCH 14/23] gpio: nomadik: make clock optional
` [PATCH 15/23] gpio: nomadik: change driver name from gpio to gpio-nomadik
` [PATCH 16/23] gpio: nomadik: support shared GPIO IRQs
` [PATCH 17/23] gpio: nomadik: handle variadic GPIO count
` [PATCH 18/23] gpio: nomadik: support mobileye,eyeq5-gpio
` [PATCH 19/23] gpio: nomadik: grab optional reset control and deassert it at probe
` [PATCH 20/23] MIPS: eyeq5_defconfig: enable GPIO by default
` [PATCH 21/23] MIPS: mobileye: eyeq5: add two GPIO bank nodes
` [PATCH 22/23] MIPS: mobileye: eyeq5: add resets to GPIO banks
` [PATCH 23/23] MIPS: mobileye: eyeq5: map GPIOs to pins using gpio-ranges

[PATCH bpf-next 2/2] bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()
 2024-02-20  1:22 UTC  (5+ messages)

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

[PATCHv8 0/2] *** Detect interrupt storm in softlockup ***
 2024-02-19 16:19 UTC  (3+ messages)
` [PATCHv8 1/2] watchdog/softlockup: low-overhead detection of interrupt
` [PATCHv8 2/2] watchdog/softlockup: report the most frequent interrupts

[PATCH 09/10] mips/vdso: Use generic union vdso_data_store
 2024-02-19 15:39 UTC 

[PATCH v5 0/3] irqchip/loongson-eiointc: Refine irq affinity setting during resume
 2024-02-17  3:32 UTC  (6+ messages)
` [PATCH v5 1/3] irqchip/loongson-eiointc: Typo fix in function eiointc_domain_alloc
` [PATCH v5 3/3] irqchip/loongson-eiointc: Refine irq affinity setting during resume

[PATCH v8 00/14] Add support for the Mobileye EyeQ5 SoC
 2024-02-16 17:42 UTC  (15+ messages)
` [PATCH v8 01/14] MIPS: spaces: Define a couple of handy macros
` [PATCH v8 02/14] MIPS: Fix set_uncached_handler for ebase in XKPHYS
` [PATCH v8 03/14] MIPS: Allows relocation exception vectors everywhere
` [PATCH v8 04/14] MIPS: traps: Give more explanations if ebase doesn't belong to KSEG0
` [PATCH v8 05/14] MIPS: cps-vec: Use macros for 64bits access
` [PATCH v8 06/14] dt-bindings: Add vendor prefix for Mobileye Vision Technologies Ltd
` [PATCH v8 07/14] dt-bindings: mips: cpus: Sort the entries
` [PATCH v8 08/14] dt-bindings: mips: cpu: Add I-Class I6500 Multiprocessor Core
` [PATCH v8 09/14] dt-bindings: mips: Add bindings for Mobileye SoCs
` [PATCH v8 10/14] MIPS: mobileye: Add EyeQ5 dtsi
` [PATCH v8 11/14] MIPS: mobileye: Add EPM5 device tree
` [PATCH v8 12/14] MIPS: Share generic kernel code with other architecture
` [PATCH v8 13/14] MIPS: Add support for Mobileye EyeQ5
` [PATCH v8 14/14] MAINTAINERS: Add entry for Mobileye MIPS SoCs

[PATCH 0/4] MIPS: Fix missing proto and passing arg warnings
 2024-02-16 14:12 UTC  (7+ messages)
` [PATCH 1/4] mips: cm: Add __mips_cm_l2sync_phys_base prototype declaration
` [PATCH 2/4] mips: cm: Add CM GCR and L2-sync base address getters declarations
` [PATCH 3/4] mips: zboot: Fix "no previous prototype" build warning
` [PATCH 4/4] tty: mips_ejtag_fdc: Fix passing incompatible pointer type warning

[PATCH 0/4] leds: trigger: Improve handling of led_trigger_event() and simplify mute audio trigger
 2024-02-16 12:18 UTC  (7+ messages)
` [PATCH 1/4] leds: trigger: Store brightness set by led_trigger_event()
` [PATCH 2/4] ALSA: control-led: Integrate mute led trigger
` [PATCH 3/4] Input: leds: Prepare for removal of config option LEDS_AUDIO_TRIGGER
` [PATCH 4/4] leds: trigger: audio: Remove this trigger

[PATCH] scsi: jazz_esp: only build if SCSI core is builtin
 2024-02-15 20:39 UTC  (2+ messages)

[PATCH v6 000/164] pwm: Improve lifetime tracking for pwm_chips
 2024-02-15 13:51 UTC  (11+ messages)
` [PATCH v6 001/164] pwm: Provide an inline function to get the parent device of a given chip
` [PATCH v6 003/164] pwm: Provide pwmchip_alloc() function and a devm variant of it
` [PATCH v6 055/164] pwm: jz4740: Change prototype of a helper to prepare further changes
` [PATCH v6 056/164] pwm: jz4740: Make use of pwmchip_parent() accessor
` [PATCH v6 057/164] pwm: jz4740: Make use of devm_pwmchip_alloc() function

[PATCH] mips: bus: make mips_cdmm_bustype const
 2024-02-15 13:24 UTC  (3+ messages)

[GIT PULL] MIPS fixes for v6.8
 2024-02-15  0:12 UTC  (2+ messages)

[PATCH v7 00/14] Add support for the Mobileye EyeQ5 SoC
 2024-02-14 19:14 UTC  (8+ messages)
` [PATCH v7 01/14] MIPS: spaces: Define a couple of handy macros
` [PATCH v7 03/14] MIPS: Allows relocation exception vectors everywhere

[RFC PATCH net-next v5 00/14] Device Memory TCP
 2024-02-14 15:30 UTC  (10+ messages)
` [RFC PATCH net-next v5 05/14] netdev: netdevice devmem allocator
` [RFC PATCH net-next v5 07/14] page_pool: devmem support
` [RFC PATCH net-next v5 08/14] memory-provider: dmabuf devmem memory provider

[PATCH] tc: make tc_bus_type const
 2024-02-13 17:28 UTC  (3+ messages)

[PATCH v2 0/3] Handle delay slot for extable lookup
 2024-02-12 22:10 UTC  (2+ messages)

[PATCH] MIPS: Add 'memory' clobber to csum_ipv6_magic() inline assembler
 2024-02-12 22:08 UTC  (3+ messages)

[PATCH v6 00/13] Add support for Mobileye EyeQ5 system controller
 2024-02-12 13:44 UTC  (14+ messages)
` [PATCH v6 01/13] clk: fixed-factor: add optional accuracy support
` [PATCH v6 02/13] clk: fixed-factor: add fwname-based constructor functions
` [PATCH v6 03/13] dt-bindings: clock: mobileye,eyeq5-clk: add bindings
` [PATCH v6 04/13] dt-bindings: reset: mobileye,eyeq5-reset: "
` [PATCH v6 05/13] dt-bindings: pinctrl: mobileye,eyeq5-pinctrl: "
` [PATCH v6 06/13] dt-bindings: soc: mobileye: add EyeQ5 OLB system controller
` [PATCH v6 07/13] clk: eyeq5: add platform driver, and init routine at of_clk_init()
` [PATCH v6 08/13] reset: eyeq5: add platform driver
` [PATCH v6 09/13] pinctrl: "
` [PATCH v6 10/13] MIPS: mobileye: eyeq5: add OLB syscon node
` [PATCH v6 11/13] MIPS: mobileye: eyeq5: use OLB clocks controller node
` [PATCH v6 12/13] MIPS: mobileye: eyeq5: add OLB reset "
` [PATCH v6 13/13] MIPS: mobileye: eyeq5: add pinctrl node & pinmux function nodes

[PATCH v5 00/13] Add support for Mobileye EyeQ5 system controller
 2024-02-12  8:18 UTC  (7+ messages)
` [PATCH v5 03/13] dt-bindings: clock: mobileye,eyeq5-clk: add bindings
` [PATCH v5 04/13] dt-bindings: reset: mobileye,eyeq5-reset: "
` [PATCH v5 06/13] dt-bindings: soc: mobileye: add EyeQ5 OLB system controller

[PATCH 0/3] MAINTAINERS: Add MIPS Baikal-T1 SoC bits maintainer
 2024-02-11 10:24 UTC  (3+ messages)
` [PATCH 3/3] MAINTAINERS: Add maintainer for MIPS Baikal-T1 platform code

[PATCH v2] irqchip/irq-brcmstb-l2: add write memory barrier before exit
 2024-02-10  9:32 UTC  (2+ messages)

[PATCH] irqchip/irq-bcm7038-l1: Prefer struct_size over open coded arithmetic
 2024-02-10  1:21 UTC  (4+ messages)

[PATCH] irqchip/bcm-6345-l1: Prefer struct_size over open coded arithmetic
 2024-02-10  1:19 UTC  (4+ messages)

[PATCH 0/8] MIPS: Unify register numbering macros for uasm
 2024-02-09 18:07 UTC  (2+ messages)
` [PATCH 8/8] MIPS: pm-cps: Use GPR number macros


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 NNTP newsgroup(s).