Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+8 -1
+7
MAINTAINERS
··· 2633 2633 F: Documentation/devicetree/bindings/sound/axentia,* 2634 2634 F: sound/soc/atmel/tse850-pcm5142.c 2635 2635 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 + 2636 2643 AZ6007 DVB DRIVER 2637 2644 M: Mauro Carvalho Chehab <mchehab@kernel.org> 2638 2645 L: linux-media@vger.kernel.org
+1 -1
drivers/i2c/busses/i2c-nvidia-gpu.c
··· 342 342 pci_free_irq_vectors(pdev); 343 343 } 344 344 345 - static int gpu_i2c_resume(struct device *dev) 345 + static __maybe_unused int gpu_i2c_resume(struct device *dev) 346 346 { 347 347 struct gpu_i2c_dev *i2cd = dev_get_drvdata(dev); 348 348