aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2023-04-13i2c: ocores: generate stop condition after timeout in polling modeGregor Herburger1-16/+19
2023-04-11treewide: Fix probing of devices in DT overlaysGeert Uytterhoeven1-0/+5
2023-04-10Merge 6.3-rc6 into char-misc-nextGreg Kroah-Hartman4-6/+34
2023-04-05of: Rename of_modalias_node()Miquel Raynal2-2/+2
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman12-28/+61
2023-03-29i2c: brcmstb: use devm_platform_ioremap_resource_byname()Ye Xingchen1-3/+1
2023-03-29i2c: cadence: Detect maximum transfer sizeLars-Peter Clausen1-7/+42
2023-03-29i2c: cadence: Allow to specify the FIFO depthLars-Peter Clausen1-12/+17
2023-03-29i2c: xiic: Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1
2023-03-29i2c: mchp-pci1xxxx: Update Timing registersTharun Kumar P1-30/+30
2023-03-29i2c: mpc: Use i2c-scl-clk-low-timeout-us i2c propertyAndi Shyti1-1/+11
2023-03-29i2c: mpc: Use of_property_read_u32 instead of of_get_propertyAndi Shyti1-12/+13
2023-03-29i2c: xiic: hide OF related data for COMPILE_TESTKrzysztof Kozlowski1-1/+1
2023-03-29i2c: synquacer: mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-03-17crypto: ccp - Move some PSP mailbox bit definitions into common headerMario Limonciello1-11/+5
2023-03-17crypto: ccp - Add a header for multiple drivers to use `__psp_pa`Mario Limonciello1-1/+1
2023-03-16i2c: xgene-slimpro: Fix out-of-bounds bug in xgene_slimpro_i2c_xfer()Wei Chen1-0/+3
2023-03-16i2c: imx: Simplify using devm_clk_get_enabled()Uwe Kleine-König1-11/+1
2023-03-16i2c: hisi: Only use the completion interrupt to finish the transferYicong Yang1-1/+5
2023-03-16i2c: hisi: Avoid redundant interruptsYicong Yang1-0/+7
2023-03-16i2c: cros-ec-tunnel: Mark ACPI and OF related data as maybe unusedKrzysztof Kozlowski1-2/+2
2023-03-16i2c: owl: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-16i2c: mt65xx: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-16i2c: davinci: remove dead code in probeDongliang Mu1-4/+1
2023-03-16i2c: mxs: ensure that DMA buffers are safe for DMAMatthias Schiffer1-5/+13
2023-03-16i2c: imx-lpi2c: check only for enabled interrupt flagsAlexander Stein1-0/+4
2023-03-16i2c: imx-lpi2c: clean rx/tx buffers upon new messageAlexander Stein1-0/+2
2023-03-16i2c: cadence: Remove unnecessary register readsLars-Peter Clausen1-2/+2
2023-03-16i2c: cadence: Remove always false ternary operatorLars-Peter Clausen1-2/+1
2023-03-16i2c: Use of_property_read_bool() for boolean propertiesRob Herring3-6/+4
2023-03-16i2c: microchip-core: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIREConor Dooley1-1/+1
2023-03-09i2c: dev: Fix bus callback return valuesGeert Uytterhoeven1-6/+18
2023-03-09i2c: Convert drivers to new .probe() callbackUwe Kleine-König4-4/+4
2023-03-09i2c: mux: Convert all drivers to new .probe() callbackUwe Kleine-König3-3/+3
2023-03-09i2c: Switch .probe() to not take an id parameterUwe Kleine-König1-9/+2
2023-03-03i2c: gxp: fix an error code in probeDan Carpenter1-1/+1
2023-03-03i2c: gxp: return proper error on address NACKWolfram Sang1-2/+4
2023-03-03i2c: gxp: remove "empty" switch statementWolfram Sang1-12/+1
2023-03-03i2c: Disable I2C_APPLE when I2C_PASEMI is a builtinBenjamin Gray1-0/+1
2023-02-24Merge tag 'i2c-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds22-334/+1833
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2023-02-24Merge tag 'usb-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+2
2023-02-23Merge tag 'mfd-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds1-0/+46
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-78/+99
2023-02-20Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-78/+5
2023-02-17i2c: Add GXP SoC I2C ControllerNick Hawkins3-0/+628
2023-02-17i2c: xiic: Remove some dead codeChristophe JAILLET1-4/+0
2023-02-17i2c: xiic: Add SCL frequency configuration supportRaviteja Narayanam1-0/+148