messages from 2024-02-14 14:59:53 to 2024-02-22 01:10:44 UTC [more...]
[PATCH] i2c: aspeed: Fix the dummy irq expected print
2024-02-22 1:10 UTC (3+ messages)
[PATCH v3] i2c: imx: when being a target, mark the last read as processed
2024-02-21 22:54 UTC (3+ messages)
[PATCH v3 00/18] Add suspend to ram support for PCIe on J7200
2024-02-21 21:54 UTC (52+ messages)
` [PATCH v3 01/18] gpio: pca953x: move suspend()/resume() to suspend_noirq()/resume_noirq()
` [PATCH v3 02/18] pinctrl: pinctrl-single: remove dead code in suspend() and resume() callbacks
` [PATCH v3 03/18] pinctrl: pinctrl-single: move suspend()/resume() callbacks to noirq
` [PATCH v3 04/18] i2c: omap: wakeup the controller during suspend() callback
` [PATCH v3 05/18] mux: add mux_chip_resume() function
` [PATCH v3 06/18] mux: mmio: add resume support
` [PATCH v3 07/18] phy: ti: phy-j721e-wiz: use dev_err_probe() instead of dev_err()
` [PATCH v3 08/18] phy: ti: phy-j721e-wiz: split wiz_clock_init() function
` [PATCH v3 09/18] phy: ti: phy-j721e-wiz: add resume support
` [PATCH v3 10/18] phy: cadence-torrent: extract calls to clk_get from cdns_torrent_clk
` [PATCH v3 11/18] phy: cadence-torrent: register resets even if the phy is already configured
` [PATCH v3 12/18] phy: cadence-torrent: add already_configured to struct cdns_torrent_phy
` [PATCH v3 13/18] phy: cadence-torrent: remove noop_ops phy operations
` [PATCH v3 14/18] phy: cadence-torrent: add suspend and resume support
` [PATCH v3 15/18] PCI: cadence: extract link setup sequence from cdns_pcie_host_setup()
` [PATCH v3 16/18] PCI: cadence: set cdns_pcie_host_init() global
` [PATCH v3 17/18] PCI: j721e: add reset GPIO to struct j721e_pcie
` [PATCH v3 18/18] PCI: j721e: add suspend and resume support
[PATCH v2 0/4] i2c: Support i2c_register_spd() on multiplexed bus segments
2024-02-21 19:46 UTC (3+ messages)
[PATCH 00/13] Add Mobileye EyeQ5 support to the Nomadik I2C controller & use hrtimers for timeouts
2024-02-21 17:43 UTC (51+ 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
[PATCH v7 0/6] i2c: add zhaoxin i2c controller driver
2024-02-21 12:44 UTC (13+ messages)
` [PATCH v7 1/6] i2c: wmt: create wmt_i2c_init for general init
` [PATCH v7 2/6] i2c: wmt: split out common files
` [PATCH v7 3/6] i2c: wmt: rename something
` [PATCH v7 4/6] i2c: wmt: fix a bug when thread blocked
` [PATCH v7 5/6] i2c: wmt: add platform type VIAI2C_PLAT_WMT
` [PATCH v7 6/6] i2c: add zhaoxin i2c controller driver
[PATCH] i2c: i801: Fix block process call transactions
2024-02-21 11:48 UTC
[PATCH v4] acpi,pci: warn about duplicate IRQ routing entries returned from _PRT
2024-02-20 22:12 UTC (7+ messages)
[PATCH -next] mux: convert mux_chip->mux to flexible array
2024-02-20 21:27 UTC (3+ messages)
[REGRESSION] `lis3lv02d_i2c_suspend()` causes `unbalanced disables for regulator-dummy` and `Failed to disable Vdd_IO: -EIO`
2024-02-20 19:15 UTC (5+ messages)
irq/51-DLL075B:01 in D state without touchpad usage, interrupts increase
2024-02-20 16:15 UTC
[PATCH 00/33] fsi: Interrupt support
2024-02-20 8:31 UTC (41+ messages)
` [PATCH 01/33] dt-bindings: clock: ast2600: Add FSI clock
` [PATCH 02/33] clk: ast2600: Add FSI parent clock with correct rate
` [PATCH 03/33] fsi: Move slave definitions to fsi-slave.h
` [PATCH 04/33] fsi: Improve master indexing
` [PATCH 05/33] fsi: Use a defined value for default echo delay
` [PATCH 06/33] fsi: Expose master-specific local bus clock divider
` [PATCH 07/33] ARM: dts: aspeed: p10 and tacoma: Set FSI clock frequency
` [PATCH 08/33] fsi: core: Improve master read/write/error traces
` [PATCH 09/33] fsi: core: Add slave error trace
` [PATCH 10/33] fsi: aspeed: Add AST2700 support
` [PATCH 11/33] fsi: core: Add slave spinlock
` [PATCH 12/33] fsi: core: Allow cfam device type aliases
` [PATCH 13/33] fsi: core: Add common regmap master functions
` [PATCH 14/33] fsi: hub: Use common initialization and link enable
` [PATCH 15/33] fsi: aspeed: "
` [PATCH 16/33] fsi: aspeed: Remove cfam reset sysfs file in error path and remove
` [PATCH 17/33] fsi: aspeed: Refactor trace functions
` [PATCH 18/33] fsi: aspeed: Don't clear all IRQs during OPB transfers
` [PATCH 19/33] fsi: aspeed: Only read result register for successful read
` [PATCH 20/33] fsi: aspeed: Switch to spinlock
` [PATCH 21/33] fsi: aspeed: Disable relative addressing and IPOLL for cfam reset
` [PATCH 22/33] fsi: aspeed: Use common master error handler
` [PATCH 23/33] fsi: core: Add interrupt support
` [PATCH 24/33] fsi: aspeed: "
` [PATCH 25/33] fsi: hub: "
` [PATCH 26/33] ARM: dts: aspeed: FSI "
` [PATCH 27/33] i2c: fsi: Calculate clock divider from local bus frequency
` [PATCH 28/33] i2c: fsi: Improve formatting
` [PATCH 29/33] i2c: fsi: Change fsi_i2c_write_reg to accept data instead of a pointer
` [PATCH 30/33] i2c: fsi: Remove list structure of ports
` [PATCH 31/33] i2c: fsi: Define a function to check status error bits
` [PATCH 32/33] i2c: fsi: Add boolean for skip stop command on abort
` [PATCH 33/33] i2c: fsi: Add interrupt support
[PATCH] i2c: constify the struct device_type usage
2024-02-19 12:38 UTC
[PATCH] Add lis3lv02d for Dell Precision M6800
2024-02-19 12:14 UTC (2+ messages)
[PATCH v2 0/6] i2c-i801 / dell-smo8800: Move instantiation of lis3lv02d i2c_client from i2c-i801 to dell-smo8800
2024-02-19 11:52 UTC (6+ messages)
` [PATCH v2 2/6] platform/x86: "
[GIT PULL] i2c-host fixes for v6.8-rc5
2024-02-19 8:39 UTC (3+ messages)
[PATCH] i2c: core: Fix atomic xfer check for non-preempt config
2024-02-19 4:14 UTC (2+ messages)
[PULL REQUEST] i2c-for-6.8-rc5
2024-02-18 18:22 UTC (2+ messages)
[PATCH v3 0/6] i2c: designware: Generic polling mode code
2024-02-18 9:19 UTC (2+ messages)
[PATCH v5] hid-ft260: Add serial driver
2024-02-16 15:03 UTC
[PATCH] i2c: remove redundant conditions
2024-02-16 14:51 UTC
[PATCH v3 00/24] Improve IRQ wake capability reporting and update the cros_ec driver to use it
2024-02-16 11:31 UTC (3+ messages)
` (subset) "
Ideas for a generic solution to support accelerometer lis3lv02d in Dell laptops/notebooks?
2024-02-15 19:08 UTC (6+ messages)
[PATCH v5 1/2] dt-bindings: i2c: pca954x: Add custom properties for MAX7357
2024-02-15 10:58 UTC (3+ messages)
[PATCH] i2c: i801: Fix block process call transactions
2024-02-15 10:19 UTC (5+ messages)
` [SPAM] "
[PATCH] i2c: pasemi: split driver into two separate modules
2024-02-14 21:42 UTC (2+ messages)
[PATCH] i2c: Remove redundant comparison in npcm_i2c_reg_slave
2024-02-14 22:25 UTC (2+ messages)
Potential bug in SMBus kernel module
2024-02-14 18:11 UTC (2+ messages)
[PATCH v4 00/24] Improve IRQ wake capability reporting and update the cros_ec driver to use it
2024-02-14 17:57 UTC (2+ messages)
` (subset) "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).