linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-12 08:23:11 to 2021-05-25 13:27:54 UTC [more...]

[PATCH] decode-dimms: Actually decode LPDDR3 modules
 2021-05-25 13:26 UTC 

[PATCH v4 0/8] Introduce intel_skl_int3472 module
 2021-05-25 13:23 UTC  (21+ messages)
` [PATCH v4 1/8] ACPI: scan: Extend acpi_walk_dep_device_list()
` [PATCH v4 2/8] ACPI: scan: Add function to fetch dependent of acpi device
` [PATCH v4 3/8] i2c: core: Add a format macro for I2C device names
` [PATCH v4 4/8] gpiolib: acpi: Export acpi_get_gpiod()
` [PATCH v4 5/8] clkdev: Make clkdev_drop() null aware
` [PATCH v4 6/8] gpiolib: acpi: Add acpi_gpio_get_io_resource()
` [PATCH v4 7/8] platform/x86: Add intel_skl_int3472 driver
` [PATCH v4 8/8] mfd: tps68470: Remove tps68470 MFD driver

[PATCH V11 0/2] Implement Shutdown callback for geni_i2c
 2021-05-25 13:10 UTC  (3+ messages)
` [PATCH V11 1/2] i2c: i2c-qcom-geni: Add shutdown callback for i2c
` [PATCH V11 2/2] i2c: i2c-qcom-geni: Suspend and resume the bus during SYSTEM_SLEEP_PM ops

[PATCH 0/2] i2c: i801: Replace waitqueue with completion API
 2021-05-25 13:01 UTC  (6+ messages)
` [PATCH 1/2] i2c: i801: Remove unneeded warning after wait_event_timeout timeout
` [PATCH 2/2] i2c: i801: Replace waitqueue with completion API

[PATCH v3 0/7] Add Aspeed SSIF BMC driver
 2021-05-25 10:30 UTC  (30+ messages)
` [PATCH v3 1/7] i2c: i2c-core-smbus: Expose PEC calculate function for generic use
` [PATCH v3 2/7] ipmi: ssif_bmc: Add SSIF BMC driver
` [PATCH v3 3/7] i2c: aspeed: Fix unhandled Tx done with NAK
` [PATCH v3 4/7] i2c: aspeed: Acknowledge Tx done w/wo ACK irq late
` [PATCH v3 5/7] i2c: aspeed: Add aspeed_set_slave_busy()
` [PATCH v3 6/7] ipmi: ssif_bmc: Add Aspeed SSIF BMC driver
` [PATCH v3 7/7] bindings: ipmi: Add binding for "

[PATCH] i2c: i801: Use standard PCI constants instead of own ones
 2021-05-25  9:42 UTC  (2+ messages)

[i2c-tools PATCH] tools: i2cbusses: Handle bus names like /dev/i2c-0
 2021-05-25  9:06 UTC 

[PATCH 0/3] i2c: aspeed: avoid new registers definition of AST2600
 2021-05-25  2:08 UTC  (17+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] ARM: dts: aspeed: Add node for AST2600 I2C
` [PATCH 3/3] dt-bindings: aspeed-i2c: Convert txt to yaml format

[syzbot] KASAN: out-of-bounds Read in i801_isr
 2021-05-24 10:42 UTC  (4+ messages)

[PATCH] i2c: robotfuzz-osif: fix control-request directions
 2021-05-24  9:09 UTC 

[PATCH 00/16] Rid W=1 warnings from I2C
 2021-05-24  6:49 UTC  (31+ messages)
` [PATCH 01/16] i2c: busses: i2c-nomadik: Fix formatting issue pertaining to 'timeout'
` [PATCH 02/16] i2c: muxes: i2c-arb-gpio-challenge: Demote non-conformant kernel-doc headers
` [PATCH 03/16] i2c: busses: i2c-ali1563: File headers are not good candidates for kernel-doc
` [PATCH 04/16] i2c: busses: i2c-altera: Fix formatting issue in struct and demote unworthy kernel-doc headers
` [PATCH 05/16] i2c: busses: i2c-axxia: "
` [PATCH 06/16] i2c: busses: i2c-cadence: Fix incorrectly documented 'enum cdns_i2c_slave_mode'
` [PATCH 07/16] i2c: busses: i2c-designware-master: Fix misnaming of 'i2c_dw_init_master()'
` [PATCH 08/16] i2c: busses: i2c-eg20t: Fix 'bad line' issue and provide description for 'msgs' param
` [PATCH 09/16] i2c: busses: i2c-mxs: Demote barely half complete kernel-doc header
` [PATCH 10/16] i2c: busses: i2c-ocores: Place the expected function names into the documentation headers
` [PATCH 11/16] i2c: busses: i2c-pnx: Provide descriptions for 'alg_data' data structure
` [PATCH 12/16] i2c: busses: i2c-rk3x: Demote unworthy headers and help more complete ones
` [PATCH 13/16] i2c: busses: i2c-st: Fix copy/paste function misnaming issues
` [PATCH 14/16] i2c: busses: i2c-stm32f4: Remove incorrectly placed ' ' from function name
` [PATCH 15/16] i2c: busses: i2c-tegra-bpmp: Demote kernel-doc abuses
` [PATCH 16/16] i2c: busses: i2c-st: trivial: Fix spelling issue 'enmpty => empty'

[PATCH V10] i2c: i2c-qcom-geni: Add shutdown callback for i2c
 2021-05-21 19:20 UTC  (6+ messages)

[PATCH] i2c: i801: Use pm_runtime_forbid to prevent suspending
 2021-05-21 18:59 UTC  (2+ messages)

[PATCH] iio: accel: fxls8962af: conditionally compile fxls8962af_i2c_raw_read_errata3()
 2021-05-21 16:54 UTC 

i801_smbus: no runtime pm since a9c8088c7988 ("i2c: i801: Don't restore config registers on runtime PM")
 2021-05-21 14:58 UTC  (4+ messages)

[PATCH i2c-tools] Revert "tools: i2ctransfer: add check for returned length from driver"
 2021-05-21 11:21 UTC  (7+ messages)

make file missing ?
 2021-05-21 10:55 UTC 

[PATCH V2 00/18] i2c: imx-lpi2c: New features and bug fixes
 2021-05-21  7:02 UTC  (19+ messages)
` [PATCH V2 02/18] i2c: imx-lpi2c: add ipg clk for lpi2c driver
` [PATCH V2 03/18] ARM: dts: imx7ulp: add the missing lpi2c ipg clock
` [PATCH V2 04/18] ARM: dts: imx7ulp: add the missing lpi2c nodes
` [PATCH V2 05/18] ARM64: dts: imx8: add the missing lpi2c ipg clock
` [PATCH V2 06/18] ARM64: dts: imx8: change i2c irq number to non-combined
` [PATCH V2 07/18] i2c: imx-lpi2c: manage irq resource request/release in runtime pm
` [PATCH V2 08/18] i2c: imx-lpi2c: add debug message when i2c peripheral clk doesn't work
` [PATCH V2 10/18] i2c: imx-lpi2c: add bus recovery feature
` [PATCH V2 11/18] dt-bindings: i2c: imx-lpi2c: Add bus recovery example

[PATCH v2] i2c: aspeed: disable additional device addresses on ast2[56]xx
 2021-05-21  2:43 UTC  (3+ messages)

[PATCH v2 1/4] dt-bindings: i2c: i2c-mt65xx: convert doc to yaml schema format
 2021-05-21  2:06 UTC  (4+ messages)
` [PATCH v2 2/4] dt-bindings: i2c: i2c-mt65xx: add binding for MT8365 SoC
` [PATCH v2 3/4] i2c: i2c-mt65xx: add MT8365 SoC support

i2c: i801: Use pm_runtime_forbid to prevent suspending
 2021-05-20 11:14 UTC 

[PATCH v21 0/5] add power control in i2c
 2021-05-20 10:56 UTC  (7+ messages)
` [PATCH v21 1/5] i2c: core: support bus regulator controlling in adapter
` [PATCH v21 3/5] i2c: mediatek: mt65xx: add optional vbus-supply

[PATCH v3 0/4] P2040/P2041 i2c recovery erratum
 2021-05-20  3:36 UTC  (6+ messages)

[PATCH 1/3] dt-bindings: i2c: i2c-mt65xx: convert doc to yaml schema format
 2021-05-20  0:01 UTC  (5+ messages)
` [PATCH 2/3] dt-bindings: i2c: i2c-mt65xx: add binding for MT8365 SoC
` [PATCH 3/3] i2c: i2c-mt65xx: add MT8365 SoC support

[PATCH v4 0/4] i2c: aspeed: Add buffer and DMA modes support
 2021-05-19 18:38 UTC  (5+ messages)
` [PATCH v4 4/4] i2c: aspeed: add DMA mode transfer support

[PATCH v4 00/10] arm64: dts: rockchip: add basic dtsi/dts files for RK3568 SoC
 2021-05-19 12:57 UTC  (6+ messages)
` [PATCH v4 04/10] dt-bindings: watchdog: dw-wdt: add description for rk3568
` [RESEND PATCH v4 06/10] dt-bindings: gpio: change items restriction of clock for rockchip,gpio-bank

[PATCH v2] i2c: i801: Safely share SMBus with BIOS/ACPI
 2021-05-19  9:17 UTC 

[PATCH] i2c: i801: Safely share SMBus with BIOS/ACPI
 2021-05-19  8:49 UTC 

[PATCH v2] Documentation: i2c: Add doc for I2C sysfs
 2021-05-18  3:25 UTC  (2+ messages)

[PATCH] i2c: qcom-cci: add sm8250 compatible
 2021-05-18  1:14 UTC  (4+ messages)

[PATCH] Documentation: i2c: Add doc for I2C sysfs
 2021-05-17 23:38 UTC  (3+ messages)

[PATCH v3 0/6] Introduce intel_skl_int3472 module
 2021-05-17 21:47 UTC  (5+ messages)
` [PATCH v3 5/6] platform/x86: Add intel_skl_int3472 driver

[PATCH v6 0/5] drm: Fix EDID reading on ti-sn65dsi86; solve some chicken-and-egg problems
 2021-05-17 20:17 UTC  (9+ messages)
` [PATCH v6 1/5] i2c: i2c-core-of: Fix corner case of finding adapter by node
` [PATCH v6 2/5] drm/dp: Allow an early call to register DDC i2c bus

[PATCH v1 1/1] i2c: core: Propagate all possible errors when requesting recovery GPIOs
 2021-05-17 13:55 UTC  (2+ messages)

[PATCH v1 1/1] i2c: core: Make debug message even more debuggish
 2021-05-17 13:55 UTC  (2+ messages)

[PATCH] i2c: core: export i2c_smbus_pec()
 2021-05-17  3:11 UTC 

[PATCH 0/4] Fix the i2c/clk bug of stm32 mcu platform
 2021-05-14 11:02 UTC  (5+ messages)
` [PATCH 1/4] drm/panel: Add ilitek ili9341 panel driver
` [PATCH 2/4] i2c: stm32f4: Fix stmpe811 get xyz data timeout issue
` [PATCH 3/4] clk: stm32: Fix stm32f429's ltdc driver hang in set clock rate
` [PATCH 4/4] clk: stm32: Fix ltdc's clock turn off by clk_disable_unused() after kernel startup

[PATCH v4] HID: ft260: improve error handling of ft260_hid_feature_report_get()
 2021-05-13 13:15 UTC  (3+ messages)

[PATCH v1 0/2] i2c: microchip: Add driver for PolarFire SoC
 2021-05-12 18:35 UTC  (4+ messages)
` [PATCH v1 1/2] dt-bindings: i2c: microchip: Add Microchip PolarFire host binding
` [PATCH v1 2/2] i2c: microchip: Add driver for Microchip PolarFire SoC

[PATCH] dt-bindings: i2c: brcm,iproc-i2c: convert to the json-schema
 2021-05-12 18:35 UTC  (2+ messages)

[PATCH] i2c: cp2615: check for allocation failure in cp2615_i2c_recv()
 2021-05-12 13:52 UTC  (4+ messages)

[PATCH 0/3] Add support for assigned-performance-states for geni i2c driver
 2021-05-12 13:50 UTC  (10+ messages)
` [PATCH 3/3] i2c: i2c-qcom-geni: Add support for 'assigned-performance-states'


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