linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-21 06:41:48 to 2021-05-29 07:50:12 UTC [more...]

[PATCH] MAINTAINERS: adjust to removing i2c designware platform data
 2021-05-29  7:49 UTC  (9+ messages)

[PATCH v2 0/6] dt-bindings: Convert mux bindings to schema
 2021-05-28 21:20 UTC  (10+ messages)
` [PATCH v2 1/6] dt-bindings: mfd: ti,j721e-system-controller: Fix mux node errors
` [PATCH v2 2/6] dt-bindings: rtc: nxp,pcf8563: Convert to DT schema
` [PATCH v2 3/6] dt-bindings: mux: Convert mux controller bindings to schema
` [PATCH v2 4/6] dt-bindings: i2c: Convert i2c-mux bindings to DT schema
` [PATCH v2 5/6] dt-bindings: i2c: i2c-mux-pca954x: Convert "
` [PATCH v2 6/6] dt-bindings: i2c: maxim,max9286: Use the i2c-mux.yaml schema

[PATCH0/2] Fix deferred probing in the I2C bus drivers
 2021-05-28 20:57 UTC  (2+ messages)

[PATCH] i2cdetect: Sort the bus list by number
 2021-05-28 19:13 UTC  (2+ messages)

[PATCH v21 RESEND 0/4] add power control in i2c
 2021-05-28 19:08 UTC  (9+ messages)
` [PATCH v21 RESEND 1/4] i2c: core: support bus regulator controlling in adapter
` [PATCH v21 RESEND 2/4] dt-binding: i2c: mt65xx: add vbus-supply property
` [PATCH v21 RESEND 3/4] i2c: mediatek: mt65xx: add optional vbus-supply
` [PATCH v21 RESEND 4/4] arm64: dts: mt8183: add supply name for eeprom

[PATCH] dt-bindings: i2c: i2c-mux: Remove reset-active-low from ssd1307fb examples
 2021-05-28 14:51 UTC  (4+ messages)

[PATCH 0/6] dt-bindings: i2c: renesas: Convert to json-schema
 2021-05-28 14:14 UTC  (18+ messages)
` [PATCH 1/6] i2c: rcar: Drop "renesas,i2c-rcar"
` [PATCH 2/6] dt-bindings: i2c: renesas,i2c: "
` [PATCH 3/6] dt-bindings: i2c: renesas,i2c: Convert to json-schema
` [PATCH/RFC 4/6] dt-bindings: i2c: renesas,iic: "
` [PATCH 5/6] dt-bindings: i2c: renesas,riic: "
` [PATCH 6/6] dt-bindings: i2c: renesas,iic-emev2: "

[PATCH v2 1/2] i2c: core: Make debug message even more debuggish
 2021-05-28 14:01 UTC  (3+ messages)
` [PATCH v2 2/2] i2c: core: Propagate all possible errors when requesting recovery GPIOs

[PATCH v2] dt-bindings: i2c: renesas,riic: Convert to json-schema
 2021-05-28 13:48 UTC  (2+ messages)

[PATCH v1 1/6] i2c: acpi: Export i2c_acpi_find_client_by_adev() for users
 2021-05-28 10:01 UTC  (13+ messages)
` [PATCH v1 2/6] staging: atomisp: Replace open-coded i2c_acpi_find_client_by_adev()
` [PATCH v1 3/6] staging: atomisp: Remove unused declarations
` [PATCH v1 4/6] staging: atomisp: Annotate a couple of definitions with __maybe_unused
` [PATCH v1 5/6] staging: atomisp: Move MIPI_PORT_LANES to the only user
` [PATCH v1 6/6] staging: atomisp: Remove unused port_enabled variable

[PATCH] dt-bindings: i2c: brcm,iproc-i2c: convert to the json-schema
 2021-05-28  9:57 UTC  (5+ messages)

[PATCH] i2c: core: export i2c_smbus_pec()
 2021-05-28  8:42 UTC  (2+ messages)

[PATCH 00/16] Rid W=1 warnings from I2C
 2021-05-28  8:17 UTC  (33+ 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 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 10/16] i2c: busses: i2c-ocores: Place the expected function names into the documentation headers
` [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 16/16] i2c: busses: i2c-st: trivial: Fix spelling issue 'enmpty => empty'

[RESEND PATCH] i2c: s3c2410: fix possible NULL pointer deref on read message after write
 2021-05-28  8:17 UTC  (2+ messages)

[PATCH] i2c: mediatek: Disable i2c start_en and clear intr_stat brfore reset
 2021-05-28  8:13 UTC  (4+ messages)

[PATCH V11 0/2] Implement Shutdown callback for geni_i2c
 2021-05-28  8:11 UTC  (6+ 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] ARM: dts: r8a7745,r8a7794: Remove generic compatible strings from iic blocks
 2021-05-28  8:03 UTC  (3+ messages)

[PATCH 0/4] Fix the i2c/clk bug of stm32 mcu platform
 2021-05-28  6:01 UTC  (2+ messages)

[PATCH v3 0/7] Add Aspeed SSIF BMC driver
 2021-05-28  2:57 UTC  (13+ messages)
` [PATCH v3 5/7] i2c: aspeed: Add aspeed_set_slave_busy()

[PATCH v2 0/1] dt-bindings-aspeed-i2 Convert to yaml format
 2021-05-28  1:44 UTC  (4+ messages)
` [PATCH v2 1/1] dt-bindings: aspeed-i2c: Convert txt "

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

[PATCH] i2c: core: Add stub for i2c_verify_client() if !CONFIG_I2C
 2021-05-27 20:23 UTC  (3+ messages)

[RESEND] i2c: mediatek: Rename i2c irq name
 2021-05-27 20:13 UTC  (2+ messages)

[PATCH] i2c: i801: Use standard PCI constants instead of own ones
 2021-05-27 20:10 UTC  (3+ messages)

[PATCH 0/2] i2c: i801: Replace waitqueue with completion API
 2021-05-27 20:09 UTC  (9+ 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] i2c: i801: Don't generate an interrupt on bus reset
 2021-05-27 19:56 UTC  (3+ messages)

[PATCH v3 0/4] P2040/P2041 i2c recovery erratum
 2021-05-27 19:53 UTC  (11+ messages)
` [PATCH v3 2/4] powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P2041 i2c controllers
` [PATCH v3 3/4] powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P1010 "

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

[PATCH v10] i2c: virtio: add a virtio i2c frontend driver
 2021-05-27  6:49 UTC  (12+ messages)

[i2c-tools PATCH] tools: i2cbusses: Handle bus names like /dev/i2c-0
 2021-05-26 21:23 UTC  (3+ messages)

[PATCH v4 0/8] Introduce intel_skl_int3472 module
 2021-05-26 12:36 UTC  (20+ 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 6/8] gpiolib: acpi: Add acpi_gpio_get_io_resource()
` [PATCH v4 7/8] platform/x86: Add intel_skl_int3472 driver

[PATCH v3] dt-bindings: i2c: Move i2c-omap.txt to YAML format
 2021-05-26 10:04 UTC 

[PATCH v2] dt-bindings: i2c: Move i2c-omap.txt to YAML format
 2021-05-26  6:52 UTC  (7+ messages)

[PATCH] i2c: designware: Fix kernel-doc
 2021-05-26  5:51 UTC  (2+ messages)

[PATCH i2c-tools] Revert "tools: i2ctransfer: add check for returned length from driver"
 2021-05-25 20:36 UTC  (8+ messages)

[PATCH] iio: accel: fxls8962af: conditionally compile fxls8962af_i2c_raw_read_errata3()
 2021-05-25 20:30 UTC  (2+ messages)

[PATCH] i2c: i801: Use driver name constant instead of function dev_driver_string
 2021-05-25 20:04 UTC 

[PATCH] i2c: i801: Improve i801_setup_hstcfg
 2021-05-25 20:07 UTC 

[PATCH] i2c: i801: Simplify initialization of i2c_board_info in i801_probe_optional_slaves
 2021-05-25 20:01 UTC 

[PATCH] i2c: i801: Improve status polling
 2021-05-25 19:59 UTC 

[PATCH] i2c: sh_mobile: Use new clock calculation formulas for RZ/G2E
 2021-05-25 19:56 UTC  (3+ messages)

[PATCH v4 0/2] i2c: stm32f7: add SMBus-Alert support
 2021-05-25 19:53 UTC  (7+ messages)
` [PATCH v4 1/2] i2c: add binding to mark a bus as supporting SMBus-Alert
` [PATCH v4 2/2] i2c: stm32f7: add SMBus-Alert support

[PATCH v2] i2c: I2C_HISI should depend on ACPI
 2021-05-25 19:27 UTC  (2+ messages)

[PATCH] i2c: qcom-geni: fix spelling mistake "unepxected" -> "unexpected"
 2021-05-25 19:23 UTC  (5+ messages)

[PATCH] i2c: icy: Remove unused variable new_fwnode in icy_probe()
 2021-05-25 19:22 UTC  (2+ messages)

[PATCH v4 00/10] arm64: dts: rockchip: add basic dtsi/dts files for RK3568 SoC
 2021-05-25 19:08 UTC  (3+ messages)
` [PATCH v4 01/10] dt-bindings: i2c: i2c-rk3x: add description for rk3568

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

[PATCH 0/3] i2c: aspeed: avoid new registers definition of AST2600
 2021-05-25  2:08 UTC  (12+ messages)
` [PATCH 1/3] "

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

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)

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  (9+ messages)
` [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


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