Skip to content

Commit 9097a05

Browse files
committed
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Pull i2c fixes from Wolfram Sang: "I2C has a MAINTAINERS update for you, so people will be immediately pointed to the right person for this previously orphaned driver. And one of Arnd's build warning fixes for a new driver added this cycle" * 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: i2c: nvidia-gpu: mark resume function as __maybe_unused MAINTAINERS: add entry for i2c-axxia driver
2 parents f57b620 + 32774a8 commit 9097a05

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

MAINTAINERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2633,6 +2633,13 @@ S: Maintained
26332633
F: Documentation/devicetree/bindings/sound/axentia,*
26342634
F: sound/soc/atmel/tse850-pcm5142.c
26352635

2636+
AXXIA I2C CONTROLLER
2637+
M: Krzysztof Adamski <krzysztof.adamski@nokia.com>
2638+
L: linux-i2c@vger.kernel.org
2639+
S: Maintained
2640+
F: Documentation/devicetree/bindings/i2c/i2c-axxia.txt
2641+
F: drivers/i2c/busses/i2c-axxia.c
2642+
26362643
AZ6007 DVB DRIVER
26372644
M: Mauro Carvalho Chehab <mchehab@kernel.org>
26382645
L: linux-media@vger.kernel.org

drivers/i2c/busses/i2c-nvidia-gpu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ static void gpu_i2c_remove(struct pci_dev *pdev)
342342
pci_free_irq_vectors(pdev);
343343
}
344344

345-
static int gpu_i2c_resume(struct device *dev)
345+
static __maybe_unused int gpu_i2c_resume(struct device *dev)
346346
{
347347
struct gpu_i2c_dev *i2cd = dev_get_drvdata(dev);
348348

0 commit comments

Comments
 (0)