messages from 2022-03-25 08:29:01 to 2022-04-13 03:57:23 UTC [more...]
[PATCH] i2c: qcom-geni: Use dev_err_probe() for GPI DMA error
2022-04-13 3:57 UTC (3+ messages)
[PATCH v2 0/2] i2c: Allow disabling auto detection via devicetree
2022-04-12 21:22 UTC (5+ messages)
` [PATCH v2 1/2] dt-bindings: i2c: add property to avoid device detection
` [PATCH v2 2/2] i2c: core: support no-detect property
[RFC Patch v4 0/1] i2c statistics as sysfs attributes
2022-04-12 15:38 UTC (5+ messages)
` [RFC Patch v4 1/1] i2c debug counters "
[PATCH 0/5] Pine64 PinePhone keyboard support
2022-04-12 11:34 UTC (4+ messages)
` [PATCH 3/5] Input: pinephone-keyboard - Build in the default keymap
[PATCH v2] i2c: cadence: Add standard bus recovery support
2022-04-12 10:16 UTC (5+ messages)
[PATCH v1 1/2] i2c: dev: check return value when calling dev_set_name()
2022-04-11 18:07 UTC (2+ messages)
` [PATCH v1 2/2] i2c: dev: Force case user pointers in compat_i2cdev_ioctl()
[PATCH v2] i2c: mediatek: Optimize master_xfer() and avoid circular locking
2022-04-11 13:21 UTC
[PATCH v2 0/2] Ensure High and Low periods of SCL are correct
2022-04-11 7:30 UTC (6+ messages)
` [PATCH v2 1/2] i2c: meson: Use _SHIFT and _MASK for register definitions
` [PATCH v2 2/2] i2c: meson: Use 50% duty cycle for I2C clock
[PATCH v3 00/11] i2c: npcm: Bug fixes timeout, spurious interrupts
2022-04-10 7:33 UTC (8+ messages)
` [PATCH v3 09/11] i2c: npcm: Handle "
[PATCH] i2c: imx: Implement errata ERR007805 or e7805 bus frequency limit
2022-04-09 15:26 UTC (2+ messages)
[PATCH] i2c: mediatek: Optimize master_xfer() and avoid circular locking
2022-04-08 17:11 UTC (2+ messages)
[PATCH 0/3] Ensure Low period of SCL is correct
2022-04-08 7:19 UTC (13+ messages)
` [PATCH 1/3] i2c: meson: Use _SHIFT and _MASK for register definitions
` [PATCH 2/3] i2c: meson: Use 50% duty cycle for I2C clock
` [PATCH 3/3] i2c: meson: Remove meson_i2c_data
[PATCH v6 0/4] Add SSIF BMC driver
2022-04-08 4:40 UTC (6+ messages)
` [PATCH v6 1/4] ipmi: ssif_bmc: "
[PATCH v2] dt-bindings: i2c: convert i2c-mt65xx to json-schema
2022-04-07 22:33 UTC (3+ messages)
[PATCH v4 0/9] dt-bindings: qcom: convert entire GSBI (QUP I2C/SPI/UART) to DT schema
2022-04-07 17:46 UTC (13+ messages)
` [PATCH v4 1/9] arm64: dts: qcom: align dmas in I2C/SPI/UART with "
` [PATCH v4 2/9] arm64: dts: qcom: align clocks in I2C/SPI "
` [PATCH v4 3/9] ARM: dts: qcom: ipq4019: align dmas in SPI/UART "
` [PATCH v4 4/9] ARM: dts: qcom: ipq4019: align clocks in I2C "
` [PATCH v4 5/9] ARM: dts: qcom: msm8660: disable GSBI8
` [PATCH v4 6/9] spi: dt-bindings: qcom,spi-qup: convert to dtschema
` [PATCH v4 7/9] dt-bindings: serial: qcom,msm-uartdm: "
` [PATCH v4 8/9] dt-bindings: i2c: qcom,i2c-qup: "
` [PATCH v4 9/9] dt-bindings: qcom: qcom,gsbi: "
[PATCH v2] i2c: at91: use dma safe buffers
2022-04-07 15:08 UTC
[PATCH v4] i2c: rcar: add support for I2C_M_RECV_LEN
2022-04-07 13:04 UTC (7+ messages)
[PATCH] i2c: at91: use dma safe buffers
2022-04-07 11:50 UTC (9+ messages)
[PATCH] dt-bindings: i2c: convert i2c-mt65xx to json-schema
2022-04-07 9:45 UTC (3+ messages)
[PATCH] i2c: rcar: add SMBus block read support
2022-04-06 19:44 UTC (18+ messages)
` [PATCH v2] "
[v7 0/3] Add support for Maxim MAX735x/MAX736x variants
2022-04-06 18:43 UTC (6+ messages)
` [v7 1/3] dt-bindings: i2c: Add "
` [v7 2/3] i2c: muxes: pca954x: Add MAX735x/MAX736x support
` [v7 3/3] i2c: muxes: pca954x: Add regulator support
[PATCH] i2c: ismt: Remove useless DMA-32 fallback configuration
2022-04-05 21:13 UTC (3+ messages)
[PATCH] HID: mcp2221: fix hang on probe while setting up gpiochip
2022-04-06 3:23 UTC
[PATCH 05/11] i2c: ismt: Fix undefined behavior due to shift overflowing the constant
2022-04-05 21:18 UTC (2+ messages)
[PATCH 0/2] i2c: Allow disabling auto detection via devicetree
2022-04-06 7:55 UTC (7+ messages)
` [PATCH 1/2] i2c: add binding to prevent device detection
` [PATCH 2/2] i2c: core: support no-detect property
[PATCH v3 0/9] introduce fwnode in the I2C subsystem
2022-04-05 13:27 UTC (26+ messages)
` [PATCH v3 1/9] of: add of_property_read_string_array_index()
` [PATCH v3 2/9] of: unittests: add tests for of_property_read_string_array_index()
` [PATCH v3 3/9] device property: add index argument to property_read_string_array() callback
` [PATCH v3 4/9] device property: add fwnode_property_read_string_index()
` [PATCH v3 5/9] device property: add tests for fwnode_property_read_string_index()
` [PATCH v3 6/9] i2c: fwnode: add fwnode_find_i2c_adapter_by_node()
` [PATCH v3 7/9] i2c: of: use fwnode_get_i2c_adapter_by_node()
` [PATCH v3 8/9] i2c: mux: pinctrl: remove CONFIG_OF dependency and use fwnode API
` [PATCH v3 9/9] i2c: mux: add support for fwnode
[PATCH v2 1/4] dt-bindings: I2C: Add Qualcomm Geni based QUP I2C bindings
2022-04-05 11:13 UTC (2+ messages)
[PATCH v3 0/9] dt-bindings: qcom: convert entire GSBI (QUP I2C/SPI/UART) to DT schema
2022-04-04 21:31 UTC (18+ messages)
` [PATCH v3 1/9] arm64: dts: qcom: align dmas in I2C/SPI/UART with "
` [PATCH v3 2/9] arm64: dts: qcom: align clocks in I2C/SPI "
` [PATCH v3 3/9] ARM: dts: qcom: ipq4019: align dmas in SPI/UART "
` [PATCH v3 4/9] ARM: dts: qcom: ipq4019: align clocks in I2C "
` [PATCH v3 5/9] ARM: dts: qcom: msm8660: disable GSBI8
` [PATCH v3 6/9] spi: dt-bindings: qcom,spi-qup: convert to dtschema
` [PATCH v3 7/9] dt-bindings: serial: qcom,msm-uartdm: "
` [PATCH v3 8/9] dt-bindings: i2c: qcom,i2c-qup: "
` [PATCH v3 9/9] dt-bindings: qcom: qcom,gsbi: "
Biznesowy angielski
2022-04-04 8:05 UTC
[PATCH] i2c: bcm2835: Fix error handling in bcm2835_i2c_probe
2022-04-03 6:33 UTC
[PATCH 1/5] dt-bindings: i2c: Add Qualcomm Geni based QUP i2c bindings
2022-04-02 19:57 UTC (6+ messages)
[PATCH] i2c: powermac: Prepare cleanup of powerpc's asm/prom.h
2022-04-02 10:06 UTC
[PATCH v5 0/3] WCH CH341 GPIO and SPI support
2022-04-01 11:49 UTC (5+ messages)
` [PATCH v5 1/3] mfd: ch341: add core driver for the WCH CH341 in I2C/SPI/GPIO mode
` [PATCH v5 2/3] gpio: ch341: add GPIO MFD cell driver for the CH341
` [PATCH v5 3/3] i2c: ch341: add I2C "
[syzbot] KASAN: use-after-free Read in i2c_put_adapter
2022-03-30 17:43 UTC
[PATCH i2c-tools] i2cget: add mode character for SMBus block read to manpage
2022-03-30 17:25 UTC (3+ messages)
[PATCH] i2c: mv64xxx: Add atomic_xfer method to driver
2022-03-30 17:16 UTC
i2ctransfer-like tool with stdin not argv?
2022-03-30 10:05 UTC
[PULL REQUEST] i2c for v5.18
2022-03-29 22:10 UTC (8+ messages)
[PATCH] i2c: pasemi: Wait for write xfers to finish
2022-03-29 19:58 UTC (2+ messages)
[PATCH 2/2] iio: dac: dac5571: Fix chip id detection for OF devices
2022-03-29 8:59 UTC (12+ messages)
` [PATCH v1.1 "
[PATCH v4 0/3] WCH CH341 GPIO and SPI support
2022-03-28 15:05 UTC (3+ messages)
` [PATCH v4 2/3] gpio: ch341: add MFD cell driver for the CH341
Koszty instalacji fotowoltaicznej
2022-03-28 7:46 UTC
[PATCH v2] iio: dac: dac5571: Fix chip id detection for OF devices
2022-03-27 19:25 UTC (7+ messages)
[PATCH] docs: i2c: reference simple probes
2022-03-25 16:19 UTC
[PATCH] i2c: mv64xxx: Remove shutdown method from driver
2022-03-25 18:06 UTC
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