Linux-i2c Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-07 13:14:27 to 2021-05-21 10:55:55 UTC [more...]

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

[PATCH 00/16] Rid W=1 warnings from I2C
 2021-05-21 10:06 UTC  (26+ 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'

i801_smbus: no runtime pm since a9c8088c7988 ("i2c: i801: Don't restore config registers on runtime PM")
 2021-05-21  8:19 UTC 

[PATCH V2 00/18] i2c: imx-lpi2c: New features and bug fixes
 2021-05-21  7:02 UTC  (20+ 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 v3 0/7] Add Aspeed SSIF BMC driver
 2021-05-21  6:09 UTC  (25+ 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 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

[PATCH 0/3] i2c: aspeed: avoid new registers definition of AST2600
 2021-05-21  2:00 UTC  (11+ 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

[PATCH v4 0/8] Introduce intel_skl_int3472 module
 2021-05-20 21:03 UTC  (14+ 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] i2c: i801: Use pm_runtime_forbid to prevent suspending
 2021-05-20 11:14 UTC 

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  (10+ messages)
` [PATCH v21 1/5] i2c: core: support bus regulator controlling in adapter
` [PATCH v21 2/5] dt-binding: i2c: mt65xx: add vbus-supply property
` [PATCH v21 3/5] i2c: mediatek: mt65xx: add optional vbus-supply
` [PATCH v21 4/5] misc: eeprom: at24: check suspend status before disable regulator
` [PATCH v21 5/5] arm64: dts: mt8183: add supply name for eeprom

[PATCH V10] i2c: i2c-qcom-geni: Add shutdown callback for i2c
 2021-05-20  8:15 UTC  (4+ messages)

[PATCH v3 0/4] P2040/P2041 i2c recovery erratum
 2021-05-20  3:36 UTC  (10+ messages)
` [PATCH v3 1/4] dt-bindings: i2c: mpc: Add fsl,i2c-erratum-a004447 flag
` [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 v3 4/4] i2c: mpc: implement erratum A-004447 workaround

[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  (8+ messages)
` [PATCH v4 03/10] dt-bindings: mmc: rockchip-dw-mshc: add description for rk3568
` [PATCH v4 04/10] dt-bindings: watchdog: dw-wdt: "
` [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  (6+ 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'

[PATCH v10] i2c: virtio: add a virtio i2c frontend driver
 2021-05-12  1:37 UTC  (8+ messages)

[syzbot] KASAN: out-of-bounds Read in i801_isr
 2021-05-11 22:52 UTC 

[PATCH v2 0/3] P2040/P2041 i2c recovery erratum
 2021-05-11 15:33 UTC  (13+ messages)
` [PATCH v2 1/3] dt-bindings: i2c: mpc: Add fsl,i2c-erratum-a004447 flag
` [PATCH v2 2/3] powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P2041 i2c controllers
  ` [PATCH v2 2/3] powerpc/fsl: set fsl, i2c-erratum-a004447 "
` [PATCH v2 3/3] i2c: mpc: implement erratum A-004447 workaround

[PATCH V9] i2c: i2c-qcom-geni: Add shutdown callback for i2c
 2021-05-11 12:58 UTC  (4+ messages)

[PATCH v3] HID: ft260: improve error handling of ft260_hid_feature_report_get()
 2021-05-11 10:06 UTC 

Personal
 2021-05-10 14:06 UTC 

[PATCH v7 5/6] i2c: imx: Simplify using devm_clk_get_enabled()
 2021-05-10 17:41 UTC 

[PATCH v2] HID: ft260: improve error handling of ft260_hid_feature_report_get()
 2021-05-10 16:53 UTC 

[PATCH v2] i2c: I2C_HISI should depend on ACPI
 2021-05-10 13:00 UTC  (2+ messages)

[PATCH v2] dt-bindings: i2c: Move i2c-omap.txt to YAML format
 2021-05-10 11:06 UTC  (9+ messages)

[PATCH v4 0/2] i2c: stm32f7: add SMBus-Alert support
 2021-05-10  8:02 UTC  (3+ messages)
` [PATCH v4 2/2] "

[PATCH v6 RESEND 5/6] i2c: imx: Simplify using devm_clk_get_enabled()
 2021-05-10  6:17 UTC 

[PATCH] HID: ft260: improve error handling of ft260_hid_feature_report_get()
 2021-05-08 19:39 UTC  (2+ messages)


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