SOC Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-08 02:09:02 to 2024-06-13 20:49:57 UTC [more...]

[PATCH v2 00/17] Updates for turris-mox-rwtm driver
 2024-06-13 20:49 UTC  (25+ messages)
` [PATCH v2 01/17] firmware: turris-mox-rwtm: Do not complete if there are no waiters
` [PATCH v2 02/17] firmware: turris-mox-rwtm: Fix checking return value of wait_for_completion_timeout()
` [PATCH v2 03/17] firmware: turris-mox-rwtm: Use macro constant instead of hardcoded 4096
` [PATCH v2 04/17] firmware: turris-mox-rwtm: Use ETH_ALEN instead of hardcoded 6
` [PATCH v2 05/17] firmware: turris-mox-rwtm: Use the boolean type where appropriate
` [PATCH v2 06/17] firmware: turris-mox-rwtm: Hide signature related constants behind macros
` [PATCH v2 07/17] firmware: turris-mox-rwtm: Fix driver includes
` [PATCH v2 08/17] firmware: turris-mox-rwtm: Don't create own kobject type
` [PATCH v2 09/17] firmware: turris-mox-rwtm: Simplify debugfs code
` [PATCH v2 10/17] firmware: turris-mox-rwtm: Convert rest to devm_* and get rid of driver .remove()
` [PATCH v2 11/17] firmware: turris-mox-rwtm: Use dev_err_probe() where possible
` [PATCH v2 12/17] firmware: turris-mox-rwtm: Initialize completion before mailbox
` [PATCH v2 13/17] firmware: turris-mox-rwtm: Drop redundant device pointer
` [PATCH v2 14/17] firmware: turris-mox-rwtm: Use devm_mutex_init() instead of mutex_init()
` [PATCH v2 15/17] firmware: turris-mox-rwtm: Use container_of() instead of hwrng .priv member
` [PATCH v2 16/17] firmware: turris-mox-rwtm: Use EOPNOTSUPP instead of ENOSYS
` [PATCH v2 17/17] firmware: turris-mox-rwtm: Deduplicate command execution code

[PATCH 00/19] Updates for turris-mox-rwtm driver
 2024-06-13 15:44 UTC  (32+ messages)
` [PATCH 01/19] firmware: turris-mox-rwtm: Do not complete if there are no waiters
` [PATCH 02/19] firmware: turris-mox-rwtm: Fix checking return value of wait_for_completion_timeout()
` [PATCH 03/19] firmware: turris-mox-rwtm: Use PAGE_SIZE instead of hardcoded 4096
` [PATCH 04/19] firmware: turris-mox-rwtm: Use ETH_ALEN instead of hardcoded 6
` [PATCH 05/19] firmware: turris-mox-rwtm: Use the boolean type where appropriate
` [PATCH 06/19] firmware: turris-mox-rwtm: Hide signature related constants behind macros
` [PATCH 07/19] firmware: turris-mox-rwtm: Fix driver includes
` [PATCH 08/19] firmware: turris-mox-rwtm: Use kobj_type's default_groups member for automatic sysfs files creation
` [PATCH 09/19] firmware: turris-mox-rwtm: Simplify debugfs code
` [PATCH 10/19] firmware: turris-mox-rwtm: Simplify driver kobject code
` [PATCH 11/19] firmware: turris-mox-rwtm: Return true error code if kobject_add() fails
` [PATCH 12/19] firmware: turris-mox-rwtm: Convert rest to devm_* and get rid of driver .remove()
` [PATCH 13/19] firmware: turris-mox-rwtm: Use dev_err_probe() where possible
` [PATCH 14/19] firmware: turris-mox-rwtm: Rearrange probe calls
` [PATCH 15/19] firmware: turris-mox-rwtm: Drop redundant device pointer
` [PATCH 16/19] firmware: turris-mox-rwtm: Use devm_mutex_init() instead of mutex_init()
` [PATCH 17/19] firmware: turris-mox-rwtm: Use container_of() instead of hwrng .priv member
` [PATCH 18/19] firmware: turris-mox-rwtm: Deduplicate command execution code
` [PATCH 19/19] firmware: turris-mox-rwtm: Use EOPNOTSUPP instead of ENOSYS

[PATCH] MAINTAINERS: ARM: moxa: add Krzysztof Kozlowski as maintainer
 2024-06-13 13:59 UTC 

[PATCH] MAINTAINERS: ARM: axm: add Krzysztof Kozlowski as maintainer
 2024-06-13 13:49 UTC 

[PATCH] ARM: dts: airoha: fix pcie ranges properties
 2024-06-13 13:32 UTC  (3+ messages)

[PATCH v2] MAINTAINERS: ARM: vt8500: add Alexey and Krzysztof as maintainers
 2024-06-13  7:41 UTC  (2+ messages)

[PATCH] MAINTAINERS: ARM: vt8500: add Krzysztof Kozlowski as maintainer
 2024-06-13  6:42 UTC  (6+ messages)

[PATCH] MAINTAINERS: ARM: nspire: add Krzysztof Kozlowski as maintainer
 2024-06-12 15:14 UTC  (2+ messages)

[PATCH] MAINTAINERS: ARM: alphascale: add Krzysztof Kozlowski as maintainer
 2024-06-12 14:10 UTC 

[PATCH v2 1/2] ti: omap: MAINTAINERS: move Benoît Cousson to CREDITS
 2024-06-12  8:40 UTC  (2+ messages)
` [PATCH v2 2/2] amazon: MAINTAINERS: change to odd fixes and Tsahee Zidenberg "

[PATCH v11 0/8] Turris Omnia MCU driver
 2024-06-07 16:15 UTC  (25+ messages)
` [PATCH v11 1/8] dt-bindings: firmware: add cznic,turris-omnia-mcu binding
` [PATCH v11 2/8] platform: cznic: Add preliminary support for Turris Omnia MCU
` [PATCH v11 3/8] platform: cznic: turris-omnia-mcu: Add support for MCU connected GPIOs
` [PATCH v11 4/8] platform: cznic: turris-omnia-mcu: Add support for poweroff and wakeup
` [PATCH v11 5/8] platform: cznic: turris-omnia-mcu: Add support for MCU watchdog
` [PATCH v11 6/8] platform: cznic: turris-omnia-mcu: Add support for MCU provided TRNG
` [PATCH v11 7/8] ARM: dts: turris-omnia: Add MCU system-controller node
` [PATCH v11 8/8] ARM: dts: turris-omnia: Add GPIO key node for front button

Mail delivery failed: returning message to sender
 2024-06-04  6:38 UTC 

[GIT PULL] ARM: vexpress: Update for v6.10
 2024-06-03 12:43 UTC  (2+ messages)

Mail delivery failed: returning message to sender
 2024-05-31 14:35 UTC 

[PATCH v2 00/20] pinctrl: Use scope based of_node_put() cleanups
 2024-05-31  7:06 UTC  (22+ messages)
` [PATCH v2 02/20] pinctrl: tegra: "
` [PATCH v2 03/20] pinctrl: stm32: "
` [PATCH v2 07/20] pinctrl: renesas: "
` [PATCH v2 08/20] pinctrl: st: "

[PATCH v2 18/20] pinctrl: freescale: mxs: Fix refcount of child
 2024-05-30  9:54 UTC  (5+ messages)
    ` [v2 "

[PATCH v2 04/20] pinctrl: starfive: Use scope based of_node_put() cleanups
 2024-05-30  9:40 UTC  (4+ messages)
    ` [v2 "

[PATCH resend v3] arm64: dts: mediatek: mt7986a: bpi-r3: Convert to sugar syntax
 2024-05-29 12:33 UTC  (2+ messages)

[PATCH 1/2] ti: omap: MAINTAINERS: move Benoît Cousson to CREDITS
 2024-05-29  9:26 UTC  (5+ messages)
` [PATCH 2/2] amazon: MAINTAINERS: change to odd fixes and Tsahee Zidenberg "

[GIT PULL] soc: devicetree updates for v6.10, part 2
 2024-05-20 22:15 UTC  (2+ messages)

[RESEND][PATCH] firmware: psci: Fix return value from psci_system_suspend()
 2024-05-15  9:55 UTC 

[GIT PULL 0/4] arm soc changes for 6.10
 2024-05-13 16:15 UTC  (9+ messages)
` [GIT PULL 1/4] soc: devicetree updates for 6.10, part 1
` [GIT PULL 2/4] soc: drivers for 6.10
` [GIT PULL 3/4] soc: arm code changes "
` [GIT PULL 4/4] soc: defconfig updates "

[PATCH v10 0/9] Turris Omnia MCU driver
 2024-05-10 15:44 UTC  (18+ messages)
` [PATCH v10 1/9] dt-bindings: firmware: add cznic,turris-omnia-mcu binding
` [PATCH v10 2/9] platform: cznic: Add preliminary support for Turris Omnia MCU
` [PATCH v10 3/9] platform: cznic: turris-omnia-mcu: Add support for MCU connected GPIOs
` [PATCH v10 4/9] platform: cznic: turris-omnia-mcu: Add support for poweroff and wakeup
` [PATCH v10 5/9] platform: cznic: turris-omnia-mcu: Add support for MCU watchdog
` [PATCH v10 6/9] platform: cznic: turris-omnia-mcu: Add support for MCU provided TRNG
` [PATCH v10 7/9] platform: cznic: turris-omnia-mcu: Add support for digital message signing via debugfs
` [PATCH v10 8/9] ARM: dts: turris-omnia: Add MCU system-controller node
` [PATCH v10 9/9] ARM: dts: turris-omnia: Add GPIO key node for front button

[PATCH v9 0/9] Turris Omnia MCU driver
 2024-05-10 13:34 UTC  (22+ messages)
` [PATCH v9 1/9] dt-bindings: firmware: add cznic,turris-omnia-mcu binding
` [PATCH v9 2/9] platform: cznic: Add preliminary support for Turris Omnia MCU
` [PATCH v9 3/9] platform: cznic: turris-omnia-mcu: Add support for MCU connected GPIOs
` [PATCH v9 4/9] platform: cznic: turris-omnia-mcu: Add support for poweroff and wakeup
` [PATCH v9 5/9] platform: cznic: turris-omnia-mcu: Add support for MCU watchdog
` [PATCH v9 6/9] platform: cznic: turris-omnia-mcu: Add support for MCU provided TRNG
` [PATCH v9 7/9] platform: cznic: turris-omnia-mcu: Add support for digital message signing via debugfs
` [PATCH v9 8/9] ARM: dts: turris-omnia: Add MCU system-controller node
` [PATCH v9 9/9] ARM: dts: turris-omnia: Add GPIO key node for front button

[GIT PULL] RISC-V Devicetrees for v6.10 Take 2
 2024-05-08 20:30 UTC  (2+ messages)

Patchwork summary for: linux-soc
 2024-05-08 20:30 UTC 

[GIT PULL] RISC-V Devicetrees for v6.10
 2024-05-08 20:19 UTC  (7+ messages)

[GIT PULL] ARM SoC fixes for 6.9, part 3
 2024-05-08 19:52 UTC  (4+ messages)

[GIT PULL] A few more Qualcomm driver updates for v6.10
 2024-05-08  7:20 UTC  (2+ messages)

[GIT PULL] One more Qualcomm Arm64 defconfig update for v6.10
 2024-05-08  7:20 UTC  (2+ messages)

[GIT PULL] A few more Qualcomm Arm64 DeviceTree updates for v6.10
 2024-05-08  7:20 UTC  (2+ messages)

Patchwork summary for: linux-soc
 2024-05-08  7:20 UTC 


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).