Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6

* 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6:
i2c: Warn on deprecated binding model use
eeprom: More consistent symbol names
eeprom: Move 93cx6 eeprom driver to /drivers/misc/eeprom
spi: Move at25 (for SPI eeproms) to /drivers/misc/eeprom
i2c: Move old eeprom driver to /drivers/misc/eeprom
i2c: Move at24 to drivers/misc/eeprom
i2c: Quilt tree has moved
i2c: Delete many unused adapter IDs
i2c: Delete 10 unused driver IDs

+391 -486
+2 -1
MAINTAINERS
··· 2102 P: Ben Dooks (embedded platforms) 2103 M: ben-linux@fluff.org 2104 L: linux-i2c@vger.kernel.org 2105 - T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/ 2106 S: Maintained 2107 2108 I2C-TINY-USB DRIVER
··· 2102 P: Ben Dooks (embedded platforms) 2103 M: ben-linux@fluff.org 2104 L: linux-i2c@vger.kernel.org 2105 + W: http://i2c.wiki.kernel.org/ 2106 + T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/ 2107 S: Maintained 2108 2109 I2C-TINY-USB DRIVER
+3 -3
arch/arm/configs/afeb9260_defconfig
··· 719 # Miscellaneous I2C Chip support 720 # 721 # CONFIG_DS1682 is not set 722 - CONFIG_AT24=y 723 - # CONFIG_SENSORS_EEPROM is not set 724 # CONFIG_SENSORS_PCF8574 is not set 725 # CONFIG_PCF8575 is not set 726 # CONFIG_SENSORS_PCA9539 is not set ··· 744 # 745 # SPI Protocol Masters 746 # 747 - # CONFIG_SPI_AT25 is not set 748 CONFIG_SPI_SPIDEV=y 749 # CONFIG_SPI_TLE62X0 is not set 750 # CONFIG_W1 is not set
··· 719 # Miscellaneous I2C Chip support 720 # 721 # CONFIG_DS1682 is not set 722 + CONFIG_EEPROM_AT24=y 723 + # CONFIG_EEPROM_LEGACY is not set 724 # CONFIG_SENSORS_PCF8574 is not set 725 # CONFIG_PCF8575 is not set 726 # CONFIG_SENSORS_PCA9539 is not set ··· 744 # 745 # SPI Protocol Masters 746 # 747 + # CONFIG_EEPROM_AT25 is not set 748 CONFIG_SPI_SPIDEV=y 749 # CONFIG_SPI_TLE62X0 is not set 750 # CONFIG_W1 is not set
+1 -1
arch/arm/configs/ams_delta_defconfig
··· 767 # 768 # CONFIG_SENSORS_DS1337 is not set 769 # CONFIG_SENSORS_DS1374 is not set 770 - # CONFIG_SENSORS_EEPROM is not set 771 # CONFIG_SENSORS_PCF8574 is not set 772 # CONFIG_SENSORS_PCA9539 is not set 773 # CONFIG_SENSORS_PCF8591 is not set
··· 767 # 768 # CONFIG_SENSORS_DS1337 is not set 769 # CONFIG_SENSORS_DS1374 is not set 770 + # CONFIG_EEPROM_LEGACY is not set 771 # CONFIG_SENSORS_PCF8574 is not set 772 # CONFIG_SENSORS_PCA9539 is not set 773 # CONFIG_SENSORS_PCF8591 is not set
+2 -2
arch/arm/configs/at91cap9adk_defconfig
··· 676 # CONFIG_SENSORS_DS1337 is not set 677 # CONFIG_SENSORS_DS1374 is not set 678 # CONFIG_DS1682 is not set 679 - # CONFIG_SENSORS_EEPROM is not set 680 # CONFIG_SENSORS_PCF8574 is not set 681 # CONFIG_SENSORS_PCA9539 is not set 682 # CONFIG_SENSORS_PCF8591 is not set ··· 703 # 704 # SPI Protocol Masters 705 # 706 - # CONFIG_SPI_AT25 is not set 707 # CONFIG_SPI_SPIDEV is not set 708 # CONFIG_SPI_TLE62X0 is not set 709 # CONFIG_W1 is not set
··· 676 # CONFIG_SENSORS_DS1337 is not set 677 # CONFIG_SENSORS_DS1374 is not set 678 # CONFIG_DS1682 is not set 679 + # CONFIG_EEPROM_LEGACY is not set 680 # CONFIG_SENSORS_PCF8574 is not set 681 # CONFIG_SENSORS_PCA9539 is not set 682 # CONFIG_SENSORS_PCF8591 is not set ··· 703 # 704 # SPI Protocol Masters 705 # 706 + # CONFIG_EEPROM_AT25 is not set 707 # CONFIG_SPI_SPIDEV is not set 708 # CONFIG_SPI_TLE62X0 is not set 709 # CONFIG_W1 is not set
+1 -1
arch/arm/configs/at91rm9200dk_defconfig
··· 636 # 637 # CONFIG_SENSORS_DS1337 is not set 638 # CONFIG_SENSORS_DS1374 is not set 639 - # CONFIG_SENSORS_EEPROM is not set 640 # CONFIG_SENSORS_PCF8574 is not set 641 # CONFIG_SENSORS_PCA9539 is not set 642 # CONFIG_SENSORS_PCF8591 is not set
··· 636 # 637 # CONFIG_SENSORS_DS1337 is not set 638 # CONFIG_SENSORS_DS1374 is not set 639 + # CONFIG_EEPROM_LEGACY is not set 640 # CONFIG_SENSORS_PCF8574 is not set 641 # CONFIG_SENSORS_PCA9539 is not set 642 # CONFIG_SENSORS_PCF8591 is not set
+1 -1
arch/arm/configs/at91rm9200ek_defconfig
··· 610 # 611 # CONFIG_SENSORS_DS1337 is not set 612 # CONFIG_SENSORS_DS1374 is not set 613 - # CONFIG_SENSORS_EEPROM is not set 614 # CONFIG_SENSORS_PCF8574 is not set 615 # CONFIG_SENSORS_PCA9539 is not set 616 # CONFIG_SENSORS_PCF8591 is not set
··· 610 # 611 # CONFIG_SENSORS_DS1337 is not set 612 # CONFIG_SENSORS_DS1374 is not set 613 + # CONFIG_EEPROM_LEGACY is not set 614 # CONFIG_SENSORS_PCF8574 is not set 615 # CONFIG_SENSORS_PCA9539 is not set 616 # CONFIG_SENSORS_PCF8591 is not set
+1 -1
arch/arm/configs/at91sam9260ek_defconfig
··· 582 # CONFIG_SENSORS_DS1337 is not set 583 # CONFIG_SENSORS_DS1374 is not set 584 # CONFIG_DS1682 is not set 585 - # CONFIG_SENSORS_EEPROM is not set 586 # CONFIG_SENSORS_PCF8574 is not set 587 # CONFIG_SENSORS_PCA9539 is not set 588 # CONFIG_SENSORS_PCF8591 is not set
··· 582 # CONFIG_SENSORS_DS1337 is not set 583 # CONFIG_SENSORS_DS1374 is not set 584 # CONFIG_DS1682 is not set 585 + # CONFIG_EEPROM_LEGACY is not set 586 # CONFIG_SENSORS_PCF8574 is not set 587 # CONFIG_SENSORS_PCA9539 is not set 588 # CONFIG_SENSORS_PCF8591 is not set
+2 -2
arch/arm/configs/at91sam9261ek_defconfig
··· 660 # CONFIG_SENSORS_DS1337 is not set 661 # CONFIG_SENSORS_DS1374 is not set 662 # CONFIG_DS1682 is not set 663 - # CONFIG_SENSORS_EEPROM is not set 664 # CONFIG_SENSORS_PCF8574 is not set 665 # CONFIG_SENSORS_PCA9539 is not set 666 # CONFIG_SENSORS_PCF8591 is not set ··· 687 # 688 # SPI Protocol Masters 689 # 690 - # CONFIG_SPI_AT25 is not set 691 # CONFIG_SPI_SPIDEV is not set 692 # CONFIG_SPI_TLE62X0 is not set 693 # CONFIG_W1 is not set
··· 660 # CONFIG_SENSORS_DS1337 is not set 661 # CONFIG_SENSORS_DS1374 is not set 662 # CONFIG_DS1682 is not set 663 + # CONFIG_EEPROM_LEGACY is not set 664 # CONFIG_SENSORS_PCF8574 is not set 665 # CONFIG_SENSORS_PCA9539 is not set 666 # CONFIG_SENSORS_PCF8591 is not set ··· 687 # 688 # SPI Protocol Masters 689 # 690 + # CONFIG_EEPROM_AT25 is not set 691 # CONFIG_SPI_SPIDEV is not set 692 # CONFIG_SPI_TLE62X0 is not set 693 # CONFIG_W1 is not set
+2 -2
arch/arm/configs/at91sam9263ek_defconfig
··· 670 # CONFIG_SENSORS_DS1337 is not set 671 # CONFIG_SENSORS_DS1374 is not set 672 # CONFIG_DS1682 is not set 673 - # CONFIG_SENSORS_EEPROM is not set 674 # CONFIG_SENSORS_PCF8574 is not set 675 # CONFIG_SENSORS_PCA9539 is not set 676 # CONFIG_SENSORS_PCF8591 is not set ··· 697 # 698 # SPI Protocol Masters 699 # 700 - # CONFIG_SPI_AT25 is not set 701 # CONFIG_SPI_SPIDEV is not set 702 # CONFIG_SPI_TLE62X0 is not set 703 # CONFIG_W1 is not set
··· 670 # CONFIG_SENSORS_DS1337 is not set 671 # CONFIG_SENSORS_DS1374 is not set 672 # CONFIG_DS1682 is not set 673 + # CONFIG_EEPROM_LEGACY is not set 674 # CONFIG_SENSORS_PCF8574 is not set 675 # CONFIG_SENSORS_PCA9539 is not set 676 # CONFIG_SENSORS_PCF8591 is not set ··· 697 # 698 # SPI Protocol Masters 699 # 700 + # CONFIG_EEPROM_AT25 is not set 701 # CONFIG_SPI_SPIDEV is not set 702 # CONFIG_SPI_TLE62X0 is not set 703 # CONFIG_W1 is not set
+1 -1
arch/arm/configs/at91sam9g20ek_defconfig
··· 665 # 666 # SPI Protocol Masters 667 # 668 - # CONFIG_SPI_AT25 is not set 669 CONFIG_SPI_SPIDEV=y 670 # CONFIG_SPI_TLE62X0 is not set 671 # CONFIG_W1 is not set
··· 665 # 666 # SPI Protocol Masters 667 # 668 + # CONFIG_EEPROM_AT25 is not set 669 CONFIG_SPI_SPIDEV=y 670 # CONFIG_SPI_TLE62X0 is not set 671 # CONFIG_W1 is not set
+2 -2
arch/arm/configs/at91sam9rlek_defconfig
··· 566 # CONFIG_SENSORS_DS1337 is not set 567 # CONFIG_SENSORS_DS1374 is not set 568 # CONFIG_DS1682 is not set 569 - # CONFIG_SENSORS_EEPROM is not set 570 # CONFIG_SENSORS_PCF8574 is not set 571 # CONFIG_SENSORS_PCA9539 is not set 572 # CONFIG_SENSORS_PCF8591 is not set ··· 593 # 594 # SPI Protocol Masters 595 # 596 - # CONFIG_SPI_AT25 is not set 597 # CONFIG_SPI_SPIDEV is not set 598 # CONFIG_SPI_TLE62X0 is not set 599 # CONFIG_W1 is not set
··· 566 # CONFIG_SENSORS_DS1337 is not set 567 # CONFIG_SENSORS_DS1374 is not set 568 # CONFIG_DS1682 is not set 569 + # CONFIG_EEPROM_LEGACY is not set 570 # CONFIG_SENSORS_PCF8574 is not set 571 # CONFIG_SENSORS_PCA9539 is not set 572 # CONFIG_SENSORS_PCF8591 is not set ··· 593 # 594 # SPI Protocol Masters 595 # 596 + # CONFIG_EEPROM_AT25 is not set 597 # CONFIG_SPI_SPIDEV is not set 598 # CONFIG_SPI_TLE62X0 is not set 599 # CONFIG_W1 is not set
+1 -1
arch/arm/configs/ateb9200_defconfig
··· 723 # 724 # CONFIG_SENSORS_DS1337 is not set 725 # CONFIG_SENSORS_DS1374 is not set 726 - # CONFIG_SENSORS_EEPROM is not set 727 # CONFIG_SENSORS_PCF8574 is not set 728 # CONFIG_SENSORS_PCA9539 is not set 729 # CONFIG_SENSORS_PCF8591 is not set
··· 723 # 724 # CONFIG_SENSORS_DS1337 is not set 725 # CONFIG_SENSORS_DS1374 is not set 726 + # CONFIG_EEPROM_LEGACY is not set 727 # CONFIG_SENSORS_PCF8574 is not set 728 # CONFIG_SENSORS_PCA9539 is not set 729 # CONFIG_SENSORS_PCF8591 is not set
+1 -1
arch/arm/configs/badge4_defconfig
··· 750 # Other I2C Chip support 751 # 752 # CONFIG_SENSORS_DS1337 is not set 753 - # CONFIG_SENSORS_EEPROM is not set 754 # CONFIG_SENSORS_PCF8574 is not set 755 # CONFIG_SENSORS_PCF8591 is not set 756 # CONFIG_SENSORS_RTC8564 is not set
··· 750 # Other I2C Chip support 751 # 752 # CONFIG_SENSORS_DS1337 is not set 753 + # CONFIG_EEPROM_LEGACY is not set 754 # CONFIG_SENSORS_PCF8574 is not set 755 # CONFIG_SENSORS_PCF8591 is not set 756 # CONFIG_SENSORS_RTC8564 is not set
+2 -2
arch/arm/configs/cam60_defconfig
··· 722 # CONFIG_SENSORS_DS1337 is not set 723 # CONFIG_SENSORS_DS1374 is not set 724 # CONFIG_DS1682 is not set 725 - # CONFIG_SENSORS_EEPROM is not set 726 # CONFIG_SENSORS_PCF8574 is not set 727 # CONFIG_SENSORS_PCA9539 is not set 728 # CONFIG_SENSORS_PCF8591 is not set ··· 749 # 750 # SPI Protocol Masters 751 # 752 - # CONFIG_SPI_AT25 is not set 753 # CONFIG_SPI_SPIDEV is not set 754 # CONFIG_SPI_TLE62X0 is not set 755 # CONFIG_W1 is not set
··· 722 # CONFIG_SENSORS_DS1337 is not set 723 # CONFIG_SENSORS_DS1374 is not set 724 # CONFIG_DS1682 is not set 725 + # CONFIG_EEPROM_LEGACY is not set 726 # CONFIG_SENSORS_PCF8574 is not set 727 # CONFIG_SENSORS_PCA9539 is not set 728 # CONFIG_SENSORS_PCF8591 is not set ··· 749 # 750 # SPI Protocol Masters 751 # 752 + # CONFIG_EEPROM_AT25 is not set 753 # CONFIG_SPI_SPIDEV is not set 754 # CONFIG_SPI_TLE62X0 is not set 755 # CONFIG_W1 is not set
+2 -2
arch/arm/configs/cm_x300_defconfig
··· 763 # Miscellaneous I2C Chip support 764 # 765 # CONFIG_DS1682 is not set 766 - # CONFIG_AT24 is not set 767 - # CONFIG_SENSORS_EEPROM is not set 768 # CONFIG_SENSORS_PCF8574 is not set 769 # CONFIG_PCF8575 is not set 770 # CONFIG_SENSORS_PCF8591 is not set
··· 763 # Miscellaneous I2C Chip support 764 # 765 # CONFIG_DS1682 is not set 766 + # CONFIG_EEPROM_AT24 is not set 767 + # CONFIG_EEPROM_LEGACY is not set 768 # CONFIG_SENSORS_PCF8574 is not set 769 # CONFIG_PCF8575 is not set 770 # CONFIG_SENSORS_PCF8591 is not set
+1 -1
arch/arm/configs/colibri_defconfig
··· 801 # CONFIG_SENSORS_DS1337 is not set 802 # CONFIG_SENSORS_DS1374 is not set 803 # CONFIG_DS1682 is not set 804 - # CONFIG_SENSORS_EEPROM is not set 805 # CONFIG_SENSORS_PCF8574 is not set 806 # CONFIG_SENSORS_PCA9539 is not set 807 # CONFIG_SENSORS_PCF8591 is not set
··· 801 # CONFIG_SENSORS_DS1337 is not set 802 # CONFIG_SENSORS_DS1374 is not set 803 # CONFIG_DS1682 is not set 804 + # CONFIG_EEPROM_LEGACY is not set 805 # CONFIG_SENSORS_PCF8574 is not set 806 # CONFIG_SENSORS_PCA9539 is not set 807 # CONFIG_SENSORS_PCF8591 is not set
+3 -3
arch/arm/configs/corgi_defconfig
··· 982 # Miscellaneous I2C Chip support 983 # 984 # CONFIG_DS1682 is not set 985 - # CONFIG_AT24 is not set 986 - # CONFIG_SENSORS_EEPROM is not set 987 # CONFIG_SENSORS_PCF8574 is not set 988 # CONFIG_PCF8575 is not set 989 # CONFIG_SENSORS_PCA9539 is not set ··· 1008 # 1009 # SPI Protocol Masters 1010 # 1011 - # CONFIG_SPI_AT25 is not set 1012 # CONFIG_SPI_SPIDEV is not set 1013 # CONFIG_SPI_TLE62X0 is not set 1014 CONFIG_ARCH_REQUIRE_GPIOLIB=y
··· 982 # Miscellaneous I2C Chip support 983 # 984 # CONFIG_DS1682 is not set 985 + # CONFIG_EEPROM_AT24 is not set 986 + # CONFIG_EEPROM_LEGACY is not set 987 # CONFIG_SENSORS_PCF8574 is not set 988 # CONFIG_PCF8575 is not set 989 # CONFIG_SENSORS_PCA9539 is not set ··· 1008 # 1009 # SPI Protocol Masters 1010 # 1011 + # CONFIG_EEPROM_AT25 is not set 1012 # CONFIG_SPI_SPIDEV is not set 1013 # CONFIG_SPI_TLE62X0 is not set 1014 CONFIG_ARCH_REQUIRE_GPIOLIB=y
+1 -1
arch/arm/configs/csb337_defconfig
··· 679 # CONFIG_SENSORS_DS1337 is not set 680 # CONFIG_SENSORS_DS1374 is not set 681 # CONFIG_DS1682 is not set 682 - # CONFIG_SENSORS_EEPROM is not set 683 # CONFIG_SENSORS_PCF8574 is not set 684 # CONFIG_SENSORS_PCA9539 is not set 685 # CONFIG_SENSORS_PCF8591 is not set
··· 679 # CONFIG_SENSORS_DS1337 is not set 680 # CONFIG_SENSORS_DS1374 is not set 681 # CONFIG_DS1682 is not set 682 + # CONFIG_EEPROM_LEGACY is not set 683 # CONFIG_SENSORS_PCF8574 is not set 684 # CONFIG_SENSORS_PCA9539 is not set 685 # CONFIG_SENSORS_PCF8591 is not set
+1 -1
arch/arm/configs/csb637_defconfig
··· 704 # Miscellaneous I2C Chip support 705 # 706 # CONFIG_DS1682 is not set 707 - # CONFIG_SENSORS_EEPROM is not set 708 # CONFIG_SENSORS_PCF8574 is not set 709 # CONFIG_PCF8575 is not set 710 # CONFIG_SENSORS_PCF8591 is not set
··· 704 # Miscellaneous I2C Chip support 705 # 706 # CONFIG_DS1682 is not set 707 + # CONFIG_EEPROM_LEGACY is not set 708 # CONFIG_SENSORS_PCF8574 is not set 709 # CONFIG_PCF8575 is not set 710 # CONFIG_SENSORS_PCF8591 is not set
+2 -2
arch/arm/configs/ecbat91_defconfig
··· 721 # 722 # CONFIG_SENSORS_DS1337 is not set 723 # CONFIG_SENSORS_DS1374 is not set 724 - # CONFIG_SENSORS_EEPROM is not set 725 # CONFIG_SENSORS_PCF8574 is not set 726 # CONFIG_SENSORS_PCA9539 is not set 727 # CONFIG_SENSORS_PCF8591 is not set ··· 747 # 748 # SPI Protocol Masters 749 # 750 - # CONFIG_SPI_AT25 is not set 751 # CONFIG_SPI_SPIDEV is not set 752 753 #
··· 721 # 722 # CONFIG_SENSORS_DS1337 is not set 723 # CONFIG_SENSORS_DS1374 is not set 724 + # CONFIG_EEPROM_LEGACY is not set 725 # CONFIG_SENSORS_PCF8574 is not set 726 # CONFIG_SENSORS_PCA9539 is not set 727 # CONFIG_SENSORS_PCF8591 is not set ··· 747 # 748 # SPI Protocol Masters 749 # 750 + # CONFIG_EEPROM_AT25 is not set 751 # CONFIG_SPI_SPIDEV is not set 752 753 #
+1 -1
arch/arm/configs/ep93xx_defconfig
··· 681 # 682 # CONFIG_SENSORS_DS1337 is not set 683 # CONFIG_SENSORS_DS1374 is not set 684 - CONFIG_SENSORS_EEPROM=y 685 # CONFIG_SENSORS_PCF8574 is not set 686 # CONFIG_SENSORS_PCA9539 is not set 687 # CONFIG_SENSORS_PCF8591 is not set
··· 681 # 682 # CONFIG_SENSORS_DS1337 is not set 683 # CONFIG_SENSORS_DS1374 is not set 684 + CONFIG_EEPROM_LEGACY=y 685 # CONFIG_SENSORS_PCF8574 is not set 686 # CONFIG_SENSORS_PCA9539 is not set 687 # CONFIG_SENSORS_PCF8591 is not set
+2 -2
arch/arm/configs/ezx_defconfig
··· 877 # Miscellaneous I2C Chip support 878 # 879 # CONFIG_DS1682 is not set 880 - # CONFIG_SENSORS_EEPROM is not set 881 # CONFIG_SENSORS_PCF8574 is not set 882 # CONFIG_PCF8575 is not set 883 # CONFIG_SENSORS_PCF8591 is not set ··· 900 # 901 # SPI Protocol Masters 902 # 903 - # CONFIG_SPI_AT25 is not set 904 # CONFIG_SPI_SPIDEV is not set 905 # CONFIG_SPI_TLE62X0 is not set 906 CONFIG_HAVE_GPIO_LIB=y
··· 877 # Miscellaneous I2C Chip support 878 # 879 # CONFIG_DS1682 is not set 880 + # CONFIG_EEPROM_LEGACY is not set 881 # CONFIG_SENSORS_PCF8574 is not set 882 # CONFIG_PCF8575 is not set 883 # CONFIG_SENSORS_PCF8591 is not set ··· 900 # 901 # SPI Protocol Masters 902 # 903 + # CONFIG_EEPROM_AT25 is not set 904 # CONFIG_SPI_SPIDEV is not set 905 # CONFIG_SPI_TLE62X0 is not set 906 CONFIG_HAVE_GPIO_LIB=y
+1 -1
arch/arm/configs/footbridge_defconfig
··· 801 # 802 # Other I2C Chip support 803 # 804 - # CONFIG_SENSORS_EEPROM is not set 805 # CONFIG_SENSORS_PCF8574 is not set 806 # CONFIG_SENSORS_PCF8591 is not set 807 # CONFIG_SENSORS_RTC8564 is not set
··· 801 # 802 # Other I2C Chip support 803 # 804 + # CONFIG_EEPROM_LEGACY is not set 805 # CONFIG_SENSORS_PCF8574 is not set 806 # CONFIG_SENSORS_PCF8591 is not set 807 # CONFIG_SENSORS_RTC8564 is not set
+1 -1
arch/arm/configs/iop13xx_defconfig
··· 744 # CONFIG_SENSORS_DS1337 is not set 745 # CONFIG_SENSORS_DS1374 is not set 746 # CONFIG_DS1682 is not set 747 - # CONFIG_SENSORS_EEPROM is not set 748 # CONFIG_SENSORS_PCF8574 is not set 749 # CONFIG_SENSORS_PCA9539 is not set 750 # CONFIG_SENSORS_PCF8591 is not set
··· 744 # CONFIG_SENSORS_DS1337 is not set 745 # CONFIG_SENSORS_DS1374 is not set 746 # CONFIG_DS1682 is not set 747 + # CONFIG_EEPROM_LEGACY is not set 748 # CONFIG_SENSORS_PCF8574 is not set 749 # CONFIG_SENSORS_PCA9539 is not set 750 # CONFIG_SENSORS_PCF8591 is not set
+1 -1
arch/arm/configs/iop32x_defconfig
··· 847 # CONFIG_SENSORS_DS1337 is not set 848 # CONFIG_SENSORS_DS1374 is not set 849 # CONFIG_DS1682 is not set 850 - # CONFIG_SENSORS_EEPROM is not set 851 # CONFIG_SENSORS_PCF8574 is not set 852 # CONFIG_SENSORS_PCA9539 is not set 853 # CONFIG_SENSORS_PCF8591 is not set
··· 847 # CONFIG_SENSORS_DS1337 is not set 848 # CONFIG_SENSORS_DS1374 is not set 849 # CONFIG_DS1682 is not set 850 + # CONFIG_EEPROM_LEGACY is not set 851 # CONFIG_SENSORS_PCF8574 is not set 852 # CONFIG_SENSORS_PCA9539 is not set 853 # CONFIG_SENSORS_PCF8591 is not set
+1 -1
arch/arm/configs/iop33x_defconfig
··· 746 # CONFIG_SENSORS_DS1337 is not set 747 # CONFIG_SENSORS_DS1374 is not set 748 # CONFIG_DS1682 is not set 749 - # CONFIG_SENSORS_EEPROM is not set 750 # CONFIG_SENSORS_PCF8574 is not set 751 # CONFIG_SENSORS_PCA9539 is not set 752 # CONFIG_SENSORS_PCF8591 is not set
··· 746 # CONFIG_SENSORS_DS1337 is not set 747 # CONFIG_SENSORS_DS1374 is not set 748 # CONFIG_DS1682 is not set 749 + # CONFIG_EEPROM_LEGACY is not set 750 # CONFIG_SENSORS_PCF8574 is not set 751 # CONFIG_SENSORS_PCA9539 is not set 752 # CONFIG_SENSORS_PCF8591 is not set
+1 -1
arch/arm/configs/ixp2000_defconfig
··· 768 # 769 # CONFIG_SENSORS_DS1337 is not set 770 # CONFIG_SENSORS_DS1374 is not set 771 - CONFIG_SENSORS_EEPROM=y 772 # CONFIG_SENSORS_PCF8574 is not set 773 # CONFIG_SENSORS_PCA9539 is not set 774 # CONFIG_SENSORS_PCF8591 is not set
··· 768 # 769 # CONFIG_SENSORS_DS1337 is not set 770 # CONFIG_SENSORS_DS1374 is not set 771 + CONFIG_EEPROM_LEGACY=y 772 # CONFIG_SENSORS_PCF8574 is not set 773 # CONFIG_SENSORS_PCA9539 is not set 774 # CONFIG_SENSORS_PCF8591 is not set
+1 -1
arch/arm/configs/ixp23xx_defconfig
··· 900 # 901 # CONFIG_SENSORS_DS1337 is not set 902 # CONFIG_SENSORS_DS1374 is not set 903 - CONFIG_SENSORS_EEPROM=y 904 # CONFIG_SENSORS_PCF8574 is not set 905 # CONFIG_SENSORS_PCA9539 is not set 906 # CONFIG_SENSORS_PCF8591 is not set
··· 900 # 901 # CONFIG_SENSORS_DS1337 is not set 902 # CONFIG_SENSORS_DS1374 is not set 903 + CONFIG_EEPROM_LEGACY=y 904 # CONFIG_SENSORS_PCF8574 is not set 905 # CONFIG_SENSORS_PCA9539 is not set 906 # CONFIG_SENSORS_PCF8591 is not set
+1 -1
arch/arm/configs/ixp4xx_defconfig
··· 1083 # CONFIG_SENSORS_DS1337 is not set 1084 # CONFIG_SENSORS_DS1374 is not set 1085 # CONFIG_DS1682 is not set 1086 - CONFIG_SENSORS_EEPROM=y 1087 # CONFIG_SENSORS_PCF8574 is not set 1088 # CONFIG_SENSORS_PCA9539 is not set 1089 # CONFIG_SENSORS_PCF8591 is not set
··· 1083 # CONFIG_SENSORS_DS1337 is not set 1084 # CONFIG_SENSORS_DS1374 is not set 1085 # CONFIG_DS1682 is not set 1086 + CONFIG_EEPROM_LEGACY=y 1087 # CONFIG_SENSORS_PCF8574 is not set 1088 # CONFIG_SENSORS_PCA9539 is not set 1089 # CONFIG_SENSORS_PCF8591 is not set
+1 -1
arch/arm/configs/kafa_defconfig
··· 603 # 604 # CONFIG_SENSORS_DS1337 is not set 605 # CONFIG_SENSORS_DS1374 is not set 606 - # CONFIG_SENSORS_EEPROM is not set 607 # CONFIG_SENSORS_PCF8574 is not set 608 # CONFIG_SENSORS_PCA9539 is not set 609 # CONFIG_SENSORS_PCF8591 is not set
··· 603 # 604 # CONFIG_SENSORS_DS1337 is not set 605 # CONFIG_SENSORS_DS1374 is not set 606 + # CONFIG_EEPROM_LEGACY is not set 607 # CONFIG_SENSORS_PCF8574 is not set 608 # CONFIG_SENSORS_PCA9539 is not set 609 # CONFIG_SENSORS_PCF8591 is not set
+3 -3
arch/arm/configs/kirkwood_defconfig
··· 905 # Miscellaneous I2C Chip support 906 # 907 # CONFIG_DS1682 is not set 908 - # CONFIG_AT24 is not set 909 - # CONFIG_SENSORS_EEPROM is not set 910 # CONFIG_SENSORS_PCF8574 is not set 911 # CONFIG_PCF8575 is not set 912 # CONFIG_SENSORS_PCA9539 is not set ··· 930 # 931 # SPI Protocol Masters 932 # 933 - # CONFIG_SPI_AT25 is not set 934 # CONFIG_SPI_SPIDEV is not set 935 # CONFIG_SPI_TLE62X0 is not set 936 # CONFIG_W1 is not set
··· 905 # Miscellaneous I2C Chip support 906 # 907 # CONFIG_DS1682 is not set 908 + # CONFIG_EEPROM_AT24 is not set 909 + # CONFIG_EEPROM_LEGACY is not set 910 # CONFIG_SENSORS_PCF8574 is not set 911 # CONFIG_PCF8575 is not set 912 # CONFIG_SENSORS_PCA9539 is not set ··· 930 # 931 # SPI Protocol Masters 932 # 933 + # CONFIG_EEPROM_AT25 is not set 934 # CONFIG_SPI_SPIDEV is not set 935 # CONFIG_SPI_TLE62X0 is not set 936 # CONFIG_W1 is not set
+2 -2
arch/arm/configs/loki_defconfig
··· 654 # Miscellaneous I2C Chip support 655 # 656 # CONFIG_DS1682 is not set 657 - # CONFIG_SENSORS_EEPROM is not set 658 # CONFIG_SENSORS_PCF8574 is not set 659 # CONFIG_PCF8575 is not set 660 # CONFIG_SENSORS_PCF8591 is not set ··· 675 # 676 # SPI Protocol Masters 677 # 678 - # CONFIG_SPI_AT25 is not set 679 # CONFIG_SPI_SPIDEV is not set 680 # CONFIG_SPI_TLE62X0 is not set 681 # CONFIG_W1 is not set
··· 654 # Miscellaneous I2C Chip support 655 # 656 # CONFIG_DS1682 is not set 657 + # CONFIG_EEPROM_LEGACY is not set 658 # CONFIG_SENSORS_PCF8574 is not set 659 # CONFIG_PCF8575 is not set 660 # CONFIG_SENSORS_PCF8591 is not set ··· 675 # 676 # SPI Protocol Masters 677 # 678 + # CONFIG_EEPROM_AT25 is not set 679 # CONFIG_SPI_SPIDEV is not set 680 # CONFIG_SPI_TLE62X0 is not set 681 # CONFIG_W1 is not set
+1 -1
arch/arm/configs/magician_defconfig
··· 678 # CONFIG_SENSORS_DS1337 is not set 679 # CONFIG_SENSORS_DS1374 is not set 680 # CONFIG_DS1682 is not set 681 - # CONFIG_SENSORS_EEPROM is not set 682 # CONFIG_SENSORS_PCF8574 is not set 683 # CONFIG_SENSORS_PCA9539 is not set 684 # CONFIG_SENSORS_PCF8591 is not set
··· 678 # CONFIG_SENSORS_DS1337 is not set 679 # CONFIG_SENSORS_DS1374 is not set 680 # CONFIG_DS1682 is not set 681 + # CONFIG_EEPROM_LEGACY is not set 682 # CONFIG_SENSORS_PCF8574 is not set 683 # CONFIG_SENSORS_PCA9539 is not set 684 # CONFIG_SENSORS_PCF8591 is not set
+1 -1
arch/arm/configs/msm_defconfig
··· 580 # CONFIG_SENSORS_DS1337 is not set 581 # CONFIG_SENSORS_DS1374 is not set 582 # CONFIG_DS1682 is not set 583 - # CONFIG_SENSORS_EEPROM is not set 584 # CONFIG_SENSORS_PCF8574 is not set 585 # CONFIG_SENSORS_PCA9539 is not set 586 CONFIG_SENSORS_PCA9633=y
··· 580 # CONFIG_SENSORS_DS1337 is not set 581 # CONFIG_SENSORS_DS1374 is not set 582 # CONFIG_DS1682 is not set 583 + # CONFIG_EEPROM_LEGACY is not set 584 # CONFIG_SENSORS_PCF8574 is not set 585 # CONFIG_SENSORS_PCA9539 is not set 586 CONFIG_SENSORS_PCA9633=y
+1 -1
arch/arm/configs/mv78xx0_defconfig
··· 832 # Miscellaneous I2C Chip support 833 # 834 # CONFIG_DS1682 is not set 835 - # CONFIG_SENSORS_EEPROM is not set 836 # CONFIG_SENSORS_PCF8574 is not set 837 # CONFIG_PCF8575 is not set 838 # CONFIG_SENSORS_PCF8591 is not set
··· 832 # Miscellaneous I2C Chip support 833 # 834 # CONFIG_DS1682 is not set 835 + # CONFIG_EEPROM_LEGACY is not set 836 # CONFIG_SENSORS_PCF8574 is not set 837 # CONFIG_PCF8575 is not set 838 # CONFIG_SENSORS_PCF8591 is not set
+2 -2
arch/arm/configs/n770_defconfig
··· 767 # CONFIG_SENSORS_DS1337 is not set 768 # CONFIG_SENSORS_DS1374 is not set 769 # CONFIG_DS1682 is not set 770 - # CONFIG_SENSORS_EEPROM is not set 771 # CONFIG_SENSORS_PCF8574 is not set 772 # CONFIG_SENSORS_PCA9539 is not set 773 # CONFIG_SENSORS_PCF8591 is not set ··· 798 # 799 # SPI Protocol Masters 800 # 801 - # CONFIG_SPI_AT25 is not set 802 # CONFIG_SPI_TSC2101 is not set 803 # CONFIG_SPI_TSC2102 is not set 804 # CONFIG_SPI_TSC210X is not set
··· 767 # CONFIG_SENSORS_DS1337 is not set 768 # CONFIG_SENSORS_DS1374 is not set 769 # CONFIG_DS1682 is not set 770 + # CONFIG_EEPROM_LEGACY is not set 771 # CONFIG_SENSORS_PCF8574 is not set 772 # CONFIG_SENSORS_PCA9539 is not set 773 # CONFIG_SENSORS_PCF8591 is not set ··· 798 # 799 # SPI Protocol Masters 800 # 801 + # CONFIG_EEPROM_AT25 is not set 802 # CONFIG_SPI_TSC2101 is not set 803 # CONFIG_SPI_TSC2102 is not set 804 # CONFIG_SPI_TSC210X is not set
+3 -3
arch/arm/configs/neocore926_defconfig
··· 774 # Miscellaneous I2C Chip support 775 # 776 # CONFIG_DS1682 is not set 777 - # CONFIG_AT24 is not set 778 - # CONFIG_SENSORS_EEPROM is not set 779 # CONFIG_SENSORS_PCF8574 is not set 780 # CONFIG_PCF8575 is not set 781 # CONFIG_SENSORS_PCA9539 is not set ··· 798 # 799 # SPI Protocol Masters 800 # 801 - # CONFIG_SPI_AT25 is not set 802 # CONFIG_SPI_SPIDEV is not set 803 # CONFIG_SPI_TLE62X0 is not set 804 # CONFIG_W1 is not set
··· 774 # Miscellaneous I2C Chip support 775 # 776 # CONFIG_DS1682 is not set 777 + # CONFIG_EEPROM_AT24 is not set 778 + # CONFIG_EEPROM_LEGACY is not set 779 # CONFIG_SENSORS_PCF8574 is not set 780 # CONFIG_PCF8575 is not set 781 # CONFIG_SENSORS_PCA9539 is not set ··· 798 # 799 # SPI Protocol Masters 800 # 801 + # CONFIG_EEPROM_AT25 is not set 802 # CONFIG_SPI_SPIDEV is not set 803 # CONFIG_SPI_TLE62X0 is not set 804 # CONFIG_W1 is not set
+1 -1
arch/arm/configs/neponset_defconfig
··· 737 # 738 # Other I2C Chip support 739 # 740 - # CONFIG_SENSORS_EEPROM is not set 741 # CONFIG_SENSORS_PCF8574 is not set 742 # CONFIG_SENSORS_PCF8591 is not set 743 # CONFIG_SENSORS_RTC8564 is not set
··· 737 # 738 # Other I2C Chip support 739 # 740 + # CONFIG_EEPROM_LEGACY is not set 741 # CONFIG_SENSORS_PCF8574 is not set 742 # CONFIG_SENSORS_PCF8591 is not set 743 # CONFIG_SENSORS_RTC8564 is not set
+2 -2
arch/arm/configs/omap3_beagle_defconfig
··· 687 # Miscellaneous I2C Chip support 688 # 689 # CONFIG_DS1682 is not set 690 - # CONFIG_AT24 is not set 691 - # CONFIG_SENSORS_EEPROM is not set 692 # CONFIG_SENSORS_PCF8574 is not set 693 # CONFIG_PCF8575 is not set 694 # CONFIG_SENSORS_PCA9539 is not set
··· 687 # Miscellaneous I2C Chip support 688 # 689 # CONFIG_DS1682 is not set 690 + # CONFIG_EEPROM_AT24 is not set 691 + # CONFIG_EEPROM_LEGACY is not set 692 # CONFIG_SENSORS_PCF8574 is not set 693 # CONFIG_PCF8575 is not set 694 # CONFIG_SENSORS_PCA9539 is not set
+3 -3
arch/arm/configs/omap3_pandora_defconfig
··· 713 # Miscellaneous I2C Chip support 714 # 715 # CONFIG_DS1682 is not set 716 - # CONFIG_AT24 is not set 717 - # CONFIG_SENSORS_EEPROM is not set 718 # CONFIG_SENSORS_PCF8574 is not set 719 # CONFIG_PCF8575 is not set 720 # CONFIG_SENSORS_PCA9539 is not set ··· 740 # 741 # SPI Protocol Masters 742 # 743 - # CONFIG_SPI_AT25 is not set 744 # CONFIG_SPI_SPIDEV is not set 745 # CONFIG_SPI_TLE62X0 is not set 746 CONFIG_ARCH_REQUIRE_GPIOLIB=y
··· 713 # Miscellaneous I2C Chip support 714 # 715 # CONFIG_DS1682 is not set 716 + # CONFIG_EEPROM_AT24 is not set 717 + # CONFIG_EEPROM_LEGACY is not set 718 # CONFIG_SENSORS_PCF8574 is not set 719 # CONFIG_PCF8575 is not set 720 # CONFIG_SENSORS_PCA9539 is not set ··· 740 # 741 # SPI Protocol Masters 742 # 743 + # CONFIG_EEPROM_AT25 is not set 744 # CONFIG_SPI_SPIDEV is not set 745 # CONFIG_SPI_TLE62X0 is not set 746 CONFIG_ARCH_REQUIRE_GPIOLIB=y
+2 -2
arch/arm/configs/omap_2430sdp_defconfig
··· 710 # CONFIG_SENSORS_DS1337 is not set 711 # CONFIG_SENSORS_DS1374 is not set 712 # CONFIG_DS1682 is not set 713 - # CONFIG_SENSORS_EEPROM is not set 714 # CONFIG_SENSORS_PCF8574 is not set 715 # CONFIG_SENSORS_PCA9539 is not set 716 # CONFIG_SENSORS_PCF8591 is not set ··· 743 # 744 # SPI Protocol Masters 745 # 746 - # CONFIG_SPI_AT25 is not set 747 # CONFIG_SPI_TSC2101 is not set 748 # CONFIG_SPI_TSC2102 is not set 749 # CONFIG_SPI_TSC210X is not set
··· 710 # CONFIG_SENSORS_DS1337 is not set 711 # CONFIG_SENSORS_DS1374 is not set 712 # CONFIG_DS1682 is not set 713 + # CONFIG_EEPROM_LEGACY is not set 714 # CONFIG_SENSORS_PCF8574 is not set 715 # CONFIG_SENSORS_PCA9539 is not set 716 # CONFIG_SENSORS_PCF8591 is not set ··· 743 # 744 # SPI Protocol Masters 745 # 746 + # CONFIG_EEPROM_AT25 is not set 747 # CONFIG_SPI_TSC2101 is not set 748 # CONFIG_SPI_TSC2102 is not set 749 # CONFIG_SPI_TSC210X is not set
+1 -1
arch/arm/configs/omap_apollon_2420_defconfig
··· 612 # 613 # SPI Protocol Masters 614 # 615 - # CONFIG_SPI_AT25 is not set 616 # CONFIG_SPI_TSC2101 is not set 617 # CONFIG_SPI_TSC2102 is not set 618 # CONFIG_SPI_TSC210X is not set
··· 612 # 613 # SPI Protocol Masters 614 # 615 + # CONFIG_EEPROM_AT25 is not set 616 # CONFIG_SPI_TSC2101 is not set 617 # CONFIG_SPI_TSC2102 is not set 618 # CONFIG_SPI_TSC210X is not set
+1 -1
arch/arm/configs/omap_generic_1510_defconfig
··· 637 # CONFIG_SENSORS_DS1337 is not set 638 # CONFIG_SENSORS_DS1374 is not set 639 # CONFIG_DS1682 is not set 640 - # CONFIG_SENSORS_EEPROM is not set 641 # CONFIG_SENSORS_PCF8574 is not set 642 # CONFIG_SENSORS_PCA9539 is not set 643 # CONFIG_SENSORS_PCF8591 is not set
··· 637 # CONFIG_SENSORS_DS1337 is not set 638 # CONFIG_SENSORS_DS1374 is not set 639 # CONFIG_DS1682 is not set 640 + # CONFIG_EEPROM_LEGACY is not set 641 # CONFIG_SENSORS_PCF8574 is not set 642 # CONFIG_SENSORS_PCA9539 is not set 643 # CONFIG_SENSORS_PCF8591 is not set
+1 -1
arch/arm/configs/omap_generic_1610_defconfig
··· 641 # CONFIG_SENSORS_DS1337 is not set 642 # CONFIG_SENSORS_DS1374 is not set 643 # CONFIG_DS1682 is not set 644 - # CONFIG_SENSORS_EEPROM is not set 645 # CONFIG_SENSORS_PCF8574 is not set 646 # CONFIG_SENSORS_PCA9539 is not set 647 # CONFIG_SENSORS_PCF8591 is not set
··· 641 # CONFIG_SENSORS_DS1337 is not set 642 # CONFIG_SENSORS_DS1374 is not set 643 # CONFIG_DS1682 is not set 644 + # CONFIG_EEPROM_LEGACY is not set 645 # CONFIG_SENSORS_PCF8574 is not set 646 # CONFIG_SENSORS_PCA9539 is not set 647 # CONFIG_SENSORS_PCF8591 is not set
+2 -2
arch/arm/configs/omap_h2_1610_defconfig
··· 700 # Miscellaneous I2C Chip support 701 # 702 # CONFIG_DS1682 is not set 703 - # CONFIG_SENSORS_EEPROM is not set 704 # CONFIG_SENSORS_PCF8574 is not set 705 # CONFIG_PCF8575 is not set 706 # CONFIG_SENSORS_PCF8591 is not set ··· 731 # 732 # SPI Protocol Masters 733 # 734 - # CONFIG_SPI_AT25 is not set 735 CONFIG_SPI_TSC2101=y 736 # CONFIG_SPI_TSC2102 is not set 737 # CONFIG_SPI_TSC210X is not set
··· 700 # Miscellaneous I2C Chip support 701 # 702 # CONFIG_DS1682 is not set 703 + # CONFIG_EEPROM_LEGACY is not set 704 # CONFIG_SENSORS_PCF8574 is not set 705 # CONFIG_PCF8575 is not set 706 # CONFIG_SENSORS_PCF8591 is not set ··· 731 # 732 # SPI Protocol Masters 733 # 734 + # CONFIG_EEPROM_AT25 is not set 735 CONFIG_SPI_TSC2101=y 736 # CONFIG_SPI_TSC2102 is not set 737 # CONFIG_SPI_TSC210X is not set
+1 -1
arch/arm/configs/omap_h4_2420_defconfig
··· 681 # CONFIG_SENSORS_DS1337 is not set 682 # CONFIG_SENSORS_DS1374 is not set 683 # CONFIG_DS1682 is not set 684 - # CONFIG_SENSORS_EEPROM is not set 685 # CONFIG_SENSORS_PCF8574 is not set 686 # CONFIG_SENSORS_PCA9539 is not set 687 # CONFIG_SENSORS_PCF8591 is not set
··· 681 # CONFIG_SENSORS_DS1337 is not set 682 # CONFIG_SENSORS_DS1374 is not set 683 # CONFIG_DS1682 is not set 684 + # CONFIG_EEPROM_LEGACY is not set 685 # CONFIG_SENSORS_PCF8574 is not set 686 # CONFIG_SENSORS_PCA9539 is not set 687 # CONFIG_SENSORS_PCF8591 is not set
+1 -1
arch/arm/configs/omap_innovator_1510_defconfig
··· 631 # CONFIG_SENSORS_DS1337 is not set 632 # CONFIG_SENSORS_DS1374 is not set 633 # CONFIG_DS1682 is not set 634 - # CONFIG_SENSORS_EEPROM is not set 635 # CONFIG_SENSORS_PCF8574 is not set 636 # CONFIG_SENSORS_PCA9539 is not set 637 # CONFIG_SENSORS_PCF8591 is not set
··· 631 # CONFIG_SENSORS_DS1337 is not set 632 # CONFIG_SENSORS_DS1374 is not set 633 # CONFIG_DS1682 is not set 634 + # CONFIG_EEPROM_LEGACY is not set 635 # CONFIG_SENSORS_PCF8574 is not set 636 # CONFIG_SENSORS_PCA9539 is not set 637 # CONFIG_SENSORS_PCF8591 is not set
+3 -3
arch/arm/configs/omap_ldp_defconfig
··· 629 # Miscellaneous I2C Chip support 630 # 631 # CONFIG_DS1682 is not set 632 - # CONFIG_AT24 is not set 633 - # CONFIG_SENSORS_EEPROM is not set 634 # CONFIG_SENSORS_PCF8574 is not set 635 # CONFIG_PCF8575 is not set 636 # CONFIG_SENSORS_PCA9539 is not set ··· 656 # 657 # SPI Protocol Masters 658 # 659 - # CONFIG_SPI_AT25 is not set 660 # CONFIG_SPI_SPIDEV is not set 661 # CONFIG_SPI_TLE62X0 is not set 662 CONFIG_ARCH_REQUIRE_GPIOLIB=y
··· 629 # Miscellaneous I2C Chip support 630 # 631 # CONFIG_DS1682 is not set 632 + # CONFIG_EEPROM_AT24 is not set 633 + # CONFIG_EEPROM_LEGACY is not set 634 # CONFIG_SENSORS_PCF8574 is not set 635 # CONFIG_PCF8575 is not set 636 # CONFIG_SENSORS_PCA9539 is not set ··· 656 # 657 # SPI Protocol Masters 658 # 659 + # CONFIG_EEPROM_AT25 is not set 660 # CONFIG_SPI_SPIDEV is not set 661 # CONFIG_SPI_TLE62X0 is not set 662 CONFIG_ARCH_REQUIRE_GPIOLIB=y
+1 -1
arch/arm/configs/omap_osk_5912_defconfig
··· 711 # CONFIG_SENSORS_DS1337 is not set 712 # CONFIG_SENSORS_DS1374 is not set 713 # CONFIG_DS1682 is not set 714 - # CONFIG_SENSORS_EEPROM is not set 715 # CONFIG_SENSORS_PCF8574 is not set 716 # CONFIG_SENSORS_PCA9539 is not set 717 # CONFIG_SENSORS_PCF8591 is not set
··· 711 # CONFIG_SENSORS_DS1337 is not set 712 # CONFIG_SENSORS_DS1374 is not set 713 # CONFIG_DS1682 is not set 714 + # CONFIG_EEPROM_LEGACY is not set 715 # CONFIG_SENSORS_PCF8574 is not set 716 # CONFIG_SENSORS_PCA9539 is not set 717 # CONFIG_SENSORS_PCF8591 is not set
+1 -1
arch/arm/configs/onearm_defconfig
··· 698 # 699 # CONFIG_SENSORS_DS1337 is not set 700 # CONFIG_SENSORS_DS1374 is not set 701 - # CONFIG_SENSORS_EEPROM is not set 702 # CONFIG_SENSORS_PCF8574 is not set 703 # CONFIG_SENSORS_PCA9539 is not set 704 # CONFIG_SENSORS_PCF8591 is not set
··· 698 # 699 # CONFIG_SENSORS_DS1337 is not set 700 # CONFIG_SENSORS_DS1374 is not set 701 + # CONFIG_EEPROM_LEGACY is not set 702 # CONFIG_SENSORS_PCF8574 is not set 703 # CONFIG_SENSORS_PCA9539 is not set 704 # CONFIG_SENSORS_PCF8591 is not set
+2 -2
arch/arm/configs/orion5x_defconfig
··· 886 # Miscellaneous I2C Chip support 887 # 888 # CONFIG_DS1682 is not set 889 - # CONFIG_AT24 is not set 890 - # CONFIG_SENSORS_EEPROM is not set 891 # CONFIG_SENSORS_PCF8574 is not set 892 # CONFIG_PCF8575 is not set 893 # CONFIG_SENSORS_PCA9539 is not set
··· 886 # Miscellaneous I2C Chip support 887 # 888 # CONFIG_DS1682 is not set 889 + # CONFIG_EEPROM_AT24 is not set 890 + # CONFIG_EEPROM_LEGACY is not set 891 # CONFIG_SENSORS_PCF8574 is not set 892 # CONFIG_PCF8575 is not set 893 # CONFIG_SENSORS_PCA9539 is not set
+3 -3
arch/arm/configs/overo_defconfig
··· 858 # Miscellaneous I2C Chip support 859 # 860 # CONFIG_DS1682 is not set 861 - # CONFIG_AT24 is not set 862 - CONFIG_SENSORS_EEPROM=y 863 # CONFIG_SENSORS_PCF8574 is not set 864 # CONFIG_PCF8575 is not set 865 # CONFIG_SENSORS_PCA9539 is not set ··· 885 # 886 # SPI Protocol Masters 887 # 888 - # CONFIG_SPI_AT25 is not set 889 # CONFIG_SPI_SPIDEV is not set 890 # CONFIG_SPI_TLE62X0 is not set 891 CONFIG_ARCH_REQUIRE_GPIOLIB=y
··· 858 # Miscellaneous I2C Chip support 859 # 860 # CONFIG_DS1682 is not set 861 + # CONFIG_EEPROM_AT24 is not set 862 + CONFIG_EEPROM_LEGACY=y 863 # CONFIG_SENSORS_PCF8574 is not set 864 # CONFIG_PCF8575 is not set 865 # CONFIG_SENSORS_PCA9539 is not set ··· 885 # 886 # SPI Protocol Masters 887 # 888 + # CONFIG_EEPROM_AT25 is not set 889 # CONFIG_SPI_SPIDEV is not set 890 # CONFIG_SPI_TLE62X0 is not set 891 CONFIG_ARCH_REQUIRE_GPIOLIB=y
+1 -1
arch/arm/configs/palmz71_defconfig
··· 554 # 555 # SPI Protocol Masters 556 # 557 - # CONFIG_SPI_AT25 is not set 558 # CONFIG_SPI_TSC2101 is not set 559 # CONFIG_SPI_TSC2102 is not set 560 # CONFIG_SPI_TSC210X is not set
··· 554 # 555 # SPI Protocol Masters 556 # 557 + # CONFIG_EEPROM_AT25 is not set 558 # CONFIG_SPI_TSC2101 is not set 559 # CONFIG_SPI_TSC2102 is not set 560 # CONFIG_SPI_TSC210X is not set
+3 -3
arch/arm/configs/palmz72_defconfig
··· 527 # Miscellaneous I2C Chip support 528 # 529 # CONFIG_DS1682 is not set 530 - # CONFIG_AT24 is not set 531 - # CONFIG_SENSORS_EEPROM is not set 532 # CONFIG_SENSORS_PCF8574 is not set 533 # CONFIG_PCF8575 is not set 534 # CONFIG_SENSORS_PCA9539 is not set ··· 552 # 553 # SPI Protocol Masters 554 # 555 - # CONFIG_SPI_AT25 is not set 556 CONFIG_SPI_SPIDEV=y 557 # CONFIG_SPI_TLE62X0 is not set 558 CONFIG_ARCH_REQUIRE_GPIOLIB=y
··· 527 # Miscellaneous I2C Chip support 528 # 529 # CONFIG_DS1682 is not set 530 + # CONFIG_EEPROM_AT24 is not set 531 + # CONFIG_EEPROM_LEGACY is not set 532 # CONFIG_SENSORS_PCF8574 is not set 533 # CONFIG_PCF8575 is not set 534 # CONFIG_SENSORS_PCA9539 is not set ··· 552 # 553 # SPI Protocol Masters 554 # 555 + # CONFIG_EEPROM_AT25 is not set 556 CONFIG_SPI_SPIDEV=y 557 # CONFIG_SPI_TLE62X0 is not set 558 CONFIG_ARCH_REQUIRE_GPIOLIB=y
+1 -1
arch/arm/configs/pcm027_defconfig
··· 606 # CONFIG_SENSORS_DS1337 is not set 607 # CONFIG_SENSORS_DS1374 is not set 608 # CONFIG_DS1682 is not set 609 - CONFIG_SENSORS_EEPROM=y 610 # CONFIG_SENSORS_PCF8574 is not set 611 # CONFIG_SENSORS_PCA9539 is not set 612 # CONFIG_SENSORS_PCF8591 is not set
··· 606 # CONFIG_SENSORS_DS1337 is not set 607 # CONFIG_SENSORS_DS1374 is not set 608 # CONFIG_DS1682 is not set 609 + CONFIG_EEPROM_LEGACY=y 610 # CONFIG_SENSORS_PCF8574 is not set 611 # CONFIG_SENSORS_PCA9539 is not set 612 # CONFIG_SENSORS_PCF8591 is not set
+2 -2
arch/arm/configs/pcm038_defconfig
··· 604 # Miscellaneous I2C Chip support 605 # 606 # CONFIG_DS1682 is not set 607 - # CONFIG_SENSORS_EEPROM is not set 608 # CONFIG_SENSORS_PCF8574 is not set 609 # CONFIG_PCF8575 is not set 610 # CONFIG_SENSORS_PCF8591 is not set ··· 626 # 627 # SPI Protocol Masters 628 # 629 - # CONFIG_SPI_AT25 is not set 630 # CONFIG_SPI_SPIDEV is not set 631 # CONFIG_SPI_TLE62X0 is not set 632 CONFIG_HAVE_GPIO_LIB=y
··· 604 # Miscellaneous I2C Chip support 605 # 606 # CONFIG_DS1682 is not set 607 + # CONFIG_EEPROM_LEGACY is not set 608 # CONFIG_SENSORS_PCF8574 is not set 609 # CONFIG_PCF8575 is not set 610 # CONFIG_SENSORS_PCF8591 is not set ··· 626 # 627 # SPI Protocol Masters 628 # 629 + # CONFIG_EEPROM_AT25 is not set 630 # CONFIG_SPI_SPIDEV is not set 631 # CONFIG_SPI_TLE62X0 is not set 632 CONFIG_HAVE_GPIO_LIB=y
+1 -1
arch/arm/configs/picotux200_defconfig
··· 744 # 745 CONFIG_SENSORS_DS1337=m 746 CONFIG_SENSORS_DS1374=m 747 - CONFIG_SENSORS_EEPROM=m 748 CONFIG_SENSORS_PCF8574=m 749 CONFIG_SENSORS_PCA9539=m 750 CONFIG_SENSORS_PCF8591=m
··· 744 # 745 CONFIG_SENSORS_DS1337=m 746 CONFIG_SENSORS_DS1374=m 747 + CONFIG_EEPROM_LEGACY=m 748 CONFIG_SENSORS_PCF8574=m 749 CONFIG_SENSORS_PCA9539=m 750 CONFIG_SENSORS_PCF8591=m
+1 -1
arch/arm/configs/pnx4008_defconfig
··· 915 # 916 # CONFIG_SENSORS_DS1337 is not set 917 # CONFIG_SENSORS_DS1374 is not set 918 - CONFIG_SENSORS_EEPROM=m 919 CONFIG_SENSORS_PCF8574=m 920 # CONFIG_SENSORS_PCA9539 is not set 921 CONFIG_SENSORS_PCF8591=m
··· 915 # 916 # CONFIG_SENSORS_DS1337 is not set 917 # CONFIG_SENSORS_DS1374 is not set 918 + CONFIG_EEPROM_LEGACY=m 919 CONFIG_SENSORS_PCF8574=m 920 # CONFIG_SENSORS_PCA9539 is not set 921 CONFIG_SENSORS_PCF8591=m
+2 -2
arch/arm/configs/qil-a9260_defconfig
··· 687 # CONFIG_SENSORS_DS1337 is not set 688 # CONFIG_SENSORS_DS1374 is not set 689 # CONFIG_DS1682 is not set 690 - # CONFIG_SENSORS_EEPROM is not set 691 # CONFIG_SENSORS_PCF8574 is not set 692 # CONFIG_SENSORS_PCA9539 is not set 693 # CONFIG_SENSORS_PCF8591 is not set ··· 714 # 715 # SPI Protocol Masters 716 # 717 - # CONFIG_SPI_AT25 is not set 718 # CONFIG_SPI_SPIDEV is not set 719 # CONFIG_SPI_TLE62X0 is not set 720 # CONFIG_W1 is not set
··· 687 # CONFIG_SENSORS_DS1337 is not set 688 # CONFIG_SENSORS_DS1374 is not set 689 # CONFIG_DS1682 is not set 690 + # CONFIG_EEPROM_LEGACY is not set 691 # CONFIG_SENSORS_PCF8574 is not set 692 # CONFIG_SENSORS_PCA9539 is not set 693 # CONFIG_SENSORS_PCF8591 is not set ··· 714 # 715 # SPI Protocol Masters 716 # 717 + # CONFIG_EEPROM_AT25 is not set 718 # CONFIG_SPI_SPIDEV is not set 719 # CONFIG_SPI_TLE62X0 is not set 720 # CONFIG_W1 is not set
+1 -1
arch/arm/configs/rpc_defconfig
··· 590 # CONFIG_SENSORS_DS1337 is not set 591 # CONFIG_SENSORS_DS1374 is not set 592 # CONFIG_DS1682 is not set 593 - # CONFIG_SENSORS_EEPROM is not set 594 # CONFIG_SENSORS_PCF8574 is not set 595 # CONFIG_SENSORS_PCA9539 is not set 596 # CONFIG_SENSORS_PCF8591 is not set
··· 590 # CONFIG_SENSORS_DS1337 is not set 591 # CONFIG_SENSORS_DS1374 is not set 592 # CONFIG_DS1682 is not set 593 + # CONFIG_EEPROM_LEGACY is not set 594 # CONFIG_SENSORS_PCF8574 is not set 595 # CONFIG_SENSORS_PCA9539 is not set 596 # CONFIG_SENSORS_PCF8591 is not set
+2 -2
arch/arm/configs/s3c2410_defconfig
··· 923 # Miscellaneous I2C Chip support 924 # 925 # CONFIG_DS1682 is not set 926 - CONFIG_SENSORS_EEPROM=m 927 # CONFIG_SENSORS_PCF8574 is not set 928 # CONFIG_PCF8575 is not set 929 # CONFIG_SENSORS_PCF8591 is not set ··· 950 # 951 # SPI Protocol Masters 952 # 953 - # CONFIG_SPI_AT25 is not set 954 # CONFIG_SPI_SPIDEV is not set 955 # CONFIG_SPI_TLE62X0 is not set 956 CONFIG_HAVE_GPIO_LIB=y
··· 923 # Miscellaneous I2C Chip support 924 # 925 # CONFIG_DS1682 is not set 926 + CONFIG_EEPROM_LEGACY=m 927 # CONFIG_SENSORS_PCF8574 is not set 928 # CONFIG_PCF8575 is not set 929 # CONFIG_SENSORS_PCF8591 is not set ··· 950 # 951 # SPI Protocol Masters 952 # 953 + # CONFIG_EEPROM_AT25 is not set 954 # CONFIG_SPI_SPIDEV is not set 955 # CONFIG_SPI_TLE62X0 is not set 956 CONFIG_HAVE_GPIO_LIB=y
+2 -2
arch/arm/configs/s3c6400_defconfig
··· 465 # Miscellaneous I2C Chip support 466 # 467 # CONFIG_DS1682 is not set 468 - CONFIG_AT24=y 469 - # CONFIG_SENSORS_EEPROM is not set 470 # CONFIG_SENSORS_PCF8574 is not set 471 # CONFIG_PCF8575 is not set 472 # CONFIG_SENSORS_PCA9539 is not set
··· 465 # Miscellaneous I2C Chip support 466 # 467 # CONFIG_DS1682 is not set 468 + CONFIG_EEPROM_AT24=y 469 + # CONFIG_EEPROM_LEGACY is not set 470 # CONFIG_SENSORS_PCF8574 is not set 471 # CONFIG_PCF8575 is not set 472 # CONFIG_SENSORS_PCA9539 is not set
+3 -3
arch/arm/configs/spitz_defconfig
··· 977 # Miscellaneous I2C Chip support 978 # 979 # CONFIG_DS1682 is not set 980 - # CONFIG_AT24 is not set 981 - # CONFIG_SENSORS_EEPROM is not set 982 # CONFIG_SENSORS_PCF8574 is not set 983 # CONFIG_PCF8575 is not set 984 # CONFIG_SENSORS_PCA9539 is not set ··· 1003 # 1004 # SPI Protocol Masters 1005 # 1006 - # CONFIG_SPI_AT25 is not set 1007 # CONFIG_SPI_SPIDEV is not set 1008 # CONFIG_SPI_TLE62X0 is not set 1009 CONFIG_ARCH_REQUIRE_GPIOLIB=y
··· 977 # Miscellaneous I2C Chip support 978 # 979 # CONFIG_DS1682 is not set 980 + # CONFIG_EEPROM_AT24 is not set 981 + # CONFIG_EEPROM_LEGACY is not set 982 # CONFIG_SENSORS_PCF8574 is not set 983 # CONFIG_PCF8575 is not set 984 # CONFIG_SENSORS_PCA9539 is not set ··· 1003 # 1004 # SPI Protocol Masters 1005 # 1006 + # CONFIG_EEPROM_AT25 is not set 1007 # CONFIG_SPI_SPIDEV is not set 1008 # CONFIG_SPI_TLE62X0 is not set 1009 CONFIG_ARCH_REQUIRE_GPIOLIB=y
+1 -1
arch/arm/configs/sx1_defconfig
··· 610 # 611 # CONFIG_SENSORS_DS1337 is not set 612 # CONFIG_SENSORS_DS1374 is not set 613 - # CONFIG_SENSORS_EEPROM is not set 614 # CONFIG_SENSORS_PCF8574 is not set 615 # CONFIG_SENSORS_PCA9539 is not set 616 # CONFIG_SENSORS_PCF8591 is not set
··· 610 # 611 # CONFIG_SENSORS_DS1337 is not set 612 # CONFIG_SENSORS_DS1374 is not set 613 + # CONFIG_EEPROM_LEGACY is not set 614 # CONFIG_SENSORS_PCF8574 is not set 615 # CONFIG_SENSORS_PCA9539 is not set 616 # CONFIG_SENSORS_PCF8591 is not set
+1 -1
arch/arm/configs/trizeps4_defconfig
··· 948 # 949 # CONFIG_SENSORS_DS1337 is not set 950 # CONFIG_SENSORS_DS1374 is not set 951 - # CONFIG_SENSORS_EEPROM is not set 952 # CONFIG_SENSORS_PCF8574 is not set 953 # CONFIG_SENSORS_PCA9539 is not set 954 # CONFIG_SENSORS_PCF8591 is not set
··· 948 # 949 # CONFIG_SENSORS_DS1337 is not set 950 # CONFIG_SENSORS_DS1374 is not set 951 + # CONFIG_EEPROM_LEGACY is not set 952 # CONFIG_SENSORS_PCF8574 is not set 953 # CONFIG_SENSORS_PCA9539 is not set 954 # CONFIG_SENSORS_PCF8591 is not set
+1 -1
arch/arm/configs/usb-a9260_defconfig
··· 676 # 677 # SPI Protocol Masters 678 # 679 - # CONFIG_SPI_AT25 is not set 680 # CONFIG_SPI_SPIDEV is not set 681 # CONFIG_SPI_TLE62X0 is not set 682 # CONFIG_W1 is not set
··· 676 # 677 # SPI Protocol Masters 678 # 679 + # CONFIG_EEPROM_AT25 is not set 680 # CONFIG_SPI_SPIDEV is not set 681 # CONFIG_SPI_TLE62X0 is not set 682 # CONFIG_W1 is not set
+1 -1
arch/arm/configs/usb-a9263_defconfig
··· 668 # 669 # SPI Protocol Masters 670 # 671 - # CONFIG_SPI_AT25 is not set 672 # CONFIG_SPI_SPIDEV is not set 673 # CONFIG_SPI_TLE62X0 is not set 674 # CONFIG_W1 is not set
··· 668 # 669 # SPI Protocol Masters 670 # 671 + # CONFIG_EEPROM_AT25 is not set 672 # CONFIG_SPI_SPIDEV is not set 673 # CONFIG_SPI_TLE62X0 is not set 674 # CONFIG_W1 is not set
+1 -1
arch/arm/configs/versatile_defconfig
··· 611 # 612 # CONFIG_SENSORS_DS1337 is not set 613 # CONFIG_SENSORS_DS1374 is not set 614 - CONFIG_SENSORS_EEPROM=m 615 # CONFIG_SENSORS_PCF8574 is not set 616 # CONFIG_SENSORS_PCA9539 is not set 617 # CONFIG_SENSORS_PCF8591 is not set
··· 611 # 612 # CONFIG_SENSORS_DS1337 is not set 613 # CONFIG_SENSORS_DS1374 is not set 614 + CONFIG_EEPROM_LEGACY=m 615 # CONFIG_SENSORS_PCF8574 is not set 616 # CONFIG_SENSORS_PCA9539 is not set 617 # CONFIG_SENSORS_PCF8591 is not set
+2 -2
arch/arm/configs/viper_defconfig
··· 860 # Miscellaneous I2C Chip support 861 # 862 # CONFIG_DS1682 is not set 863 - # CONFIG_AT24 is not set 864 - # CONFIG_SENSORS_EEPROM is not set 865 # CONFIG_SENSORS_PCF8574 is not set 866 # CONFIG_PCF8575 is not set 867 # CONFIG_SENSORS_PCA9539 is not set
··· 860 # Miscellaneous I2C Chip support 861 # 862 # CONFIG_DS1682 is not set 863 + # CONFIG_EEPROM_AT24 is not set 864 + # CONFIG_EEPROM_LEGACY is not set 865 # CONFIG_SENSORS_PCF8574 is not set 866 # CONFIG_PCF8575 is not set 867 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/arm/configs/xm_x2xx_defconfig
··· 1009 # Miscellaneous I2C Chip support 1010 # 1011 # CONFIG_DS1682 is not set 1012 - # CONFIG_AT24 is not set 1013 - # CONFIG_SENSORS_EEPROM is not set 1014 # CONFIG_SENSORS_PCF8574 is not set 1015 # CONFIG_PCF8575 is not set 1016 # CONFIG_SENSORS_PCA9539 is not set
··· 1009 # Miscellaneous I2C Chip support 1010 # 1011 # CONFIG_DS1682 is not set 1012 + # CONFIG_EEPROM_AT24 is not set 1013 + # CONFIG_EEPROM_LEGACY is not set 1014 # CONFIG_SENSORS_PCF8574 is not set 1015 # CONFIG_PCF8575 is not set 1016 # CONFIG_SENSORS_PCA9539 is not set
+1 -1
arch/arm/configs/yl9200_defconfig
··· 682 # 683 # SPI Protocol Masters 684 # 685 - # CONFIG_SPI_AT25 is not set 686 # CONFIG_SPI_TLE62X0 is not set 687 # CONFIG_W1 is not set 688 # CONFIG_POWER_SUPPLY is not set
··· 682 # 683 # SPI Protocol Masters 684 # 685 + # CONFIG_EEPROM_AT25 is not set 686 # CONFIG_SPI_TLE62X0 is not set 687 # CONFIG_W1 is not set 688 # CONFIG_POWER_SUPPLY is not set
+3 -3
arch/avr32/configs/atngw100_defconfig
··· 644 # Miscellaneous I2C Chip support 645 # 646 # CONFIG_DS1682 is not set 647 - CONFIG_AT24=m 648 - # CONFIG_SENSORS_EEPROM is not set 649 # CONFIG_SENSORS_PCF8574 is not set 650 # CONFIG_PCF8575 is not set 651 # CONFIG_SENSORS_PCA9539 is not set ··· 670 # 671 # SPI Protocol Masters 672 # 673 - # CONFIG_SPI_AT25 is not set 674 CONFIG_SPI_SPIDEV=m 675 # CONFIG_SPI_TLE62X0 is not set 676 CONFIG_ARCH_REQUIRE_GPIOLIB=y
··· 644 # Miscellaneous I2C Chip support 645 # 646 # CONFIG_DS1682 is not set 647 + CONFIG_EEPROM_AT24=m 648 + # CONFIG_EEPROM_LEGACY is not set 649 # CONFIG_SENSORS_PCF8574 is not set 650 # CONFIG_PCF8575 is not set 651 # CONFIG_SENSORS_PCA9539 is not set ··· 670 # 671 # SPI Protocol Masters 672 # 673 + # CONFIG_EEPROM_AT25 is not set 674 CONFIG_SPI_SPIDEV=m 675 # CONFIG_SPI_TLE62X0 is not set 676 CONFIG_ARCH_REQUIRE_GPIOLIB=y
+2 -2
arch/avr32/configs/atngw100_evklcd100_defconfig
··· 671 # Miscellaneous I2C Chip support 672 # 673 # CONFIG_DS1682 is not set 674 - # CONFIG_SENSORS_EEPROM is not set 675 # CONFIG_SENSORS_PCF8574 is not set 676 # CONFIG_PCF8575 is not set 677 # CONFIG_SENSORS_PCF8591 is not set ··· 699 # 700 # SPI Protocol Masters 701 # 702 - # CONFIG_SPI_AT25 is not set 703 CONFIG_SPI_SPIDEV=m 704 # CONFIG_SPI_TLE62X0 is not set 705 CONFIG_HAVE_GPIO_LIB=y
··· 671 # Miscellaneous I2C Chip support 672 # 673 # CONFIG_DS1682 is not set 674 + # CONFIG_EEPROM_LEGACY is not set 675 # CONFIG_SENSORS_PCF8574 is not set 676 # CONFIG_PCF8575 is not set 677 # CONFIG_SENSORS_PCF8591 is not set ··· 699 # 700 # SPI Protocol Masters 701 # 702 + # CONFIG_EEPROM_AT25 is not set 703 CONFIG_SPI_SPIDEV=m 704 # CONFIG_SPI_TLE62X0 is not set 705 CONFIG_HAVE_GPIO_LIB=y
+2 -2
arch/avr32/configs/atngw100_evklcd101_defconfig
··· 671 # Miscellaneous I2C Chip support 672 # 673 # CONFIG_DS1682 is not set 674 - # CONFIG_SENSORS_EEPROM is not set 675 # CONFIG_SENSORS_PCF8574 is not set 676 # CONFIG_PCF8575 is not set 677 # CONFIG_SENSORS_PCF8591 is not set ··· 699 # 700 # SPI Protocol Masters 701 # 702 - # CONFIG_SPI_AT25 is not set 703 CONFIG_SPI_SPIDEV=m 704 # CONFIG_SPI_TLE62X0 is not set 705 CONFIG_HAVE_GPIO_LIB=y
··· 671 # Miscellaneous I2C Chip support 672 # 673 # CONFIG_DS1682 is not set 674 + # CONFIG_EEPROM_LEGACY is not set 675 # CONFIG_SENSORS_PCF8574 is not set 676 # CONFIG_PCF8575 is not set 677 # CONFIG_SENSORS_PCF8591 is not set ··· 699 # 700 # SPI Protocol Masters 701 # 702 + # CONFIG_EEPROM_AT25 is not set 703 CONFIG_SPI_SPIDEV=m 704 # CONFIG_SPI_TLE62X0 is not set 705 CONFIG_HAVE_GPIO_LIB=y
+3 -3
arch/avr32/configs/atstk1002_defconfig
··· 663 # Miscellaneous I2C Chip support 664 # 665 # CONFIG_DS1682 is not set 666 - CONFIG_AT24=m 667 - # CONFIG_SENSORS_EEPROM is not set 668 # CONFIG_SENSORS_PCF8574 is not set 669 # CONFIG_PCF8575 is not set 670 # CONFIG_SENSORS_PCA9539 is not set ··· 689 # 690 # SPI Protocol Masters 691 # 692 - # CONFIG_SPI_AT25 is not set 693 CONFIG_SPI_SPIDEV=m 694 # CONFIG_SPI_TLE62X0 is not set 695 CONFIG_ARCH_REQUIRE_GPIOLIB=y
··· 663 # Miscellaneous I2C Chip support 664 # 665 # CONFIG_DS1682 is not set 666 + CONFIG_EEPROM_AT24=m 667 + # CONFIG_EEPROM_LEGACY is not set 668 # CONFIG_SENSORS_PCF8574 is not set 669 # CONFIG_PCF8575 is not set 670 # CONFIG_SENSORS_PCA9539 is not set ··· 689 # 690 # SPI Protocol Masters 691 # 692 + # CONFIG_EEPROM_AT25 is not set 693 CONFIG_SPI_SPIDEV=m 694 # CONFIG_SPI_TLE62X0 is not set 695 CONFIG_ARCH_REQUIRE_GPIOLIB=y
+3 -3
arch/avr32/configs/atstk1003_defconfig
··· 611 # Miscellaneous I2C Chip support 612 # 613 # CONFIG_DS1682 is not set 614 - CONFIG_AT24=m 615 - # CONFIG_SENSORS_EEPROM is not set 616 # CONFIG_SENSORS_PCF8574 is not set 617 # CONFIG_PCF8575 is not set 618 # CONFIG_SENSORS_PCA9539 is not set ··· 637 # 638 # SPI Protocol Masters 639 # 640 - # CONFIG_SPI_AT25 is not set 641 CONFIG_SPI_SPIDEV=m 642 # CONFIG_SPI_TLE62X0 is not set 643 CONFIG_ARCH_REQUIRE_GPIOLIB=y
··· 611 # Miscellaneous I2C Chip support 612 # 613 # CONFIG_DS1682 is not set 614 + CONFIG_EEPROM_AT24=m 615 + # CONFIG_EEPROM_LEGACY is not set 616 # CONFIG_SENSORS_PCF8574 is not set 617 # CONFIG_PCF8575 is not set 618 # CONFIG_SENSORS_PCA9539 is not set ··· 637 # 638 # SPI Protocol Masters 639 # 640 + # CONFIG_EEPROM_AT25 is not set 641 CONFIG_SPI_SPIDEV=m 642 # CONFIG_SPI_TLE62X0 is not set 643 CONFIG_ARCH_REQUIRE_GPIOLIB=y
+1 -1
arch/avr32/configs/atstk1004_defconfig
··· 394 # 395 # SPI Protocol Masters 396 # 397 - # CONFIG_SPI_AT25 is not set 398 # CONFIG_SPI_SPIDEV is not set 399 # CONFIG_SPI_TLE62X0 is not set 400 CONFIG_ARCH_REQUIRE_GPIOLIB=y
··· 394 # 395 # SPI Protocol Masters 396 # 397 + # CONFIG_EEPROM_AT25 is not set 398 # CONFIG_SPI_SPIDEV is not set 399 # CONFIG_SPI_TLE62X0 is not set 400 CONFIG_ARCH_REQUIRE_GPIOLIB=y
+3 -3
arch/avr32/configs/atstk1006_defconfig
··· 684 # Miscellaneous I2C Chip support 685 # 686 # CONFIG_DS1682 is not set 687 - # CONFIG_AT24 is not set 688 - # CONFIG_SENSORS_EEPROM is not set 689 # CONFIG_SENSORS_PCF8574 is not set 690 # CONFIG_PCF8575 is not set 691 # CONFIG_SENSORS_PCA9539 is not set ··· 710 # 711 # SPI Protocol Masters 712 # 713 - # CONFIG_SPI_AT25 is not set 714 CONFIG_SPI_SPIDEV=m 715 # CONFIG_SPI_TLE62X0 is not set 716 CONFIG_ARCH_REQUIRE_GPIOLIB=y
··· 684 # Miscellaneous I2C Chip support 685 # 686 # CONFIG_DS1682 is not set 687 + # CONFIG_EEPROM_AT24 is not set 688 + # CONFIG_EEPROM_LEGACY is not set 689 # CONFIG_SENSORS_PCF8574 is not set 690 # CONFIG_PCF8575 is not set 691 # CONFIG_SENSORS_PCA9539 is not set ··· 710 # 711 # SPI Protocol Masters 712 # 713 + # CONFIG_EEPROM_AT25 is not set 714 CONFIG_SPI_SPIDEV=m 715 # CONFIG_SPI_TLE62X0 is not set 716 CONFIG_ARCH_REQUIRE_GPIOLIB=y
+3 -3
arch/avr32/configs/favr-32_defconfig
··· 633 # Miscellaneous I2C Chip support 634 # 635 # CONFIG_DS1682 is not set 636 - # CONFIG_AT24 is not set 637 - # CONFIG_SENSORS_EEPROM is not set 638 # CONFIG_SENSORS_PCF8574 is not set 639 # CONFIG_PCF8575 is not set 640 # CONFIG_SENSORS_PCA9539 is not set ··· 659 # 660 # SPI Protocol Masters 661 # 662 - # CONFIG_SPI_AT25 is not set 663 CONFIG_SPI_SPIDEV=m 664 # CONFIG_SPI_TLE62X0 is not set 665 CONFIG_ARCH_REQUIRE_GPIOLIB=y
··· 633 # Miscellaneous I2C Chip support 634 # 635 # CONFIG_DS1682 is not set 636 + # CONFIG_EEPROM_AT24 is not set 637 + # CONFIG_EEPROM_LEGACY is not set 638 # CONFIG_SENSORS_PCF8574 is not set 639 # CONFIG_PCF8575 is not set 640 # CONFIG_SENSORS_PCA9539 is not set ··· 659 # 660 # SPI Protocol Masters 661 # 662 + # CONFIG_EEPROM_AT25 is not set 663 CONFIG_SPI_SPIDEV=m 664 # CONFIG_SPI_TLE62X0 is not set 665 CONFIG_ARCH_REQUIRE_GPIOLIB=y
+3 -3
arch/avr32/configs/hammerhead_defconfig
··· 716 # Miscellaneous I2C Chip support 717 # 718 # CONFIG_DS1682 is not set 719 - # CONFIG_AT24 is not set 720 - # CONFIG_SENSORS_EEPROM is not set 721 # CONFIG_SENSORS_PCF8574 is not set 722 # CONFIG_PCF8575 is not set 723 # CONFIG_SENSORS_PCA9539 is not set ··· 742 # 743 # SPI Protocol Masters 744 # 745 - # CONFIG_SPI_AT25 is not set 746 CONFIG_SPI_SPIDEV=m 747 # CONFIG_SPI_TLE62X0 is not set 748 CONFIG_ARCH_REQUIRE_GPIOLIB=y
··· 716 # Miscellaneous I2C Chip support 717 # 718 # CONFIG_DS1682 is not set 719 + # CONFIG_EEPROM_AT24 is not set 720 + # CONFIG_EEPROM_LEGACY is not set 721 # CONFIG_SENSORS_PCF8574 is not set 722 # CONFIG_PCF8575 is not set 723 # CONFIG_SENSORS_PCA9539 is not set ··· 742 # 743 # SPI Protocol Masters 744 # 745 + # CONFIG_EEPROM_AT25 is not set 746 CONFIG_SPI_SPIDEV=m 747 # CONFIG_SPI_TLE62X0 is not set 748 CONFIG_ARCH_REQUIRE_GPIOLIB=y
+3 -3
arch/avr32/configs/mimc200_defconfig
··· 565 # Miscellaneous I2C Chip support 566 # 567 # CONFIG_DS1682 is not set 568 - CONFIG_AT24=y 569 - # CONFIG_SENSORS_EEPROM is not set 570 # CONFIG_SENSORS_PCF8574 is not set 571 # CONFIG_PCF8575 is not set 572 # CONFIG_SENSORS_PCA9539 is not set ··· 592 # 593 # SPI Protocol Masters 594 # 595 - CONFIG_SPI_AT25=y 596 # CONFIG_SPI_SPIDEV is not set 597 # CONFIG_SPI_TLE62X0 is not set 598 CONFIG_ARCH_REQUIRE_GPIOLIB=y
··· 565 # Miscellaneous I2C Chip support 566 # 567 # CONFIG_DS1682 is not set 568 + CONFIG_EEPROM_AT24=y 569 + # CONFIG_EEPROM_LEGACY is not set 570 # CONFIG_SENSORS_PCF8574 is not set 571 # CONFIG_PCF8575 is not set 572 # CONFIG_SENSORS_PCA9539 is not set ··· 592 # 593 # SPI Protocol Masters 594 # 595 + CONFIG_EEPROM_AT25=y 596 # CONFIG_SPI_SPIDEV is not set 597 # CONFIG_SPI_TLE62X0 is not set 598 CONFIG_ARCH_REQUIRE_GPIOLIB=y
+2 -2
arch/blackfin/configs/BF518F-EZBRD_defconfig
··· 746 # Miscellaneous I2C Chip support 747 # 748 # CONFIG_DS1682 is not set 749 - # CONFIG_AT24 is not set 750 # CONFIG_SENSORS_AD5252 is not set 751 - # CONFIG_SENSORS_EEPROM is not set 752 # CONFIG_SENSORS_PCF8574 is not set 753 # CONFIG_PCF8575 is not set 754 # CONFIG_SENSORS_PCA9539 is not set
··· 746 # Miscellaneous I2C Chip support 747 # 748 # CONFIG_DS1682 is not set 749 + # CONFIG_EEPROM_AT24 is not set 750 # CONFIG_SENSORS_AD5252 is not set 751 + # CONFIG_EEPROM_LEGACY is not set 752 # CONFIG_SENSORS_PCF8574 is not set 753 # CONFIG_PCF8575 is not set 754 # CONFIG_SENSORS_PCA9539 is not set
+3 -3
arch/blackfin/configs/BF526-EZBRD_defconfig
··· 793 # Miscellaneous I2C Chip support 794 # 795 # CONFIG_DS1682 is not set 796 - # CONFIG_AT24 is not set 797 # CONFIG_SENSORS_AD5252 is not set 798 - # CONFIG_SENSORS_EEPROM is not set 799 # CONFIG_SENSORS_PCF8574 is not set 800 # CONFIG_PCF8575 is not set 801 # CONFIG_SENSORS_PCA9539 is not set ··· 820 # 821 # SPI Protocol Masters 822 # 823 - # CONFIG_SPI_AT25 is not set 824 # CONFIG_SPI_SPIDEV is not set 825 # CONFIG_SPI_TLE62X0 is not set 826 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
··· 793 # Miscellaneous I2C Chip support 794 # 795 # CONFIG_DS1682 is not set 796 + # CONFIG_EEPROM_AT24 is not set 797 # CONFIG_SENSORS_AD5252 is not set 798 + # CONFIG_EEPROM_LEGACY is not set 799 # CONFIG_SENSORS_PCF8574 is not set 800 # CONFIG_PCF8575 is not set 801 # CONFIG_SENSORS_PCA9539 is not set ··· 820 # 821 # SPI Protocol Masters 822 # 823 + # CONFIG_EEPROM_AT25 is not set 824 # CONFIG_SPI_SPIDEV is not set 825 # CONFIG_SPI_TLE62X0 is not set 826 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
+3 -3
arch/blackfin/configs/BF527-EZKIT_defconfig
··· 837 # Miscellaneous I2C Chip support 838 # 839 # CONFIG_DS1682 is not set 840 - # CONFIG_AT24 is not set 841 # CONFIG_SENSORS_AD5252 is not set 842 - # CONFIG_SENSORS_EEPROM is not set 843 # CONFIG_SENSORS_PCF8574 is not set 844 # CONFIG_PCF8575 is not set 845 # CONFIG_SENSORS_PCA9539 is not set ··· 864 # 865 # SPI Protocol Masters 866 # 867 - # CONFIG_SPI_AT25 is not set 868 # CONFIG_SPI_SPIDEV is not set 869 # CONFIG_SPI_TLE62X0 is not set 870 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
··· 837 # Miscellaneous I2C Chip support 838 # 839 # CONFIG_DS1682 is not set 840 + # CONFIG_EEPROM_AT24 is not set 841 # CONFIG_SENSORS_AD5252 is not set 842 + # CONFIG_EEPROM_LEGACY is not set 843 # CONFIG_SENSORS_PCF8574 is not set 844 # CONFIG_PCF8575 is not set 845 # CONFIG_SENSORS_PCA9539 is not set ··· 864 # 865 # SPI Protocol Masters 866 # 867 + # CONFIG_EEPROM_AT25 is not set 868 # CONFIG_SPI_SPIDEV is not set 869 # CONFIG_SPI_TLE62X0 is not set 870 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
+1 -1
arch/blackfin/configs/BF533-EZKIT_defconfig
··· 719 # 720 # SPI Protocol Masters 721 # 722 - # CONFIG_SPI_AT25 is not set 723 # CONFIG_SPI_SPIDEV is not set 724 # CONFIG_SPI_TLE62X0 is not set 725 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
··· 719 # 720 # SPI Protocol Masters 721 # 722 + # CONFIG_EEPROM_AT25 is not set 723 # CONFIG_SPI_SPIDEV is not set 724 # CONFIG_SPI_TLE62X0 is not set 725 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
+3 -3
arch/blackfin/configs/BF533-STAMP_defconfig
··· 743 # Miscellaneous I2C Chip support 744 # 745 # CONFIG_DS1682 is not set 746 - # CONFIG_AT24 is not set 747 # CONFIG_SENSORS_AD5252 is not set 748 - # CONFIG_SENSORS_EEPROM is not set 749 # CONFIG_SENSORS_PCF8574 is not set 750 # CONFIG_PCF8575 is not set 751 # CONFIG_SENSORS_PCA9539 is not set ··· 770 # 771 # SPI Protocol Masters 772 # 773 - # CONFIG_SPI_AT25 is not set 774 # CONFIG_SPI_SPIDEV is not set 775 # CONFIG_SPI_TLE62X0 is not set 776 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
··· 743 # Miscellaneous I2C Chip support 744 # 745 # CONFIG_DS1682 is not set 746 + # CONFIG_EEPROM_AT24 is not set 747 # CONFIG_SENSORS_AD5252 is not set 748 + # CONFIG_EEPROM_LEGACY is not set 749 # CONFIG_SENSORS_PCF8574 is not set 750 # CONFIG_PCF8575 is not set 751 # CONFIG_SENSORS_PCA9539 is not set ··· 770 # 771 # SPI Protocol Masters 772 # 773 + # CONFIG_EEPROM_AT25 is not set 774 # CONFIG_SPI_SPIDEV is not set 775 # CONFIG_SPI_TLE62X0 is not set 776 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
+3 -3
arch/blackfin/configs/BF537-STAMP_defconfig
··· 794 # Miscellaneous I2C Chip support 795 # 796 # CONFIG_DS1682 is not set 797 - # CONFIG_AT24 is not set 798 CONFIG_SENSORS_AD5252=m 799 - # CONFIG_SENSORS_EEPROM is not set 800 # CONFIG_SENSORS_PCF8574 is not set 801 # CONFIG_PCF8575 is not set 802 # CONFIG_SENSORS_PCA9539 is not set ··· 821 # 822 # SPI Protocol Masters 823 # 824 - # CONFIG_SPI_AT25 is not set 825 # CONFIG_SPI_SPIDEV is not set 826 # CONFIG_SPI_TLE62X0 is not set 827 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
··· 794 # Miscellaneous I2C Chip support 795 # 796 # CONFIG_DS1682 is not set 797 + # CONFIG_EEPROM_AT24 is not set 798 CONFIG_SENSORS_AD5252=m 799 + # CONFIG_EEPROM_LEGACY is not set 800 # CONFIG_SENSORS_PCF8574 is not set 801 # CONFIG_PCF8575 is not set 802 # CONFIG_SENSORS_PCA9539 is not set ··· 821 # 822 # SPI Protocol Masters 823 # 824 + # CONFIG_EEPROM_AT25 is not set 825 # CONFIG_SPI_SPIDEV is not set 826 # CONFIG_SPI_TLE62X0 is not set 827 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
+3 -3
arch/blackfin/configs/BF538-EZKIT_defconfig
··· 796 # Miscellaneous I2C Chip support 797 # 798 # CONFIG_DS1682 is not set 799 - # CONFIG_AT24 is not set 800 # CONFIG_SENSORS_AD5252 is not set 801 - # CONFIG_SENSORS_EEPROM is not set 802 # CONFIG_SENSORS_PCF8574 is not set 803 # CONFIG_PCF8575 is not set 804 # CONFIG_SENSORS_PCA9539 is not set ··· 823 # 824 # SPI Protocol Masters 825 # 826 - # CONFIG_SPI_AT25 is not set 827 # CONFIG_SPI_SPIDEV is not set 828 # CONFIG_SPI_TLE62X0 is not set 829 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
··· 796 # Miscellaneous I2C Chip support 797 # 798 # CONFIG_DS1682 is not set 799 + # CONFIG_EEPROM_AT24 is not set 800 # CONFIG_SENSORS_AD5252 is not set 801 + # CONFIG_EEPROM_LEGACY is not set 802 # CONFIG_SENSORS_PCF8574 is not set 803 # CONFIG_PCF8575 is not set 804 # CONFIG_SENSORS_PCA9539 is not set ··· 823 # 824 # SPI Protocol Masters 825 # 826 + # CONFIG_EEPROM_AT25 is not set 827 # CONFIG_SPI_SPIDEV is not set 828 # CONFIG_SPI_TLE62X0 is not set 829 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
+3 -3
arch/blackfin/configs/BF548-EZKIT_defconfig
··· 928 # Miscellaneous I2C Chip support 929 # 930 # CONFIG_DS1682 is not set 931 - # CONFIG_AT24 is not set 932 # CONFIG_SENSORS_AD5252 is not set 933 - # CONFIG_SENSORS_EEPROM is not set 934 # CONFIG_SENSORS_PCF8574 is not set 935 # CONFIG_PCF8575 is not set 936 # CONFIG_SENSORS_PCA9539 is not set ··· 955 # 956 # SPI Protocol Masters 957 # 958 - # CONFIG_SPI_AT25 is not set 959 # CONFIG_SPI_SPIDEV is not set 960 # CONFIG_SPI_TLE62X0 is not set 961 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
··· 928 # Miscellaneous I2C Chip support 929 # 930 # CONFIG_DS1682 is not set 931 + # CONFIG_EEPROM_AT24 is not set 932 # CONFIG_SENSORS_AD5252 is not set 933 + # CONFIG_EEPROM_LEGACY is not set 934 # CONFIG_SENSORS_PCF8574 is not set 935 # CONFIG_PCF8575 is not set 936 # CONFIG_SENSORS_PCA9539 is not set ··· 955 # 956 # SPI Protocol Masters 957 # 958 + # CONFIG_EEPROM_AT25 is not set 959 # CONFIG_SPI_SPIDEV is not set 960 # CONFIG_SPI_TLE62X0 is not set 961 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
+1 -1
arch/blackfin/configs/BF561-EZKIT_defconfig
··· 756 # 757 # SPI Protocol Masters 758 # 759 - # CONFIG_SPI_AT25 is not set 760 # CONFIG_SPI_SPIDEV is not set 761 # CONFIG_SPI_TLE62X0 is not set 762 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
··· 756 # 757 # SPI Protocol Masters 758 # 759 + # CONFIG_EEPROM_AT25 is not set 760 # CONFIG_SPI_SPIDEV is not set 761 # CONFIG_SPI_TLE62X0 is not set 762 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
+2 -2
arch/blackfin/configs/BlackStamp_defconfig
··· 691 # 692 # CONFIG_DS1682 is not set 693 # CONFIG_SENSORS_AD5252 is not set 694 - # CONFIG_SENSORS_EEPROM is not set 695 # CONFIG_SENSORS_PCF8574 is not set 696 # CONFIG_PCF8575 is not set 697 # CONFIG_SENSORS_PCF8591 is not set ··· 713 # 714 # SPI Protocol Masters 715 # 716 - CONFIG_SPI_AT25=y 717 CONFIG_SPI_SPIDEV=m 718 # CONFIG_SPI_TLE62X0 is not set 719 # CONFIG_W1 is not set
··· 691 # 692 # CONFIG_DS1682 is not set 693 # CONFIG_SENSORS_AD5252 is not set 694 + # CONFIG_EEPROM_LEGACY is not set 695 # CONFIG_SENSORS_PCF8574 is not set 696 # CONFIG_PCF8575 is not set 697 # CONFIG_SENSORS_PCF8591 is not set ··· 713 # 714 # SPI Protocol Masters 715 # 716 + CONFIG_EEPROM_AT25=y 717 CONFIG_SPI_SPIDEV=m 718 # CONFIG_SPI_TLE62X0 is not set 719 # CONFIG_W1 is not set
+2 -2
arch/blackfin/configs/CM-BF527_defconfig
··· 715 # CONFIG_SENSORS_DS1374 is not set 716 # CONFIG_DS1682 is not set 717 # CONFIG_SENSORS_AD5252 is not set 718 - # CONFIG_SENSORS_EEPROM is not set 719 # CONFIG_SENSORS_PCF8574 is not set 720 # CONFIG_SENSORS_PCF8575 is not set 721 # CONFIG_SENSORS_PCA9539 is not set ··· 742 # 743 # SPI Protocol Masters 744 # 745 - # CONFIG_SPI_AT25 is not set 746 # CONFIG_SPI_SPIDEV is not set 747 # CONFIG_SPI_TLE62X0 is not set 748 # CONFIG_W1 is not set
··· 715 # CONFIG_SENSORS_DS1374 is not set 716 # CONFIG_DS1682 is not set 717 # CONFIG_SENSORS_AD5252 is not set 718 + # CONFIG_EEPROM_LEGACY is not set 719 # CONFIG_SENSORS_PCF8574 is not set 720 # CONFIG_SENSORS_PCF8575 is not set 721 # CONFIG_SENSORS_PCA9539 is not set ··· 742 # 743 # SPI Protocol Masters 744 # 745 + # CONFIG_EEPROM_AT25 is not set 746 # CONFIG_SPI_SPIDEV is not set 747 # CONFIG_SPI_TLE62X0 is not set 748 # CONFIG_W1 is not set
+2 -2
arch/blackfin/configs/CM-BF548_defconfig
··· 798 # CONFIG_SENSORS_DS1374 is not set 799 # CONFIG_DS1682 is not set 800 # CONFIG_SENSORS_AD5252 is not set 801 - # CONFIG_SENSORS_EEPROM is not set 802 # CONFIG_SENSORS_PCF8574 is not set 803 # CONFIG_SENSORS_PCF8575 is not set 804 # CONFIG_SENSORS_PCA9543 is not set ··· 826 # 827 # SPI Protocol Masters 828 # 829 - # CONFIG_SPI_AT25 is not set 830 # CONFIG_SPI_SPIDEV is not set 831 # CONFIG_SPI_TLE62X0 is not set 832 # CONFIG_W1 is not set
··· 798 # CONFIG_SENSORS_DS1374 is not set 799 # CONFIG_DS1682 is not set 800 # CONFIG_SENSORS_AD5252 is not set 801 + # CONFIG_EEPROM_LEGACY is not set 802 # CONFIG_SENSORS_PCF8574 is not set 803 # CONFIG_SENSORS_PCF8575 is not set 804 # CONFIG_SENSORS_PCA9543 is not set ··· 826 # 827 # SPI Protocol Masters 828 # 829 + # CONFIG_EEPROM_AT25 is not set 830 # CONFIG_SPI_SPIDEV is not set 831 # CONFIG_SPI_TLE62X0 is not set 832 # CONFIG_W1 is not set
+1 -1
arch/blackfin/configs/H8606_defconfig
··· 750 # 751 # SPI Protocol Masters 752 # 753 - CONFIG_SPI_AT25=y 754 CONFIG_SPI_SPIDEV=y 755 756 #
··· 750 # 751 # SPI Protocol Masters 752 # 753 + CONFIG_EEPROM_AT25=y 754 CONFIG_SPI_SPIDEV=y 755 756 #
+1 -1
arch/blackfin/configs/IP0X_defconfig
··· 803 # 804 # SPI Protocol Masters 805 # 806 - # CONFIG_SPI_AT25 is not set 807 # CONFIG_SPI_SPIDEV is not set 808 809 #
··· 803 # 804 # SPI Protocol Masters 805 # 806 + # CONFIG_EEPROM_AT25 is not set 807 # CONFIG_SPI_SPIDEV is not set 808 809 #
+3 -3
arch/blackfin/configs/PNAV-10_defconfig
··· 755 # Miscellaneous I2C Chip support 756 # 757 # CONFIG_DS1682 is not set 758 - # CONFIG_AT24 is not set 759 # CONFIG_SENSORS_AD5252 is not set 760 - # CONFIG_SENSORS_EEPROM is not set 761 CONFIG_SENSORS_PCF8574=m 762 # CONFIG_PCF8575 is not set 763 # CONFIG_SENSORS_PCA9539 is not set ··· 781 # 782 # SPI Protocol Masters 783 # 784 - # CONFIG_SPI_AT25 is not set 785 # CONFIG_SPI_SPIDEV is not set 786 # CONFIG_SPI_TLE62X0 is not set 787 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
··· 755 # Miscellaneous I2C Chip support 756 # 757 # CONFIG_DS1682 is not set 758 + # CONFIG_EEPROM_AT24 is not set 759 # CONFIG_SENSORS_AD5252 is not set 760 + # CONFIG_EEPROM_LEGACY is not set 761 CONFIG_SENSORS_PCF8574=m 762 # CONFIG_PCF8575 is not set 763 # CONFIG_SENSORS_PCA9539 is not set ··· 781 # 782 # SPI Protocol Masters 783 # 784 + # CONFIG_EEPROM_AT25 is not set 785 # CONFIG_SPI_SPIDEV is not set 786 # CONFIG_SPI_TLE62X0 is not set 787 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
+2 -2
arch/blackfin/configs/SRV1_defconfig
··· 798 # CONFIG_SENSORS_DS1337 is not set 799 # CONFIG_SENSORS_DS1374 is not set 800 # CONFIG_SENSORS_AD5252 is not set 801 - # CONFIG_SENSORS_EEPROM is not set 802 # CONFIG_SENSORS_PCF8574 is not set 803 # CONFIG_SENSORS_PCF8575 is not set 804 # CONFIG_SENSORS_PCA9543 is not set ··· 826 # 827 # SPI Protocol Masters 828 # 829 - CONFIG_SPI_AT25=m 830 # CONFIG_SPI_SPIDEV is not set 831 832 #
··· 798 # CONFIG_SENSORS_DS1337 is not set 799 # CONFIG_SENSORS_DS1374 is not set 800 # CONFIG_SENSORS_AD5252 is not set 801 + # CONFIG_EEPROM_LEGACY is not set 802 # CONFIG_SENSORS_PCF8574 is not set 803 # CONFIG_SENSORS_PCF8575 is not set 804 # CONFIG_SENSORS_PCA9543 is not set ··· 826 # 827 # SPI Protocol Masters 828 # 829 + CONFIG_EEPROM_AT25=m 830 # CONFIG_SPI_SPIDEV is not set 831 832 #
+1 -1
arch/blackfin/configs/TCM-BF537_defconfig
··· 533 # 534 # SPI Protocol Masters 535 # 536 - # CONFIG_SPI_AT25 is not set 537 # CONFIG_SPI_SPIDEV is not set 538 # CONFIG_SPI_TLE62X0 is not set 539 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
··· 533 # 534 # SPI Protocol Masters 535 # 536 + # CONFIG_EEPROM_AT25 is not set 537 # CONFIG_SPI_SPIDEV is not set 538 # CONFIG_SPI_TLE62X0 is not set 539 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
+1 -1
arch/ia64/configs/bigsur_defconfig
··· 752 # 753 # CONFIG_SENSORS_DS1337 is not set 754 # CONFIG_SENSORS_DS1374 is not set 755 - # CONFIG_SENSORS_EEPROM is not set 756 # CONFIG_SENSORS_PCF8574 is not set 757 # CONFIG_SENSORS_PCA9539 is not set 758 # CONFIG_SENSORS_PCF8591 is not set
··· 752 # 753 # CONFIG_SENSORS_DS1337 is not set 754 # CONFIG_SENSORS_DS1374 is not set 755 + # CONFIG_EEPROM_LEGACY is not set 756 # CONFIG_SENSORS_PCF8574 is not set 757 # CONFIG_SENSORS_PCA9539 is not set 758 # CONFIG_SENSORS_PCF8591 is not set
+1 -1
arch/ia64/configs/zx1_defconfig
··· 841 # 842 # CONFIG_SENSORS_DS1337 is not set 843 # CONFIG_SENSORS_DS1374 is not set 844 - # CONFIG_SENSORS_EEPROM is not set 845 # CONFIG_SENSORS_PCF8574 is not set 846 # CONFIG_SENSORS_PCA9539 is not set 847 # CONFIG_SENSORS_PCF8591 is not set
··· 841 # 842 # CONFIG_SENSORS_DS1337 is not set 843 # CONFIG_SENSORS_DS1374 is not set 844 + # CONFIG_EEPROM_LEGACY is not set 845 # CONFIG_SENSORS_PCF8574 is not set 846 # CONFIG_SENSORS_PCA9539 is not set 847 # CONFIG_SENSORS_PCF8591 is not set
+1 -1
arch/m32r/configs/m32104ut_defconfig
··· 621 # CONFIG_SENSORS_DS1337 is not set 622 # CONFIG_SENSORS_DS1374 is not set 623 # CONFIG_DS1682 is not set 624 - # CONFIG_SENSORS_EEPROM is not set 625 # CONFIG_SENSORS_PCF8574 is not set 626 # CONFIG_SENSORS_PCA9539 is not set 627 # CONFIG_SENSORS_PCF8591 is not set
··· 621 # CONFIG_SENSORS_DS1337 is not set 622 # CONFIG_SENSORS_DS1374 is not set 623 # CONFIG_DS1682 is not set 624 + # CONFIG_EEPROM_LEGACY is not set 625 # CONFIG_SENSORS_PCF8574 is not set 626 # CONFIG_SENSORS_PCA9539 is not set 627 # CONFIG_SENSORS_PCF8591 is not set
+1 -1
arch/mips/configs/bigsur_defconfig
··· 959 # Miscellaneous I2C Chip support 960 # 961 # CONFIG_DS1682 is not set 962 - CONFIG_SENSORS_EEPROM=y 963 CONFIG_SENSORS_PCF8574=y 964 # CONFIG_PCF8575 is not set 965 CONFIG_SENSORS_PCF8591=y
··· 959 # Miscellaneous I2C Chip support 960 # 961 # CONFIG_DS1682 is not set 962 + CONFIG_EEPROM_LEGACY=y 963 CONFIG_SENSORS_PCF8574=y 964 # CONFIG_PCF8575 is not set 965 CONFIG_SENSORS_PCF8591=y
+1 -1
arch/mips/configs/emma2rh_defconfig
··· 996 # 997 # CONFIG_SENSORS_DS1337 is not set 998 # CONFIG_SENSORS_DS1374 is not set 999 - # CONFIG_SENSORS_EEPROM is not set 1000 # CONFIG_SENSORS_PCF8574 is not set 1001 # CONFIG_SENSORS_PCA9539 is not set 1002 # CONFIG_SENSORS_PCF8591 is not set
··· 996 # 997 # CONFIG_SENSORS_DS1337 is not set 998 # CONFIG_SENSORS_DS1374 is not set 999 + # CONFIG_EEPROM_LEGACY is not set 1000 # CONFIG_SENSORS_PCF8574 is not set 1001 # CONFIG_SENSORS_PCA9539 is not set 1002 # CONFIG_SENSORS_PCF8591 is not set
+2 -2
arch/mips/configs/fulong_defconfig
··· 1006 # Miscellaneous I2C Chip support 1007 # 1008 # CONFIG_DS1682 is not set 1009 - # CONFIG_AT24 is not set 1010 - # CONFIG_SENSORS_EEPROM is not set 1011 # CONFIG_SENSORS_PCF8574 is not set 1012 # CONFIG_PCF8575 is not set 1013 # CONFIG_SENSORS_PCA9539 is not set
··· 1006 # Miscellaneous I2C Chip support 1007 # 1008 # CONFIG_DS1682 is not set 1009 + # CONFIG_EEPROM_AT24 is not set 1010 + # CONFIG_EEPROM_LEGACY is not set 1011 # CONFIG_SENSORS_PCF8574 is not set 1012 # CONFIG_PCF8575 is not set 1013 # CONFIG_SENSORS_PCA9539 is not set
+1 -1
arch/mips/configs/msp71xx_defconfig
··· 929 # 930 # CONFIG_SENSORS_DS1337 is not set 931 # CONFIG_SENSORS_DS1374 is not set 932 - # CONFIG_SENSORS_EEPROM is not set 933 # CONFIG_SENSORS_PCF8574 is not set 934 CONFIG_PMCTWILED=y 935 # CONFIG_SENSORS_PCA9539 is not set
··· 929 # 930 # CONFIG_SENSORS_DS1337 is not set 931 # CONFIG_SENSORS_DS1374 is not set 932 + # CONFIG_EEPROM_LEGACY is not set 933 # CONFIG_SENSORS_PCF8574 is not set 934 CONFIG_PMCTWILED=y 935 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/mips/configs/mtx1_defconfig
··· 1845 CONFIG_SENSORS_DS1337=m 1846 CONFIG_SENSORS_DS1374=m 1847 # CONFIG_DS1682 is not set 1848 - CONFIG_SENSORS_EEPROM=m 1849 CONFIG_SENSORS_PCF8574=m 1850 CONFIG_SENSORS_PCA9539=m 1851 CONFIG_SENSORS_PCF8591=m ··· 1872 # 1873 # SPI Protocol Masters 1874 # 1875 - # CONFIG_SPI_AT25 is not set 1876 # CONFIG_SPI_SPIDEV is not set 1877 # CONFIG_SPI_TLE62X0 is not set 1878 CONFIG_W1=m
··· 1845 CONFIG_SENSORS_DS1337=m 1846 CONFIG_SENSORS_DS1374=m 1847 # CONFIG_DS1682 is not set 1848 + CONFIG_EEPROM_LEGACY=m 1849 CONFIG_SENSORS_PCF8574=m 1850 CONFIG_SENSORS_PCA9539=m 1851 CONFIG_SENSORS_PCF8591=m ··· 1872 # 1873 # SPI Protocol Masters 1874 # 1875 + # CONFIG_EEPROM_AT25 is not set 1876 # CONFIG_SPI_SPIDEV is not set 1877 # CONFIG_SPI_TLE62X0 is not set 1878 CONFIG_W1=m
+2 -2
arch/mips/configs/pnx8335-stb225_defconfig
··· 640 # Miscellaneous I2C Chip support 641 # 642 # CONFIG_DS1682 is not set 643 - # CONFIG_AT24 is not set 644 - # CONFIG_SENSORS_EEPROM is not set 645 # CONFIG_SENSORS_PCF8574 is not set 646 # CONFIG_PCF8575 is not set 647 # CONFIG_SENSORS_PCA9539 is not set
··· 640 # Miscellaneous I2C Chip support 641 # 642 # CONFIG_DS1682 is not set 643 + # CONFIG_EEPROM_AT24 is not set 644 + # CONFIG_EEPROM_LEGACY is not set 645 # CONFIG_SENSORS_PCF8574 is not set 646 # CONFIG_PCF8575 is not set 647 # CONFIG_SENSORS_PCA9539 is not set
+1 -1
arch/mips/configs/rbtx49xx_defconfig
··· 522 # 523 # SPI Protocol Masters 524 # 525 - CONFIG_SPI_AT25=y 526 # CONFIG_SPI_TLE62X0 is not set 527 CONFIG_HAVE_GPIO_LIB=y 528
··· 522 # 523 # SPI Protocol Masters 524 # 525 + CONFIG_EEPROM_AT25=y 526 # CONFIG_SPI_TLE62X0 is not set 527 CONFIG_HAVE_GPIO_LIB=y 528
+2 -2
arch/powerpc/configs/44x/sam440ep_defconfig
··· 730 # Miscellaneous I2C Chip support 731 # 732 # CONFIG_DS1682 is not set 733 - # CONFIG_AT24 is not set 734 - # CONFIG_SENSORS_EEPROM is not set 735 # CONFIG_SENSORS_PCF8574 is not set 736 # CONFIG_PCF8575 is not set 737 # CONFIG_SENSORS_PCA9539 is not set
··· 730 # Miscellaneous I2C Chip support 731 # 732 # CONFIG_DS1682 is not set 733 + # CONFIG_EEPROM_AT24 is not set 734 + # CONFIG_EEPROM_LEGACY is not set 735 # CONFIG_SENSORS_PCF8574 is not set 736 # CONFIG_PCF8575 is not set 737 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/44x/warp_defconfig
··· 660 # Miscellaneous I2C Chip support 661 # 662 # CONFIG_DS1682 is not set 663 - # CONFIG_AT24 is not set 664 - CONFIG_SENSORS_EEPROM=y 665 # CONFIG_SENSORS_PCF8574 is not set 666 # CONFIG_PCF8575 is not set 667 # CONFIG_SENSORS_PCA9539 is not set
··· 660 # Miscellaneous I2C Chip support 661 # 662 # CONFIG_DS1682 is not set 663 + # CONFIG_EEPROM_AT24 is not set 664 + CONFIG_EEPROM_LEGACY=y 665 # CONFIG_SENSORS_PCF8574 is not set 666 # CONFIG_PCF8575 is not set 667 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/52xx/cm5200_defconfig
··· 629 # Miscellaneous I2C Chip support 630 # 631 # CONFIG_DS1682 is not set 632 - # CONFIG_AT24 is not set 633 - # CONFIG_SENSORS_EEPROM is not set 634 # CONFIG_SENSORS_PCF8574 is not set 635 # CONFIG_PCF8575 is not set 636 # CONFIG_SENSORS_PCA9539 is not set
··· 629 # Miscellaneous I2C Chip support 630 # 631 # CONFIG_DS1682 is not set 632 + # CONFIG_EEPROM_AT24 is not set 633 + # CONFIG_EEPROM_LEGACY is not set 634 # CONFIG_SENSORS_PCF8574 is not set 635 # CONFIG_PCF8575 is not set 636 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/52xx/lite5200b_defconfig
··· 762 # Miscellaneous I2C Chip support 763 # 764 # CONFIG_DS1682 is not set 765 - # CONFIG_AT24 is not set 766 - # CONFIG_SENSORS_EEPROM is not set 767 # CONFIG_SENSORS_PCF8574 is not set 768 # CONFIG_PCF8575 is not set 769 # CONFIG_SENSORS_PCA9539 is not set
··· 762 # Miscellaneous I2C Chip support 763 # 764 # CONFIG_DS1682 is not set 765 + # CONFIG_EEPROM_AT24 is not set 766 + # CONFIG_EEPROM_LEGACY is not set 767 # CONFIG_SENSORS_PCF8574 is not set 768 # CONFIG_PCF8575 is not set 769 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/52xx/motionpro_defconfig
··· 629 # Miscellaneous I2C Chip support 630 # 631 # CONFIG_DS1682 is not set 632 - # CONFIG_AT24 is not set 633 - CONFIG_SENSORS_EEPROM=y 634 # CONFIG_SENSORS_PCF8574 is not set 635 # CONFIG_PCF8575 is not set 636 # CONFIG_SENSORS_PCA9539 is not set
··· 629 # Miscellaneous I2C Chip support 630 # 631 # CONFIG_DS1682 is not set 632 + # CONFIG_EEPROM_AT24 is not set 633 + CONFIG_EEPROM_LEGACY=y 634 # CONFIG_SENSORS_PCF8574 is not set 635 # CONFIG_PCF8575 is not set 636 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/52xx/pcm030_defconfig
··· 740 # Miscellaneous I2C Chip support 741 # 742 # CONFIG_DS1682 is not set 743 - # CONFIG_AT24 is not set 744 - CONFIG_SENSORS_EEPROM=m 745 # CONFIG_SENSORS_PCF8574 is not set 746 # CONFIG_PCF8575 is not set 747 # CONFIG_SENSORS_PCA9539 is not set
··· 740 # Miscellaneous I2C Chip support 741 # 742 # CONFIG_DS1682 is not set 743 + # CONFIG_EEPROM_AT24 is not set 744 + CONFIG_EEPROM_LEGACY=m 745 # CONFIG_SENSORS_PCF8574 is not set 746 # CONFIG_PCF8575 is not set 747 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/52xx/tqm5200_defconfig
··· 645 # Miscellaneous I2C Chip support 646 # 647 # CONFIG_DS1682 is not set 648 - # CONFIG_AT24 is not set 649 - # CONFIG_SENSORS_EEPROM is not set 650 # CONFIG_SENSORS_PCF8574 is not set 651 # CONFIG_PCF8575 is not set 652 # CONFIG_SENSORS_PCA9539 is not set
··· 645 # Miscellaneous I2C Chip support 646 # 647 # CONFIG_DS1682 is not set 648 + # CONFIG_EEPROM_AT24 is not set 649 + # CONFIG_EEPROM_LEGACY is not set 650 # CONFIG_SENSORS_PCF8574 is not set 651 # CONFIG_PCF8575 is not set 652 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/83xx/asp8347_defconfig
··· 732 # Miscellaneous I2C Chip support 733 # 734 # CONFIG_DS1682 is not set 735 - # CONFIG_AT24 is not set 736 - # CONFIG_SENSORS_EEPROM is not set 737 # CONFIG_SENSORS_PCF8574 is not set 738 # CONFIG_PCF8575 is not set 739 # CONFIG_SENSORS_PCA9539 is not set
··· 732 # Miscellaneous I2C Chip support 733 # 734 # CONFIG_DS1682 is not set 735 + # CONFIG_EEPROM_AT24 is not set 736 + # CONFIG_EEPROM_LEGACY is not set 737 # CONFIG_SENSORS_PCF8574 is not set 738 # CONFIG_PCF8575 is not set 739 # CONFIG_SENSORS_PCA9539 is not set
+3 -3
arch/powerpc/configs/83xx/mpc8313_rdb_defconfig
··· 858 # Miscellaneous I2C Chip support 859 # 860 # CONFIG_DS1682 is not set 861 - # CONFIG_AT24 is not set 862 - # CONFIG_SENSORS_EEPROM is not set 863 # CONFIG_SENSORS_PCF8574 is not set 864 # CONFIG_PCF8575 is not set 865 # CONFIG_SENSORS_PCA9539 is not set ··· 884 # 885 # SPI Protocol Masters 886 # 887 - # CONFIG_SPI_AT25 is not set 888 # CONFIG_SPI_SPIDEV is not set 889 # CONFIG_SPI_TLE62X0 is not set 890 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
··· 858 # Miscellaneous I2C Chip support 859 # 860 # CONFIG_DS1682 is not set 861 + # CONFIG_EEPROM_AT24 is not set 862 + # CONFIG_EEPROM_LEGACY is not set 863 # CONFIG_SENSORS_PCF8574 is not set 864 # CONFIG_PCF8575 is not set 865 # CONFIG_SENSORS_PCA9539 is not set ··· 884 # 885 # SPI Protocol Masters 886 # 887 + # CONFIG_EEPROM_AT25 is not set 888 # CONFIG_SPI_SPIDEV is not set 889 # CONFIG_SPI_TLE62X0 is not set 890 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
+3 -3
arch/powerpc/configs/83xx/mpc8315_rdb_defconfig
··· 919 # Miscellaneous I2C Chip support 920 # 921 # CONFIG_DS1682 is not set 922 - # CONFIG_AT24 is not set 923 - # CONFIG_SENSORS_EEPROM is not set 924 # CONFIG_SENSORS_PCF8574 is not set 925 # CONFIG_PCF8575 is not set 926 # CONFIG_SENSORS_PCA9539 is not set ··· 945 # 946 # SPI Protocol Masters 947 # 948 - # CONFIG_SPI_AT25 is not set 949 # CONFIG_SPI_SPIDEV is not set 950 # CONFIG_SPI_TLE62X0 is not set 951 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
··· 919 # Miscellaneous I2C Chip support 920 # 921 # CONFIG_DS1682 is not set 922 + # CONFIG_EEPROM_AT24 is not set 923 + # CONFIG_EEPROM_LEGACY is not set 924 # CONFIG_SENSORS_PCF8574 is not set 925 # CONFIG_PCF8575 is not set 926 # CONFIG_SENSORS_PCA9539 is not set ··· 945 # 946 # SPI Protocol Masters 947 # 948 + # CONFIG_EEPROM_AT25 is not set 949 # CONFIG_SPI_SPIDEV is not set 950 # CONFIG_SPI_TLE62X0 is not set 951 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
+2 -2
arch/powerpc/configs/83xx/mpc832x_mds_defconfig
··· 730 # Miscellaneous I2C Chip support 731 # 732 # CONFIG_DS1682 is not set 733 - # CONFIG_AT24 is not set 734 - # CONFIG_SENSORS_EEPROM is not set 735 # CONFIG_SENSORS_PCF8574 is not set 736 # CONFIG_PCF8575 is not set 737 # CONFIG_SENSORS_PCA9539 is not set
··· 730 # Miscellaneous I2C Chip support 731 # 732 # CONFIG_DS1682 is not set 733 + # CONFIG_EEPROM_AT24 is not set 734 + # CONFIG_EEPROM_LEGACY is not set 735 # CONFIG_SENSORS_PCF8574 is not set 736 # CONFIG_PCF8575 is not set 737 # CONFIG_SENSORS_PCA9539 is not set
+3 -3
arch/powerpc/configs/83xx/mpc832x_rdb_defconfig
··· 745 # Miscellaneous I2C Chip support 746 # 747 # CONFIG_DS1682 is not set 748 - # CONFIG_AT24 is not set 749 - # CONFIG_SENSORS_EEPROM is not set 750 # CONFIG_SENSORS_PCF8574 is not set 751 # CONFIG_PCF8575 is not set 752 # CONFIG_SENSORS_PCA9539 is not set ··· 770 # 771 # SPI Protocol Masters 772 # 773 - # CONFIG_SPI_AT25 is not set 774 # CONFIG_SPI_SPIDEV is not set 775 # CONFIG_SPI_TLE62X0 is not set 776 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
··· 745 # Miscellaneous I2C Chip support 746 # 747 # CONFIG_DS1682 is not set 748 + # CONFIG_EEPROM_AT24 is not set 749 + # CONFIG_EEPROM_LEGACY is not set 750 # CONFIG_SENSORS_PCF8574 is not set 751 # CONFIG_PCF8575 is not set 752 # CONFIG_SENSORS_PCA9539 is not set ··· 770 # 771 # SPI Protocol Masters 772 # 773 + # CONFIG_EEPROM_AT25 is not set 774 # CONFIG_SPI_SPIDEV is not set 775 # CONFIG_SPI_TLE62X0 is not set 776 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
+3 -3
arch/powerpc/configs/83xx/mpc834x_itx_defconfig
··· 898 # Miscellaneous I2C Chip support 899 # 900 # CONFIG_DS1682 is not set 901 - # CONFIG_AT24 is not set 902 - # CONFIG_SENSORS_EEPROM is not set 903 CONFIG_SENSORS_PCF8574=y 904 # CONFIG_PCF8575 is not set 905 # CONFIG_SENSORS_PCA9539 is not set ··· 923 # 924 # SPI Protocol Masters 925 # 926 - # CONFIG_SPI_AT25 is not set 927 # CONFIG_SPI_SPIDEV is not set 928 # CONFIG_SPI_TLE62X0 is not set 929 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
··· 898 # Miscellaneous I2C Chip support 899 # 900 # CONFIG_DS1682 is not set 901 + # CONFIG_EEPROM_AT24 is not set 902 + # CONFIG_EEPROM_LEGACY is not set 903 CONFIG_SENSORS_PCF8574=y 904 # CONFIG_PCF8575 is not set 905 # CONFIG_SENSORS_PCA9539 is not set ··· 923 # 924 # SPI Protocol Masters 925 # 926 + # CONFIG_EEPROM_AT25 is not set 927 # CONFIG_SPI_SPIDEV is not set 928 # CONFIG_SPI_TLE62X0 is not set 929 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
+3 -3
arch/powerpc/configs/83xx/mpc834x_itxgp_defconfig
··· 778 # Miscellaneous I2C Chip support 779 # 780 # CONFIG_DS1682 is not set 781 - # CONFIG_AT24 is not set 782 - # CONFIG_SENSORS_EEPROM is not set 783 CONFIG_SENSORS_PCF8574=y 784 # CONFIG_PCF8575 is not set 785 # CONFIG_SENSORS_PCA9539 is not set ··· 803 # 804 # SPI Protocol Masters 805 # 806 - # CONFIG_SPI_AT25 is not set 807 # CONFIG_SPI_SPIDEV is not set 808 # CONFIG_SPI_TLE62X0 is not set 809 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
··· 778 # Miscellaneous I2C Chip support 779 # 780 # CONFIG_DS1682 is not set 781 + # CONFIG_EEPROM_AT24 is not set 782 + # CONFIG_EEPROM_LEGACY is not set 783 CONFIG_SENSORS_PCF8574=y 784 # CONFIG_PCF8575 is not set 785 # CONFIG_SENSORS_PCA9539 is not set ··· 803 # 804 # SPI Protocol Masters 805 # 806 + # CONFIG_EEPROM_AT25 is not set 807 # CONFIG_SPI_SPIDEV is not set 808 # CONFIG_SPI_TLE62X0 is not set 809 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
+2 -2
arch/powerpc/configs/83xx/mpc834x_mds_defconfig
··· 673 # Miscellaneous I2C Chip support 674 # 675 # CONFIG_DS1682 is not set 676 - # CONFIG_AT24 is not set 677 - # CONFIG_SENSORS_EEPROM is not set 678 # CONFIG_SENSORS_PCF8574 is not set 679 # CONFIG_PCF8575 is not set 680 # CONFIG_SENSORS_PCA9539 is not set
··· 673 # Miscellaneous I2C Chip support 674 # 675 # CONFIG_DS1682 is not set 676 + # CONFIG_EEPROM_AT24 is not set 677 + # CONFIG_EEPROM_LEGACY is not set 678 # CONFIG_SENSORS_PCF8574 is not set 679 # CONFIG_PCF8575 is not set 680 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/83xx/mpc836x_mds_defconfig
··· 805 # Miscellaneous I2C Chip support 806 # 807 # CONFIG_DS1682 is not set 808 - # CONFIG_AT24 is not set 809 - # CONFIG_SENSORS_EEPROM is not set 810 # CONFIG_SENSORS_PCF8574 is not set 811 # CONFIG_PCF8575 is not set 812 # CONFIG_SENSORS_PCA9539 is not set
··· 805 # Miscellaneous I2C Chip support 806 # 807 # CONFIG_DS1682 is not set 808 + # CONFIG_EEPROM_AT24 is not set 809 + # CONFIG_EEPROM_LEGACY is not set 810 # CONFIG_SENSORS_PCF8574 is not set 811 # CONFIG_PCF8575 is not set 812 # CONFIG_SENSORS_PCA9539 is not set
+3 -3
arch/powerpc/configs/83xx/mpc836x_rdk_defconfig
··· 723 # Miscellaneous I2C Chip support 724 # 725 # CONFIG_DS1682 is not set 726 - # CONFIG_AT24 is not set 727 - # CONFIG_SENSORS_EEPROM is not set 728 # CONFIG_SENSORS_PCF8574 is not set 729 # CONFIG_PCF8575 is not set 730 # CONFIG_SENSORS_PCA9539 is not set ··· 749 # 750 # SPI Protocol Masters 751 # 752 - # CONFIG_SPI_AT25 is not set 753 CONFIG_SPI_SPIDEV=y 754 # CONFIG_SPI_TLE62X0 is not set 755 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
··· 723 # Miscellaneous I2C Chip support 724 # 725 # CONFIG_DS1682 is not set 726 + # CONFIG_EEPROM_AT24 is not set 727 + # CONFIG_EEPROM_LEGACY is not set 728 # CONFIG_SENSORS_PCF8574 is not set 729 # CONFIG_PCF8575 is not set 730 # CONFIG_SENSORS_PCA9539 is not set ··· 749 # 750 # SPI Protocol Masters 751 # 752 + # CONFIG_EEPROM_AT25 is not set 753 CONFIG_SPI_SPIDEV=y 754 # CONFIG_SPI_TLE62X0 is not set 755 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
+2 -2
arch/powerpc/configs/83xx/mpc837x_mds_defconfig
··· 787 # Miscellaneous I2C Chip support 788 # 789 # CONFIG_DS1682 is not set 790 - # CONFIG_AT24 is not set 791 - # CONFIG_SENSORS_EEPROM is not set 792 # CONFIG_SENSORS_PCF8574 is not set 793 # CONFIG_PCF8575 is not set 794 # CONFIG_SENSORS_PCA9539 is not set
··· 787 # Miscellaneous I2C Chip support 788 # 789 # CONFIG_DS1682 is not set 790 + # CONFIG_EEPROM_AT24 is not set 791 + # CONFIG_EEPROM_LEGACY is not set 792 # CONFIG_SENSORS_PCF8574 is not set 793 # CONFIG_PCF8575 is not set 794 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/83xx/mpc837x_rdb_defconfig
··· 789 # Miscellaneous I2C Chip support 790 # 791 # CONFIG_DS1682 is not set 792 - # CONFIG_AT24 is not set 793 - # CONFIG_SENSORS_EEPROM is not set 794 # CONFIG_SENSORS_PCF8574 is not set 795 # CONFIG_PCF8575 is not set 796 # CONFIG_SENSORS_PCA9539 is not set
··· 789 # Miscellaneous I2C Chip support 790 # 791 # CONFIG_DS1682 is not set 792 + # CONFIG_EEPROM_AT24 is not set 793 + # CONFIG_EEPROM_LEGACY is not set 794 # CONFIG_SENSORS_PCF8574 is not set 795 # CONFIG_PCF8575 is not set 796 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/83xx/sbc834x_defconfig
··· 640 # Miscellaneous I2C Chip support 641 # 642 # CONFIG_DS1682 is not set 643 - # CONFIG_AT24 is not set 644 - # CONFIG_SENSORS_EEPROM is not set 645 # CONFIG_SENSORS_PCF8574 is not set 646 # CONFIG_PCF8575 is not set 647 # CONFIG_SENSORS_PCA9539 is not set
··· 640 # Miscellaneous I2C Chip support 641 # 642 # CONFIG_DS1682 is not set 643 + # CONFIG_EEPROM_AT24 is not set 644 + # CONFIG_EEPROM_LEGACY is not set 645 # CONFIG_SENSORS_PCF8574 is not set 646 # CONFIG_PCF8575 is not set 647 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/85xx/mpc8536_ds_defconfig
··· 849 # Miscellaneous I2C Chip support 850 # 851 # CONFIG_DS1682 is not set 852 - # CONFIG_AT24 is not set 853 - CONFIG_SENSORS_EEPROM=y 854 # CONFIG_SENSORS_PCF8574 is not set 855 # CONFIG_PCF8575 is not set 856 # CONFIG_SENSORS_PCA9539 is not set
··· 849 # Miscellaneous I2C Chip support 850 # 851 # CONFIG_DS1682 is not set 852 + # CONFIG_EEPROM_AT24 is not set 853 + CONFIG_EEPROM_LEGACY=y 854 # CONFIG_SENSORS_PCF8574 is not set 855 # CONFIG_PCF8575 is not set 856 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/85xx/mpc8544_ds_defconfig
··· 848 # Miscellaneous I2C Chip support 849 # 850 # CONFIG_DS1682 is not set 851 - # CONFIG_AT24 is not set 852 - CONFIG_SENSORS_EEPROM=y 853 # CONFIG_SENSORS_PCF8574 is not set 854 # CONFIG_PCF8575 is not set 855 # CONFIG_SENSORS_PCA9539 is not set
··· 848 # Miscellaneous I2C Chip support 849 # 850 # CONFIG_DS1682 is not set 851 + # CONFIG_EEPROM_AT24 is not set 852 + CONFIG_EEPROM_LEGACY=y 853 # CONFIG_SENSORS_PCF8574 is not set 854 # CONFIG_PCF8575 is not set 855 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/85xx/mpc8568mds_defconfig
··· 723 # Miscellaneous I2C Chip support 724 # 725 # CONFIG_DS1682 is not set 726 - # CONFIG_AT24 is not set 727 - # CONFIG_SENSORS_EEPROM is not set 728 # CONFIG_SENSORS_PCF8574 is not set 729 # CONFIG_PCF8575 is not set 730 # CONFIG_SENSORS_PCA9539 is not set
··· 723 # Miscellaneous I2C Chip support 724 # 725 # CONFIG_DS1682 is not set 726 + # CONFIG_EEPROM_AT24 is not set 727 + # CONFIG_EEPROM_LEGACY is not set 728 # CONFIG_SENSORS_PCF8574 is not set 729 # CONFIG_PCF8575 is not set 730 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/85xx/mpc8572_ds_defconfig
··· 861 # Miscellaneous I2C Chip support 862 # 863 # CONFIG_DS1682 is not set 864 - # CONFIG_AT24 is not set 865 - CONFIG_SENSORS_EEPROM=y 866 # CONFIG_SENSORS_PCF8574 is not set 867 # CONFIG_PCF8575 is not set 868 # CONFIG_SENSORS_PCA9539 is not set
··· 861 # Miscellaneous I2C Chip support 862 # 863 # CONFIG_DS1682 is not set 864 + # CONFIG_EEPROM_AT24 is not set 865 + CONFIG_EEPROM_LEGACY=y 866 # CONFIG_SENSORS_PCF8574 is not set 867 # CONFIG_PCF8575 is not set 868 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/85xx/stx_gp3_defconfig
··· 877 # Miscellaneous I2C Chip support 878 # 879 # CONFIG_DS1682 is not set 880 - # CONFIG_AT24 is not set 881 - # CONFIG_SENSORS_EEPROM is not set 882 # CONFIG_SENSORS_PCF8574 is not set 883 # CONFIG_PCF8575 is not set 884 # CONFIG_SENSORS_PCA9539 is not set
··· 877 # Miscellaneous I2C Chip support 878 # 879 # CONFIG_DS1682 is not set 880 + # CONFIG_EEPROM_AT24 is not set 881 + # CONFIG_EEPROM_LEGACY is not set 882 # CONFIG_SENSORS_PCF8574 is not set 883 # CONFIG_PCF8575 is not set 884 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/85xx/tqm8540_defconfig
··· 787 # Miscellaneous I2C Chip support 788 # 789 # CONFIG_DS1682 is not set 790 - # CONFIG_AT24 is not set 791 - # CONFIG_SENSORS_EEPROM is not set 792 # CONFIG_SENSORS_PCF8574 is not set 793 # CONFIG_PCF8575 is not set 794 # CONFIG_SENSORS_PCA9539 is not set
··· 787 # Miscellaneous I2C Chip support 788 # 789 # CONFIG_DS1682 is not set 790 + # CONFIG_EEPROM_AT24 is not set 791 + # CONFIG_EEPROM_LEGACY is not set 792 # CONFIG_SENSORS_PCF8574 is not set 793 # CONFIG_PCF8575 is not set 794 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/85xx/tqm8541_defconfig
··· 796 # Miscellaneous I2C Chip support 797 # 798 # CONFIG_DS1682 is not set 799 - # CONFIG_AT24 is not set 800 - # CONFIG_SENSORS_EEPROM is not set 801 # CONFIG_SENSORS_PCF8574 is not set 802 # CONFIG_PCF8575 is not set 803 # CONFIG_SENSORS_PCA9539 is not set
··· 796 # Miscellaneous I2C Chip support 797 # 798 # CONFIG_DS1682 is not set 799 + # CONFIG_EEPROM_AT24 is not set 800 + # CONFIG_EEPROM_LEGACY is not set 801 # CONFIG_SENSORS_PCF8574 is not set 802 # CONFIG_PCF8575 is not set 803 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/85xx/tqm8548_defconfig
··· 806 # Miscellaneous I2C Chip support 807 # 808 # CONFIG_DS1682 is not set 809 - # CONFIG_AT24 is not set 810 - # CONFIG_SENSORS_EEPROM is not set 811 # CONFIG_SENSORS_PCF8574 is not set 812 # CONFIG_PCF8575 is not set 813 # CONFIG_SENSORS_PCA9539 is not set
··· 806 # Miscellaneous I2C Chip support 807 # 808 # CONFIG_DS1682 is not set 809 + # CONFIG_EEPROM_AT24 is not set 810 + # CONFIG_EEPROM_LEGACY is not set 811 # CONFIG_SENSORS_PCF8574 is not set 812 # CONFIG_PCF8575 is not set 813 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/85xx/tqm8555_defconfig
··· 796 # Miscellaneous I2C Chip support 797 # 798 # CONFIG_DS1682 is not set 799 - # CONFIG_AT24 is not set 800 - # CONFIG_SENSORS_EEPROM is not set 801 # CONFIG_SENSORS_PCF8574 is not set 802 # CONFIG_PCF8575 is not set 803 # CONFIG_SENSORS_PCA9539 is not set
··· 796 # Miscellaneous I2C Chip support 797 # 798 # CONFIG_DS1682 is not set 799 + # CONFIG_EEPROM_AT24 is not set 800 + # CONFIG_EEPROM_LEGACY is not set 801 # CONFIG_SENSORS_PCF8574 is not set 802 # CONFIG_PCF8575 is not set 803 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/85xx/tqm8560_defconfig
··· 796 # Miscellaneous I2C Chip support 797 # 798 # CONFIG_DS1682 is not set 799 - # CONFIG_AT24 is not set 800 - # CONFIG_SENSORS_EEPROM is not set 801 # CONFIG_SENSORS_PCF8574 is not set 802 # CONFIG_PCF8575 is not set 803 # CONFIG_SENSORS_PCA9539 is not set
··· 796 # Miscellaneous I2C Chip support 797 # 798 # CONFIG_DS1682 is not set 799 + # CONFIG_EEPROM_AT24 is not set 800 + # CONFIG_EEPROM_LEGACY is not set 801 # CONFIG_SENSORS_PCF8574 is not set 802 # CONFIG_PCF8575 is not set 803 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/86xx/gef_sbc610_defconfig
··· 1081 # Miscellaneous I2C Chip support 1082 # 1083 CONFIG_DS1682=y 1084 - # CONFIG_AT24 is not set 1085 - # CONFIG_SENSORS_EEPROM is not set 1086 # CONFIG_SENSORS_PCF8574 is not set 1087 # CONFIG_PCF8575 is not set 1088 # CONFIG_SENSORS_PCA9539 is not set
··· 1081 # Miscellaneous I2C Chip support 1082 # 1083 CONFIG_DS1682=y 1084 + # CONFIG_EEPROM_AT24 is not set 1085 + # CONFIG_EEPROM_LEGACY is not set 1086 # CONFIG_SENSORS_PCF8574 is not set 1087 # CONFIG_PCF8575 is not set 1088 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/86xx/mpc8610_hpcd_defconfig
··· 905 # Miscellaneous I2C Chip support 906 # 907 # CONFIG_DS1682 is not set 908 - # CONFIG_AT24 is not set 909 - # CONFIG_SENSORS_EEPROM is not set 910 # CONFIG_SENSORS_PCF8574 is not set 911 # CONFIG_PCF8575 is not set 912 # CONFIG_SENSORS_PCA9539 is not set
··· 905 # Miscellaneous I2C Chip support 906 # 907 # CONFIG_DS1682 is not set 908 + # CONFIG_EEPROM_AT24 is not set 909 + # CONFIG_EEPROM_LEGACY is not set 910 # CONFIG_SENSORS_PCF8574 is not set 911 # CONFIG_PCF8575 is not set 912 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/86xx/mpc8641_hpcn_defconfig
··· 851 # Miscellaneous I2C Chip support 852 # 853 # CONFIG_DS1682 is not set 854 - # CONFIG_AT24 is not set 855 - CONFIG_SENSORS_EEPROM=y 856 # CONFIG_SENSORS_PCF8574 is not set 857 # CONFIG_PCF8575 is not set 858 # CONFIG_SENSORS_PCA9539 is not set
··· 851 # Miscellaneous I2C Chip support 852 # 853 # CONFIG_DS1682 is not set 854 + # CONFIG_EEPROM_AT24 is not set 855 + CONFIG_EEPROM_LEGACY=y 856 # CONFIG_SENSORS_PCF8574 is not set 857 # CONFIG_PCF8575 is not set 858 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/86xx/sbc8641d_defconfig
··· 958 # Miscellaneous I2C Chip support 959 # 960 # CONFIG_DS1682 is not set 961 - # CONFIG_AT24 is not set 962 - # CONFIG_SENSORS_EEPROM is not set 963 # CONFIG_SENSORS_PCF8574 is not set 964 # CONFIG_PCF8575 is not set 965 # CONFIG_SENSORS_PCA9539 is not set
··· 958 # Miscellaneous I2C Chip support 959 # 960 # CONFIG_DS1682 is not set 961 + # CONFIG_EEPROM_AT24 is not set 962 + # CONFIG_EEPROM_LEGACY is not set 963 # CONFIG_SENSORS_PCF8574 is not set 964 # CONFIG_PCF8575 is not set 965 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/c2k_defconfig
··· 1124 # Miscellaneous I2C Chip support 1125 # 1126 # CONFIG_DS1682 is not set 1127 - # CONFIG_AT24 is not set 1128 - CONFIG_SENSORS_EEPROM=m 1129 CONFIG_SENSORS_PCF8574=m 1130 # CONFIG_PCF8575 is not set 1131 # CONFIG_SENSORS_PCA9539 is not set
··· 1124 # Miscellaneous I2C Chip support 1125 # 1126 # CONFIG_DS1682 is not set 1127 + # CONFIG_EEPROM_AT24 is not set 1128 + CONFIG_EEPROM_LEGACY=m 1129 CONFIG_SENSORS_PCF8574=m 1130 # CONFIG_PCF8575 is not set 1131 # CONFIG_SENSORS_PCA9539 is not set
+1 -1
arch/powerpc/configs/cell_defconfig
··· 1012 # Miscellaneous I2C Chip support 1013 # 1014 # CONFIG_DS1682 is not set 1015 - # CONFIG_SENSORS_EEPROM is not set 1016 # CONFIG_SENSORS_PCF8574 is not set 1017 # CONFIG_PCF8575 is not set 1018 # CONFIG_SENSORS_PCF8591 is not set
··· 1012 # Miscellaneous I2C Chip support 1013 # 1014 # CONFIG_DS1682 is not set 1015 + # CONFIG_EEPROM_LEGACY is not set 1016 # CONFIG_SENSORS_PCF8574 is not set 1017 # CONFIG_PCF8575 is not set 1018 # CONFIG_SENSORS_PCF8591 is not set
+1 -1
arch/powerpc/configs/celleb_defconfig
··· 834 # Miscellaneous I2C Chip support 835 # 836 # CONFIG_DS1682 is not set 837 - # CONFIG_SENSORS_EEPROM is not set 838 # CONFIG_SENSORS_PCF8574 is not set 839 # CONFIG_PCF8575 is not set 840 # CONFIG_SENSORS_PCF8591 is not set
··· 834 # Miscellaneous I2C Chip support 835 # 836 # CONFIG_DS1682 is not set 837 + # CONFIG_EEPROM_LEGACY is not set 838 # CONFIG_SENSORS_PCF8574 is not set 839 # CONFIG_PCF8575 is not set 840 # CONFIG_SENSORS_PCF8591 is not set
+2 -2
arch/powerpc/configs/chrp32_defconfig
··· 941 # Miscellaneous I2C Chip support 942 # 943 # CONFIG_DS1682 is not set 944 - # CONFIG_AT24 is not set 945 - # CONFIG_SENSORS_EEPROM is not set 946 # CONFIG_SENSORS_PCF8574 is not set 947 # CONFIG_PCF8575 is not set 948 # CONFIG_SENSORS_PCA9539 is not set
··· 941 # Miscellaneous I2C Chip support 942 # 943 # CONFIG_DS1682 is not set 944 + # CONFIG_EEPROM_AT24 is not set 945 + # CONFIG_EEPROM_LEGACY is not set 946 # CONFIG_SENSORS_PCF8574 is not set 947 # CONFIG_PCF8575 is not set 948 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/g5_defconfig
··· 994 # Miscellaneous I2C Chip support 995 # 996 # CONFIG_DS1682 is not set 997 - # CONFIG_AT24 is not set 998 - # CONFIG_SENSORS_EEPROM is not set 999 # CONFIG_SENSORS_PCF8574 is not set 1000 # CONFIG_PCF8575 is not set 1001 # CONFIG_SENSORS_PCA9539 is not set
··· 994 # Miscellaneous I2C Chip support 995 # 996 # CONFIG_DS1682 is not set 997 + # CONFIG_EEPROM_AT24 is not set 998 + # CONFIG_EEPROM_LEGACY is not set 999 # CONFIG_SENSORS_PCF8574 is not set 1000 # CONFIG_PCF8575 is not set 1001 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/linkstation_defconfig
··· 1015 # Miscellaneous I2C Chip support 1016 # 1017 # CONFIG_DS1682 is not set 1018 - # CONFIG_AT24 is not set 1019 - CONFIG_SENSORS_EEPROM=m 1020 # CONFIG_SENSORS_PCF8574 is not set 1021 # CONFIG_PCF8575 is not set 1022 # CONFIG_SENSORS_PCA9539 is not set
··· 1015 # Miscellaneous I2C Chip support 1016 # 1017 # CONFIG_DS1682 is not set 1018 + # CONFIG_EEPROM_AT24 is not set 1019 + CONFIG_EEPROM_LEGACY=m 1020 # CONFIG_SENSORS_PCF8574 is not set 1021 # CONFIG_PCF8575 is not set 1022 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/maple_defconfig
··· 866 # Miscellaneous I2C Chip support 867 # 868 # CONFIG_DS1682 is not set 869 - # CONFIG_AT24 is not set 870 - # CONFIG_SENSORS_EEPROM is not set 871 # CONFIG_SENSORS_PCF8574 is not set 872 # CONFIG_PCF8575 is not set 873 # CONFIG_SENSORS_PCA9539 is not set
··· 866 # Miscellaneous I2C Chip support 867 # 868 # CONFIG_DS1682 is not set 869 + # CONFIG_EEPROM_AT24 is not set 870 + # CONFIG_EEPROM_LEGACY is not set 871 # CONFIG_SENSORS_PCF8574 is not set 872 # CONFIG_PCF8575 is not set 873 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/mpc5200_defconfig
··· 844 # Miscellaneous I2C Chip support 845 # 846 # CONFIG_DS1682 is not set 847 - # CONFIG_AT24 is not set 848 - # CONFIG_SENSORS_EEPROM is not set 849 # CONFIG_SENSORS_PCF8574 is not set 850 # CONFIG_PCF8575 is not set 851 # CONFIG_SENSORS_PCA9539 is not set
··· 844 # Miscellaneous I2C Chip support 845 # 846 # CONFIG_DS1682 is not set 847 + # CONFIG_EEPROM_AT24 is not set 848 + # CONFIG_EEPROM_LEGACY is not set 849 # CONFIG_SENSORS_PCF8574 is not set 850 # CONFIG_PCF8575 is not set 851 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/mpc83xx_defconfig
··· 902 # Miscellaneous I2C Chip support 903 # 904 # CONFIG_DS1682 is not set 905 - # CONFIG_AT24 is not set 906 - # CONFIG_SENSORS_EEPROM is not set 907 # CONFIG_SENSORS_PCF8574 is not set 908 # CONFIG_PCF8575 is not set 909 # CONFIG_SENSORS_PCA9539 is not set
··· 902 # Miscellaneous I2C Chip support 903 # 904 # CONFIG_DS1682 is not set 905 + # CONFIG_EEPROM_AT24 is not set 906 + # CONFIG_EEPROM_LEGACY is not set 907 # CONFIG_SENSORS_PCF8574 is not set 908 # CONFIG_PCF8575 is not set 909 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/mpc85xx_defconfig
··· 860 # Miscellaneous I2C Chip support 861 # 862 # CONFIG_DS1682 is not set 863 - # CONFIG_AT24 is not set 864 - CONFIG_SENSORS_EEPROM=y 865 # CONFIG_SENSORS_PCF8574 is not set 866 # CONFIG_PCF8575 is not set 867 # CONFIG_SENSORS_PCA9539 is not set
··· 860 # Miscellaneous I2C Chip support 861 # 862 # CONFIG_DS1682 is not set 863 + # CONFIG_EEPROM_AT24 is not set 864 + CONFIG_EEPROM_LEGACY=y 865 # CONFIG_SENSORS_PCF8574 is not set 866 # CONFIG_PCF8575 is not set 867 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/mpc86xx_defconfig
··· 852 # Miscellaneous I2C Chip support 853 # 854 # CONFIG_DS1682 is not set 855 - # CONFIG_AT24 is not set 856 - CONFIG_SENSORS_EEPROM=y 857 # CONFIG_SENSORS_PCF8574 is not set 858 # CONFIG_PCF8575 is not set 859 # CONFIG_SENSORS_PCA9539 is not set
··· 852 # Miscellaneous I2C Chip support 853 # 854 # CONFIG_DS1682 is not set 855 + # CONFIG_EEPROM_AT24 is not set 856 + CONFIG_EEPROM_LEGACY=y 857 # CONFIG_SENSORS_PCF8574 is not set 858 # CONFIG_PCF8575 is not set 859 # CONFIG_SENSORS_PCA9539 is not set
+1 -1
arch/powerpc/configs/pasemi_defconfig
··· 984 # Miscellaneous I2C Chip support 985 # 986 # CONFIG_DS1682 is not set 987 - CONFIG_SENSORS_EEPROM=y 988 # CONFIG_SENSORS_PCF8574 is not set 989 # CONFIG_PCF8575 is not set 990 # CONFIG_SENSORS_PCF8591 is not set
··· 984 # Miscellaneous I2C Chip support 985 # 986 # CONFIG_DS1682 is not set 987 + CONFIG_EEPROM_LEGACY=y 988 # CONFIG_SENSORS_PCF8574 is not set 989 # CONFIG_PCF8575 is not set 990 # CONFIG_SENSORS_PCF8591 is not set
+2 -2
arch/powerpc/configs/pmac32_defconfig
··· 1232 # Miscellaneous I2C Chip support 1233 # 1234 # CONFIG_DS1682 is not set 1235 - # CONFIG_AT24 is not set 1236 - # CONFIG_SENSORS_EEPROM is not set 1237 # CONFIG_SENSORS_PCF8574 is not set 1238 # CONFIG_PCF8575 is not set 1239 # CONFIG_SENSORS_PCA9539 is not set
··· 1232 # Miscellaneous I2C Chip support 1233 # 1234 # CONFIG_DS1682 is not set 1235 + # CONFIG_EEPROM_AT24 is not set 1236 + # CONFIG_EEPROM_LEGACY is not set 1237 # CONFIG_SENSORS_PCF8574 is not set 1238 # CONFIG_PCF8575 is not set 1239 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/ppc40x_defconfig
··· 745 # Miscellaneous I2C Chip support 746 # 747 # CONFIG_DS1682 is not set 748 - # CONFIG_AT24 is not set 749 - # CONFIG_SENSORS_EEPROM is not set 750 # CONFIG_SENSORS_PCF8574 is not set 751 # CONFIG_PCF8575 is not set 752 # CONFIG_SENSORS_PCA9539 is not set
··· 745 # Miscellaneous I2C Chip support 746 # 747 # CONFIG_DS1682 is not set 748 + # CONFIG_EEPROM_AT24 is not set 749 + # CONFIG_EEPROM_LEGACY is not set 750 # CONFIG_SENSORS_PCF8574 is not set 751 # CONFIG_PCF8575 is not set 752 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/ppc44x_defconfig
··· 794 # Miscellaneous I2C Chip support 795 # 796 # CONFIG_DS1682 is not set 797 - # CONFIG_AT24 is not set 798 - # CONFIG_SENSORS_EEPROM is not set 799 # CONFIG_SENSORS_PCF8574 is not set 800 # CONFIG_PCF8575 is not set 801 # CONFIG_SENSORS_PCA9539 is not set
··· 794 # Miscellaneous I2C Chip support 795 # 796 # CONFIG_DS1682 is not set 797 + # CONFIG_EEPROM_AT24 is not set 798 + # CONFIG_EEPROM_LEGACY is not set 799 # CONFIG_SENSORS_PCF8574 is not set 800 # CONFIG_PCF8575 is not set 801 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/ppc64_defconfig
··· 1261 # Miscellaneous I2C Chip support 1262 # 1263 # CONFIG_DS1682 is not set 1264 - # CONFIG_AT24 is not set 1265 - # CONFIG_SENSORS_EEPROM is not set 1266 # CONFIG_SENSORS_PCF8574 is not set 1267 # CONFIG_PCF8575 is not set 1268 # CONFIG_SENSORS_PCA9539 is not set
··· 1261 # Miscellaneous I2C Chip support 1262 # 1263 # CONFIG_DS1682 is not set 1264 + # CONFIG_EEPROM_AT24 is not set 1265 + # CONFIG_EEPROM_LEGACY is not set 1266 # CONFIG_SENSORS_PCF8574 is not set 1267 # CONFIG_PCF8575 is not set 1268 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/ppc6xx_defconfig
··· 1801 # Miscellaneous I2C Chip support 1802 # 1803 # CONFIG_DS1682 is not set 1804 - CONFIG_AT24=m 1805 - CONFIG_SENSORS_EEPROM=m 1806 CONFIG_SENSORS_PCF8574=m 1807 CONFIG_PCF8575=m 1808 CONFIG_SENSORS_PCA9539=m
··· 1801 # Miscellaneous I2C Chip support 1802 # 1803 # CONFIG_DS1682 is not set 1804 + CONFIG_EEPROM_AT24=m 1805 + CONFIG_EEPROM_LEGACY=m 1806 CONFIG_SENSORS_PCF8574=m 1807 CONFIG_PCF8575=m 1808 CONFIG_SENSORS_PCA9539=m
+2 -2
arch/powerpc/configs/prpmc2800_defconfig
··· 943 # Miscellaneous I2C Chip support 944 # 945 # CONFIG_DS1682 is not set 946 - # CONFIG_AT24 is not set 947 - # CONFIG_SENSORS_EEPROM is not set 948 # CONFIG_SENSORS_PCF8574 is not set 949 # CONFIG_PCF8575 is not set 950 # CONFIG_SENSORS_PCA9539 is not set
··· 943 # Miscellaneous I2C Chip support 944 # 945 # CONFIG_DS1682 is not set 946 + # CONFIG_EEPROM_AT24 is not set 947 + # CONFIG_EEPROM_LEGACY is not set 948 # CONFIG_SENSORS_PCF8574 is not set 949 # CONFIG_PCF8575 is not set 950 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/pseries_defconfig
··· 1055 # Miscellaneous I2C Chip support 1056 # 1057 # CONFIG_DS1682 is not set 1058 - # CONFIG_AT24 is not set 1059 - # CONFIG_SENSORS_EEPROM is not set 1060 # CONFIG_SENSORS_PCF8574 is not set 1061 # CONFIG_PCF8575 is not set 1062 # CONFIG_SENSORS_PCA9539 is not set
··· 1055 # Miscellaneous I2C Chip support 1056 # 1057 # CONFIG_DS1682 is not set 1058 + # CONFIG_EEPROM_AT24 is not set 1059 + # CONFIG_EEPROM_LEGACY is not set 1060 # CONFIG_SENSORS_PCF8574 is not set 1061 # CONFIG_PCF8575 is not set 1062 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/powerpc/configs/storcenter_defconfig
··· 795 # Miscellaneous I2C Chip support 796 # 797 # CONFIG_DS1682 is not set 798 - # CONFIG_AT24 is not set 799 - # CONFIG_SENSORS_EEPROM is not set 800 # CONFIG_SENSORS_PCF8574 is not set 801 # CONFIG_PCF8575 is not set 802 # CONFIG_SENSORS_PCA9539 is not set
··· 795 # Miscellaneous I2C Chip support 796 # 797 # CONFIG_DS1682 is not set 798 + # CONFIG_EEPROM_AT24 is not set 799 + # CONFIG_EEPROM_LEGACY is not set 800 # CONFIG_SENSORS_PCF8574 is not set 801 # CONFIG_PCF8575 is not set 802 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/sh/configs/cayman_defconfig
··· 700 # Miscellaneous I2C Chip support 701 # 702 # CONFIG_DS1682 is not set 703 - # CONFIG_AT24 is not set 704 - # CONFIG_SENSORS_EEPROM is not set 705 # CONFIG_SENSORS_PCF8574 is not set 706 # CONFIG_PCF8575 is not set 707 # CONFIG_SENSORS_PCA9539 is not set
··· 700 # Miscellaneous I2C Chip support 701 # 702 # CONFIG_DS1682 is not set 703 + # CONFIG_EEPROM_AT24 is not set 704 + # CONFIG_EEPROM_LEGACY is not set 705 # CONFIG_SENSORS_PCF8574 is not set 706 # CONFIG_PCF8575 is not set 707 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/sh/configs/edosk7760_defconfig
··· 643 # Miscellaneous I2C Chip support 644 # 645 # CONFIG_DS1682 is not set 646 - # CONFIG_AT24 is not set 647 - # CONFIG_SENSORS_EEPROM is not set 648 # CONFIG_SENSORS_PCF8574 is not set 649 # CONFIG_PCF8575 is not set 650 # CONFIG_SENSORS_PCA9539 is not set
··· 643 # Miscellaneous I2C Chip support 644 # 645 # CONFIG_DS1682 is not set 646 + # CONFIG_EEPROM_AT24 is not set 647 + # CONFIG_EEPROM_LEGACY is not set 648 # CONFIG_SENSORS_PCF8574 is not set 649 # CONFIG_PCF8575 is not set 650 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/sh/configs/migor_defconfig
··· 701 # Miscellaneous I2C Chip support 702 # 703 # CONFIG_DS1682 is not set 704 - # CONFIG_AT24 is not set 705 - # CONFIG_SENSORS_EEPROM is not set 706 # CONFIG_SENSORS_PCF8574 is not set 707 # CONFIG_PCF8575 is not set 708 # CONFIG_SENSORS_PCA9539 is not set
··· 701 # Miscellaneous I2C Chip support 702 # 703 # CONFIG_DS1682 is not set 704 + # CONFIG_EEPROM_AT24 is not set 705 + # CONFIG_EEPROM_LEGACY is not set 706 # CONFIG_SENSORS_PCF8574 is not set 707 # CONFIG_PCF8575 is not set 708 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/sh/configs/r7780mp_defconfig
··· 857 # Miscellaneous I2C Chip support 858 # 859 # CONFIG_DS1682 is not set 860 - # CONFIG_AT24 is not set 861 - # CONFIG_SENSORS_EEPROM is not set 862 # CONFIG_SENSORS_PCF8574 is not set 863 # CONFIG_PCF8575 is not set 864 # CONFIG_SENSORS_PCA9539 is not set
··· 857 # Miscellaneous I2C Chip support 858 # 859 # CONFIG_DS1682 is not set 860 + # CONFIG_EEPROM_AT24 is not set 861 + # CONFIG_EEPROM_LEGACY is not set 862 # CONFIG_SENSORS_PCF8574 is not set 863 # CONFIG_PCF8575 is not set 864 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/sh/configs/r7785rp_defconfig
··· 862 # Miscellaneous I2C Chip support 863 # 864 # CONFIG_DS1682 is not set 865 - # CONFIG_AT24 is not set 866 - # CONFIG_SENSORS_EEPROM is not set 867 # CONFIG_SENSORS_PCF8574 is not set 868 # CONFIG_PCF8575 is not set 869 # CONFIG_SENSORS_PCA9539 is not set
··· 862 # Miscellaneous I2C Chip support 863 # 864 # CONFIG_DS1682 is not set 865 + # CONFIG_EEPROM_AT24 is not set 866 + # CONFIG_EEPROM_LEGACY is not set 867 # CONFIG_SENSORS_PCF8574 is not set 868 # CONFIG_PCF8575 is not set 869 # CONFIG_SENSORS_PCA9539 is not set
+1 -1
arch/sh/configs/rts7751r2d1_defconfig
··· 798 # 799 # SPI Protocol Masters 800 # 801 - # CONFIG_SPI_AT25 is not set 802 # CONFIG_SPI_SPIDEV is not set 803 # CONFIG_SPI_TLE62X0 is not set 804 # CONFIG_W1 is not set
··· 798 # 799 # SPI Protocol Masters 800 # 801 + # CONFIG_EEPROM_AT25 is not set 802 # CONFIG_SPI_SPIDEV is not set 803 # CONFIG_SPI_TLE62X0 is not set 804 # CONFIG_W1 is not set
+1 -1
arch/sh/configs/rts7751r2dplus_defconfig
··· 798 # 799 # SPI Protocol Masters 800 # 801 - # CONFIG_SPI_AT25 is not set 802 # CONFIG_SPI_SPIDEV is not set 803 # CONFIG_SPI_TLE62X0 is not set 804 # CONFIG_W1 is not set
··· 798 # 799 # SPI Protocol Masters 800 # 801 + # CONFIG_EEPROM_AT25 is not set 802 # CONFIG_SPI_SPIDEV is not set 803 # CONFIG_SPI_TLE62X0 is not set 804 # CONFIG_W1 is not set
+2 -2
arch/sh/configs/se7343_defconfig
··· 669 # Miscellaneous I2C Chip support 670 # 671 # CONFIG_DS1682 is not set 672 - # CONFIG_AT24 is not set 673 - # CONFIG_SENSORS_EEPROM is not set 674 # CONFIG_SENSORS_PCF8574 is not set 675 # CONFIG_PCF8575 is not set 676 # CONFIG_SENSORS_PCA9539 is not set
··· 669 # Miscellaneous I2C Chip support 670 # 671 # CONFIG_DS1682 is not set 672 + # CONFIG_EEPROM_AT24 is not set 673 + # CONFIG_EEPROM_LEGACY is not set 674 # CONFIG_SENSORS_PCF8574 is not set 675 # CONFIG_PCF8575 is not set 676 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/sh/configs/sh7785lcr_defconfig
··· 834 # Miscellaneous I2C Chip support 835 # 836 # CONFIG_DS1682 is not set 837 - # CONFIG_AT24 is not set 838 - # CONFIG_SENSORS_EEPROM is not set 839 # CONFIG_SENSORS_PCF8574 is not set 840 # CONFIG_PCF8575 is not set 841 # CONFIG_SENSORS_PCA9539 is not set
··· 834 # Miscellaneous I2C Chip support 835 # 836 # CONFIG_DS1682 is not set 837 + # CONFIG_EEPROM_AT24 is not set 838 + # CONFIG_EEPROM_LEGACY is not set 839 # CONFIG_SENSORS_PCF8574 is not set 840 # CONFIG_PCF8575 is not set 841 # CONFIG_SENSORS_PCA9539 is not set
+3 -3
arch/sh/configs/shx3_defconfig
··· 670 # Miscellaneous I2C Chip support 671 # 672 # CONFIG_DS1682 is not set 673 - # CONFIG_AT24 is not set 674 - # CONFIG_SENSORS_EEPROM is not set 675 # CONFIG_SENSORS_PCF8574 is not set 676 # CONFIG_PCF8575 is not set 677 # CONFIG_SENSORS_PCA9539 is not set ··· 695 # 696 # SPI Protocol Masters 697 # 698 - # CONFIG_SPI_AT25 is not set 699 # CONFIG_SPI_SPIDEV is not set 700 # CONFIG_SPI_TLE62X0 is not set 701 # CONFIG_W1 is not set
··· 670 # Miscellaneous I2C Chip support 671 # 672 # CONFIG_DS1682 is not set 673 + # CONFIG_EEPROM_AT24 is not set 674 + # CONFIG_EEPROM_LEGACY is not set 675 # CONFIG_SENSORS_PCF8574 is not set 676 # CONFIG_PCF8575 is not set 677 # CONFIG_SENSORS_PCA9539 is not set ··· 695 # 696 # SPI Protocol Masters 697 # 698 + # CONFIG_EEPROM_AT25 is not set 699 # CONFIG_SPI_SPIDEV is not set 700 # CONFIG_SPI_TLE62X0 is not set 701 # CONFIG_W1 is not set
+2 -2
arch/sparc/configs/sparc64_defconfig
··· 867 # Miscellaneous I2C Chip support 868 # 869 # CONFIG_DS1682 is not set 870 - # CONFIG_AT24 is not set 871 - # CONFIG_SENSORS_EEPROM is not set 872 # CONFIG_SENSORS_PCF8574 is not set 873 # CONFIG_PCF8575 is not set 874 # CONFIG_SENSORS_PCA9539 is not set
··· 867 # Miscellaneous I2C Chip support 868 # 869 # CONFIG_DS1682 is not set 870 + # CONFIG_EEPROM_AT24 is not set 871 + # CONFIG_EEPROM_LEGACY is not set 872 # CONFIG_SENSORS_PCF8574 is not set 873 # CONFIG_PCF8575 is not set 874 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/x86/configs/i386_defconfig
··· 1331 # Miscellaneous I2C Chip support 1332 # 1333 # CONFIG_DS1682 is not set 1334 - # CONFIG_AT24 is not set 1335 - # CONFIG_SENSORS_EEPROM is not set 1336 # CONFIG_SENSORS_PCF8574 is not set 1337 # CONFIG_PCF8575 is not set 1338 # CONFIG_SENSORS_PCA9539 is not set
··· 1331 # Miscellaneous I2C Chip support 1332 # 1333 # CONFIG_DS1682 is not set 1334 + # CONFIG_EEPROM_AT24 is not set 1335 + # CONFIG_EEPROM_LEGACY is not set 1336 # CONFIG_SENSORS_PCF8574 is not set 1337 # CONFIG_PCF8575 is not set 1338 # CONFIG_SENSORS_PCA9539 is not set
+2 -2
arch/x86/configs/x86_64_defconfig
··· 1311 # Miscellaneous I2C Chip support 1312 # 1313 # CONFIG_DS1682 is not set 1314 - # CONFIG_AT24 is not set 1315 - # CONFIG_SENSORS_EEPROM is not set 1316 # CONFIG_SENSORS_PCF8574 is not set 1317 # CONFIG_PCF8575 is not set 1318 # CONFIG_SENSORS_PCA9539 is not set
··· 1311 # Miscellaneous I2C Chip support 1312 # 1313 # CONFIG_DS1682 is not set 1314 + # CONFIG_EEPROM_AT24 is not set 1315 + # CONFIG_EEPROM_LEGACY is not set 1316 # CONFIG_SENSORS_PCF8574 is not set 1317 # CONFIG_PCF8575 is not set 1318 # CONFIG_SENSORS_PCA9539 is not set
-4
drivers/gpu/drm/i915/intel_i2c.c
··· 137 chan->reg = reg; 138 snprintf(chan->adapter.name, I2C_NAME_SIZE, "intel drm %s", name); 139 chan->adapter.owner = THIS_MODULE; 140 - #ifndef I2C_HW_B_INTELFB 141 - #define I2C_HW_B_INTELFB I2C_HW_B_I810 142 - #endif 143 - chan->adapter.id = I2C_HW_B_INTELFB; 144 chan->adapter.algo_data = &chan->algo; 145 chan->adapter.dev.parent = &dev->pdev->dev; 146 chan->algo.setsda = set_data;
··· 137 chan->reg = reg; 138 snprintf(chan->adapter.name, I2C_NAME_SIZE, "intel drm %s", name); 139 chan->adapter.owner = THIS_MODULE; 140 chan->adapter.algo_data = &chan->algo; 141 chan->adapter.dev.parent = &dev->pdev->dev; 142 chan->algo.setsda = set_data;
-1
drivers/i2c/busses/i2c-acorn.c
··· 83 }; 84 85 static struct i2c_adapter ioc_ops = { 86 - .id = I2C_HW_B_IOC, 87 .algo_data = &ioc_data, 88 }; 89
··· 83 }; 84 85 static struct i2c_adapter ioc_ops = { 86 .algo_data = &ioc_data, 87 }; 88
-1
drivers/i2c/busses/i2c-ali1535.c
··· 476 477 static struct i2c_adapter ali1535_adapter = { 478 .owner = THIS_MODULE, 479 - .id = I2C_HW_SMBUS_ALI1535, 480 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 481 .algo = &smbus_algorithm, 482 };
··· 476 477 static struct i2c_adapter ali1535_adapter = { 478 .owner = THIS_MODULE, 479 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 480 .algo = &smbus_algorithm, 481 };
-1
drivers/i2c/busses/i2c-ali1563.c
··· 386 387 static struct i2c_adapter ali1563_adapter = { 388 .owner = THIS_MODULE, 389 - .id = I2C_HW_SMBUS_ALI1563, 390 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 391 .algo = &ali1563_algorithm, 392 };
··· 386 387 static struct i2c_adapter ali1563_adapter = { 388 .owner = THIS_MODULE, 389 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 390 .algo = &ali1563_algorithm, 391 };
-1
drivers/i2c/busses/i2c-ali15x3.c
··· 473 474 static struct i2c_adapter ali15x3_adapter = { 475 .owner = THIS_MODULE, 476 - .id = I2C_HW_SMBUS_ALI15X3, 477 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 478 .algo = &smbus_algorithm, 479 };
··· 473 474 static struct i2c_adapter ali15x3_adapter = { 475 .owner = THIS_MODULE, 476 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 477 .algo = &smbus_algorithm, 478 };
-1
drivers/i2c/busses/i2c-amd756.c
··· 298 299 struct i2c_adapter amd756_smbus = { 300 .owner = THIS_MODULE, 301 - .id = I2C_HW_SMBUS_AMD756, 302 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 303 .algo = &smbus_algorithm, 304 };
··· 298 299 struct i2c_adapter amd756_smbus = { 300 .owner = THIS_MODULE, 301 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 302 .algo = &smbus_algorithm, 303 };
-1
drivers/i2c/busses/i2c-amd8111.c
··· 387 smbus->adapter.owner = THIS_MODULE; 388 snprintf(smbus->adapter.name, sizeof(smbus->adapter.name), 389 "SMBus2 AMD8111 adapter at %04x", smbus->base); 390 - smbus->adapter.id = I2C_HW_SMBUS_AMD8111; 391 smbus->adapter.class = I2C_CLASS_HWMON | I2C_CLASS_SPD; 392 smbus->adapter.algo = &smbus_algorithm; 393 smbus->adapter.algo_data = smbus;
··· 387 smbus->adapter.owner = THIS_MODULE; 388 snprintf(smbus->adapter.name, sizeof(smbus->adapter.name), 389 "SMBus2 AMD8111 adapter at %04x", smbus->base); 390 smbus->adapter.class = I2C_CLASS_HWMON | I2C_CLASS_SPD; 391 smbus->adapter.algo = &smbus_algorithm; 392 smbus->adapter.algo_data = smbus;
-1
drivers/i2c/busses/i2c-au1550.c
··· 400 priv->xfer_timeout = 200; 401 priv->ack_timeout = 200; 402 403 - priv->adap.id = I2C_HW_AU1550_PSC; 404 priv->adap.nr = pdev->id; 405 priv->adap.algo = &au1550_algo; 406 priv->adap.algo_data = priv;
··· 400 priv->xfer_timeout = 200; 401 priv->ack_timeout = 200; 402 403 priv->adap.nr = pdev->id; 404 priv->adap.algo = &au1550_algo; 405 priv->adap.algo_data = priv;
-1
drivers/i2c/busses/i2c-bfin-twi.c
··· 651 iface->timeout_timer.data = (unsigned long)iface; 652 653 p_adap = &iface->adap; 654 - p_adap->id = I2C_HW_BLACKFIN; 655 p_adap->nr = pdev->id; 656 strlcpy(p_adap->name, pdev->name, sizeof(p_adap->name)); 657 p_adap->algo = &bfin_twi_algorithm;
··· 651 iface->timeout_timer.data = (unsigned long)iface; 652 653 p_adap = &iface->adap; 654 p_adap->nr = pdev->id; 655 strlcpy(p_adap->name, pdev->name, sizeof(p_adap->name)); 656 p_adap->algo = &bfin_twi_algorithm;
-1
drivers/i2c/busses/i2c-elektor.c
··· 202 static struct i2c_adapter pcf_isa_ops = { 203 .owner = THIS_MODULE, 204 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 205 - .id = I2C_HW_P_ELEK, 206 .algo_data = &pcf_isa_data, 207 .name = "i2c-elektor", 208 };
··· 202 static struct i2c_adapter pcf_isa_ops = { 203 .owner = THIS_MODULE, 204 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 205 .algo_data = &pcf_isa_data, 206 .name = "i2c-elektor", 207 };
-1
drivers/i2c/busses/i2c-hydra.c
··· 102 static struct i2c_adapter hydra_adap = { 103 .owner = THIS_MODULE, 104 .name = "Hydra i2c", 105 - .id = I2C_HW_B_HYDRA, 106 .algo_data = &hydra_bit_data, 107 }; 108
··· 102 static struct i2c_adapter hydra_adap = { 103 .owner = THIS_MODULE, 104 .name = "Hydra i2c", 105 .algo_data = &hydra_bit_data, 106 }; 107
-1
drivers/i2c/busses/i2c-i801.c
··· 556 557 static struct i2c_adapter i801_adapter = { 558 .owner = THIS_MODULE, 559 - .id = I2C_HW_SMBUS_I801, 560 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 561 .algo = &smbus_algorithm, 562 };
··· 556 557 static struct i2c_adapter i801_adapter = { 558 .owner = THIS_MODULE, 559 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 560 .algo = &smbus_algorithm, 561 };
-1
drivers/i2c/busses/i2c-ibm_iic.c
··· 746 adap->dev.parent = &ofdev->dev; 747 strlcpy(adap->name, "IBM IIC", sizeof(adap->name)); 748 i2c_set_adapdata(adap, dev); 749 - adap->id = I2C_HW_OCP; 750 adap->class = I2C_CLASS_HWMON | I2C_CLASS_SPD; 751 adap->algo = &iic_algo; 752 adap->timeout = 1;
··· 746 adap->dev.parent = &ofdev->dev; 747 strlcpy(adap->name, "IBM IIC", sizeof(adap->name)); 748 i2c_set_adapdata(adap, dev); 749 adap->class = I2C_CLASS_HWMON | I2C_CLASS_SPD; 750 adap->algo = &iic_algo; 751 adap->timeout = 1;
-1
drivers/i2c/busses/i2c-iop3xx.c
··· 480 } 481 482 memcpy(new_adapter->name, pdev->name, strlen(pdev->name)); 483 - new_adapter->id = I2C_HW_IOP3XX; 484 new_adapter->owner = THIS_MODULE; 485 new_adapter->class = I2C_CLASS_HWMON | I2C_CLASS_SPD; 486 new_adapter->dev.parent = &pdev->dev;
··· 480 } 481 482 memcpy(new_adapter->name, pdev->name, strlen(pdev->name)); 483 new_adapter->owner = THIS_MODULE; 484 new_adapter->class = I2C_CLASS_HWMON | I2C_CLASS_SPD; 485 new_adapter->dev.parent = &pdev->dev;
-1
drivers/i2c/busses/i2c-ixp2000.c
··· 116 drv_data->algo_data.udelay = 6; 117 drv_data->algo_data.timeout = 100; 118 119 - drv_data->adapter.id = I2C_HW_B_IXP2000, 120 strlcpy(drv_data->adapter.name, plat_dev->dev.driver->name, 121 sizeof(drv_data->adapter.name)); 122 drv_data->adapter.algo_data = &drv_data->algo_data,
··· 116 drv_data->algo_data.udelay = 6; 117 drv_data->algo_data.timeout = 100; 118 119 strlcpy(drv_data->adapter.name, plat_dev->dev.driver->name, 120 sizeof(drv_data->adapter.name)); 121 drv_data->adapter.algo_data = &drv_data->algo_data,
-1
drivers/i2c/busses/i2c-mpc.c
··· 310 static struct i2c_adapter mpc_ops = { 311 .owner = THIS_MODULE, 312 .name = "MPC adapter", 313 - .id = I2C_HW_MPC107, 314 .algo = &mpc_algo, 315 .timeout = 1, 316 };
··· 310 static struct i2c_adapter mpc_ops = { 311 .owner = THIS_MODULE, 312 .name = "MPC adapter", 313 .algo = &mpc_algo, 314 .timeout = 1, 315 };
-1
drivers/i2c/busses/i2c-mv64xxx.c
··· 527 goto exit_unmap_regs; 528 } 529 drv_data->adapter.dev.parent = &pd->dev; 530 - drv_data->adapter.id = I2C_HW_MV64XXX; 531 drv_data->adapter.algo = &mv64xxx_i2c_algo; 532 drv_data->adapter.owner = THIS_MODULE; 533 drv_data->adapter.class = I2C_CLASS_HWMON | I2C_CLASS_SPD;
··· 527 goto exit_unmap_regs; 528 } 529 drv_data->adapter.dev.parent = &pd->dev; 530 drv_data->adapter.algo = &mv64xxx_i2c_algo; 531 drv_data->adapter.owner = THIS_MODULE; 532 drv_data->adapter.class = I2C_CLASS_HWMON | I2C_CLASS_SPD;
-1
drivers/i2c/busses/i2c-nforce2.c
··· 355 return -EBUSY; 356 } 357 smbus->adapter.owner = THIS_MODULE; 358 - smbus->adapter.id = I2C_HW_SMBUS_NFORCE2; 359 smbus->adapter.class = I2C_CLASS_HWMON | I2C_CLASS_SPD; 360 smbus->adapter.algo = &smbus_algorithm; 361 smbus->adapter.algo_data = smbus;
··· 355 return -EBUSY; 356 } 357 smbus->adapter.owner = THIS_MODULE; 358 smbus->adapter.class = I2C_CLASS_HWMON | I2C_CLASS_SPD; 359 smbus->adapter.algo = &smbus_algorithm; 360 smbus->adapter.algo_data = smbus;
-1
drivers/i2c/busses/i2c-parport-light.c
··· 115 static struct i2c_adapter parport_adapter = { 116 .owner = THIS_MODULE, 117 .class = I2C_CLASS_HWMON, 118 - .id = I2C_HW_B_LP, 119 .algo_data = &parport_algo_data, 120 .name = "Parallel port adapter (light)", 121 };
··· 115 static struct i2c_adapter parport_adapter = { 116 .owner = THIS_MODULE, 117 .class = I2C_CLASS_HWMON, 118 .algo_data = &parport_algo_data, 119 .name = "Parallel port adapter (light)", 120 };
-1
drivers/i2c/busses/i2c-parport.c
··· 164 /* Fill the rest of the structure */ 165 adapter->adapter.owner = THIS_MODULE; 166 adapter->adapter.class = I2C_CLASS_HWMON; 167 - adapter->adapter.id = I2C_HW_B_LP; 168 strlcpy(adapter->adapter.name, "Parallel port adapter", 169 sizeof(adapter->adapter.name)); 170 adapter->algo_data = parport_algo_data;
··· 164 /* Fill the rest of the structure */ 165 adapter->adapter.owner = THIS_MODULE; 166 adapter->adapter.class = I2C_CLASS_HWMON; 167 strlcpy(adapter->adapter.name, "Parallel port adapter", 168 sizeof(adapter->adapter.name)); 169 adapter->algo_data = parport_algo_data;
-1
drivers/i2c/busses/i2c-pca-isa.c
··· 101 102 static struct i2c_adapter pca_isa_ops = { 103 .owner = THIS_MODULE, 104 - .id = I2C_HW_A_ISA, 105 .algo_data = &pca_isa_data, 106 .name = "PCA9564 ISA Adapter", 107 .timeout = 100,
··· 101 102 static struct i2c_adapter pca_isa_ops = { 103 .owner = THIS_MODULE, 104 .algo_data = &pca_isa_data, 105 .name = "PCA9564 ISA Adapter", 106 .timeout = 100,
-1
drivers/i2c/busses/i2c-piix4.c
··· 403 404 static struct i2c_adapter piix4_adapter = { 405 .owner = THIS_MODULE, 406 - .id = I2C_HW_SMBUS_PIIX4, 407 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 408 .algo = &smbus_algorithm, 409 };
··· 403 404 static struct i2c_adapter piix4_adapter = { 405 .owner = THIS_MODULE, 406 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 407 .algo = &smbus_algorithm, 408 };
-2
drivers/i2c/busses/i2c-sibyte.c
··· 155 static struct i2c_adapter sibyte_board_adapter[2] = { 156 { 157 .owner = THIS_MODULE, 158 - .id = I2C_HW_SIBYTE, 159 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 160 .algo = NULL, 161 .algo_data = &sibyte_board_data[0], ··· 163 }, 164 { 165 .owner = THIS_MODULE, 166 - .id = I2C_HW_SIBYTE, 167 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 168 .algo = NULL, 169 .algo_data = &sibyte_board_data[1],
··· 155 static struct i2c_adapter sibyte_board_adapter[2] = { 156 { 157 .owner = THIS_MODULE, 158 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 159 .algo = NULL, 160 .algo_data = &sibyte_board_data[0], ··· 164 }, 165 { 166 .owner = THIS_MODULE, 167 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 168 .algo = NULL, 169 .algo_data = &sibyte_board_data[1],
-1
drivers/i2c/busses/i2c-sis5595.c
··· 365 366 static struct i2c_adapter sis5595_adapter = { 367 .owner = THIS_MODULE, 368 - .id = I2C_HW_SMBUS_SIS5595, 369 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 370 .algo = &smbus_algorithm, 371 };
··· 365 366 static struct i2c_adapter sis5595_adapter = { 367 .owner = THIS_MODULE, 368 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 369 .algo = &smbus_algorithm, 370 };
-1
drivers/i2c/busses/i2c-sis630.c
··· 464 465 static struct i2c_adapter sis630_adapter = { 466 .owner = THIS_MODULE, 467 - .id = I2C_HW_SMBUS_SIS630, 468 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 469 .algo = &smbus_algorithm, 470 };
··· 464 465 static struct i2c_adapter sis630_adapter = { 466 .owner = THIS_MODULE, 467 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 468 .algo = &smbus_algorithm, 469 };
-1
drivers/i2c/busses/i2c-sis96x.c
··· 241 242 static struct i2c_adapter sis96x_adapter = { 243 .owner = THIS_MODULE, 244 - .id = I2C_HW_SMBUS_SIS96X, 245 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 246 .algo = &smbus_algorithm, 247 };
··· 241 242 static struct i2c_adapter sis96x_adapter = { 243 .owner = THIS_MODULE, 244 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 245 .algo = &smbus_algorithm, 246 };
-1
drivers/i2c/busses/i2c-via.c
··· 83 84 static struct i2c_adapter vt586b_adapter = { 85 .owner = THIS_MODULE, 86 - .id = I2C_HW_B_VIA, 87 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 88 .name = "VIA i2c", 89 .algo_data = &bit_data,
··· 83 84 static struct i2c_adapter vt586b_adapter = { 85 .owner = THIS_MODULE, 86 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 87 .name = "VIA i2c", 88 .algo_data = &bit_data,
-1
drivers/i2c/busses/i2c-viapro.c
··· 321 322 static struct i2c_adapter vt596_adapter = { 323 .owner = THIS_MODULE, 324 - .id = I2C_HW_SMBUS_VIA2, 325 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 326 .algo = &smbus_algorithm, 327 };
··· 321 322 static struct i2c_adapter vt596_adapter = { 323 .owner = THIS_MODULE, 324 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 325 .algo = &smbus_algorithm, 326 };
-2
drivers/i2c/busses/i2c-voodoo3.c
··· 163 164 static struct i2c_adapter voodoo3_i2c_adapter = { 165 .owner = THIS_MODULE, 166 - .id = I2C_HW_B_VOO, 167 .class = I2C_CLASS_TV_ANALOG, 168 .name = "I2C Voodoo3/Banshee adapter", 169 .algo_data = &voo_i2c_bit_data, ··· 179 180 static struct i2c_adapter voodoo3_ddc_adapter = { 181 .owner = THIS_MODULE, 182 - .id = I2C_HW_B_VOO, 183 .class = I2C_CLASS_DDC, 184 .name = "DDC Voodoo3/Banshee adapter", 185 .algo_data = &voo_ddc_bit_data,
··· 163 164 static struct i2c_adapter voodoo3_i2c_adapter = { 165 .owner = THIS_MODULE, 166 .class = I2C_CLASS_TV_ANALOG, 167 .name = "I2C Voodoo3/Banshee adapter", 168 .algo_data = &voo_i2c_bit_data, ··· 180 181 static struct i2c_adapter voodoo3_ddc_adapter = { 182 .owner = THIS_MODULE, 183 .class = I2C_CLASS_DDC, 184 .name = "DDC Voodoo3/Banshee adapter", 185 .algo_data = &voo_ddc_bit_data,
-1
drivers/i2c/busses/scx200_acb.c
··· 440 i2c_set_adapdata(adapter, iface); 441 snprintf(adapter->name, sizeof(adapter->name), "%s ACB%d", text, index); 442 adapter->owner = THIS_MODULE; 443 - adapter->id = I2C_HW_SMBUS_SCX200; 444 adapter->algo = &scx200_acb_algorithm; 445 adapter->class = I2C_CLASS_HWMON | I2C_CLASS_SPD; 446 adapter->dev.parent = dev;
··· 440 i2c_set_adapdata(adapter, iface); 441 snprintf(adapter->name, sizeof(adapter->name), "%s ACB%d", text, index); 442 adapter->owner = THIS_MODULE; 443 adapter->algo = &scx200_acb_algorithm; 444 adapter->class = I2C_CLASS_HWMON | I2C_CLASS_SPD; 445 adapter->dev.parent = dev;
-1
drivers/i2c/busses/scx200_i2c.c
··· 82 static struct i2c_adapter scx200_i2c_ops = { 83 .owner = THIS_MODULE, 84 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 85 - .id = I2C_HW_B_SCX200, 86 .algo_data = &scx200_i2c_data, 87 .name = "NatSemi SCx200 I2C", 88 };
··· 82 static struct i2c_adapter scx200_i2c_ops = { 83 .owner = THIS_MODULE, 84 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, 85 .algo_data = &scx200_i2c_data, 86 .name = "NatSemi SCx200 I2C", 87 };
-37
drivers/i2c/chips/Kconfig
··· 16 This driver can also be built as a module. If so, the module 17 will be called ds1682. 18 19 - config AT24 20 - tristate "EEPROMs from most vendors" 21 - depends on SYSFS && EXPERIMENTAL 22 - help 23 - Enable this driver to get read/write support to most I2C EEPROMs, 24 - after you configure the driver to know about each EEPROM on 25 - your target board. Use these generic chip names, instead of 26 - vendor-specific ones like at24c64 or 24lc02: 27 - 28 - 24c00, 24c01, 24c02, spd (readonly 24c02), 24c04, 24c08, 29 - 24c16, 24c32, 24c64, 24c128, 24c256, 24c512, 24c1024 30 - 31 - Unless you like data loss puzzles, always be sure that any chip 32 - you configure as a 24c32 (32 kbit) or larger is NOT really a 33 - 24c16 (16 kbit) or smaller, and vice versa. Marking the chip 34 - as read-only won't help recover from this. Also, if your chip 35 - has any software write-protect mechanism you may want to review the 36 - code to make sure this driver won't turn it on by accident. 37 - 38 - If you use this with an SMBus adapter instead of an I2C adapter, 39 - full functionality is not available. Only smaller devices are 40 - supported (24c16 and below, max 4 kByte). 41 - 42 - This driver can also be built as a module. If so, the module 43 - will be called at24. 44 - 45 - config SENSORS_EEPROM 46 - tristate "EEPROM reader" 47 - depends on EXPERIMENTAL 48 - help 49 - If you say yes here you get read-only access to the EEPROM data 50 - available on modern memory DIMMs and Sony Vaio laptops. Such 51 - EEPROMs could theoretically be available on other devices as well. 52 - 53 - This driver can also be built as a module. If so, the module 54 - will be called eeprom. 55 - 56 config SENSORS_PCF8574 57 tristate "Philips PCF8574 and PCF8574A (DEPRECATED)" 58 depends on EXPERIMENTAL && GPIO_PCF857X = "n"
··· 16 This driver can also be built as a module. If so, the module 17 will be called ds1682. 18 19 config SENSORS_PCF8574 20 tristate "Philips PCF8574 and PCF8574A (DEPRECATED)" 21 depends on EXPERIMENTAL && GPIO_PCF857X = "n"
-2
drivers/i2c/chips/Makefile
··· 11 # 12 13 obj-$(CONFIG_DS1682) += ds1682.o 14 - obj-$(CONFIG_AT24) += at24.o 15 - obj-$(CONFIG_SENSORS_EEPROM) += eeprom.o 16 obj-$(CONFIG_SENSORS_MAX6875) += max6875.o 17 obj-$(CONFIG_SENSORS_PCA9539) += pca9539.o 18 obj-$(CONFIG_SENSORS_PCF8574) += pcf8574.o
··· 11 # 12 13 obj-$(CONFIG_DS1682) += ds1682.o 14 obj-$(CONFIG_SENSORS_MAX6875) += max6875.o 15 obj-$(CONFIG_SENSORS_PCA9539) += pca9539.o 16 obj-$(CONFIG_SENSORS_PCF8574) += pcf8574.o
drivers/i2c/chips/at24.c drivers/misc/eeprom/at24.c
drivers/i2c/chips/eeprom.c drivers/misc/eeprom/eeprom.c
-1
drivers/ieee1394/pcilynx.c
··· 1419 i2c_ad = kzalloc(sizeof(*i2c_ad), GFP_KERNEL); 1420 if (!i2c_ad) FAIL("failed to allocate I2C adapter memory"); 1421 1422 - i2c_ad->id = I2C_HW_B_PCILYNX; 1423 strlcpy(i2c_ad->name, "PCILynx I2C", sizeof(i2c_ad->name)); 1424 i2c_adapter_data = bit_data; 1425 i2c_ad->algo_data = &i2c_adapter_data;
··· 1419 i2c_ad = kzalloc(sizeof(*i2c_ad), GFP_KERNEL); 1420 if (!i2c_ad) FAIL("failed to allocate I2C adapter memory"); 1421 1422 strlcpy(i2c_ad->name, "PCILynx I2C", sizeof(i2c_ad->name)); 1423 i2c_adapter_data = bit_data; 1424 i2c_ad->algo_data = &i2c_adapter_data;
+1 -8
drivers/misc/Kconfig
··· 87 If you choose to build module, its name will be phantom. If unsure, 88 say N here. 89 90 - config EEPROM_93CX6 91 - tristate "EEPROM 93CX6 support" 92 - ---help--- 93 - This is a driver for the EEPROM chipsets 93c46 and 93c66. 94 - The driver supports both read as well as write commands. 95 - 96 - If unsure, say N. 97 - 98 config SGI_IOC4 99 tristate "SGI IOC4 Base IO support" 100 depends on PCI ··· 223 laptops. 224 225 source "drivers/misc/c2port/Kconfig" 226 227 endif # MISC_DEVICES
··· 87 If you choose to build module, its name will be phantom. If unsure, 88 say N here. 89 90 config SGI_IOC4 91 tristate "SGI IOC4 Base IO support" 92 depends on PCI ··· 231 laptops. 232 233 source "drivers/misc/c2port/Kconfig" 234 + source "drivers/misc/eeprom/Kconfig" 235 236 endif # MISC_DEVICES
+1 -1
drivers/misc/Makefile
··· 13 obj-$(CONFIG_TIFM_7XX1) += tifm_7xx1.o 14 obj-$(CONFIG_PHANTOM) += phantom.o 15 obj-$(CONFIG_SGI_IOC4) += ioc4.o 16 - obj-$(CONFIG_EEPROM_93CX6) += eeprom_93cx6.o 17 obj-$(CONFIG_ENCLOSURE_SERVICES) += enclosure.o 18 obj-$(CONFIG_KGDB_TESTS) += kgdbts.o 19 obj-$(CONFIG_SGI_XP) += sgi-xp/ 20 obj-$(CONFIG_SGI_GRU) += sgi-gru/ 21 obj-$(CONFIG_HP_ILO) += hpilo.o 22 obj-$(CONFIG_C2PORT) += c2port/
··· 13 obj-$(CONFIG_TIFM_7XX1) += tifm_7xx1.o 14 obj-$(CONFIG_PHANTOM) += phantom.o 15 obj-$(CONFIG_SGI_IOC4) += ioc4.o 16 obj-$(CONFIG_ENCLOSURE_SERVICES) += enclosure.o 17 obj-$(CONFIG_KGDB_TESTS) += kgdbts.o 18 obj-$(CONFIG_SGI_XP) += sgi-xp/ 19 obj-$(CONFIG_SGI_GRU) += sgi-gru/ 20 obj-$(CONFIG_HP_ILO) += hpilo.o 21 obj-$(CONFIG_C2PORT) += c2port/ 22 + obj-y += eeprom/
+59
drivers/misc/eeprom/Kconfig
···
··· 1 + menu "EEPROM support" 2 + 3 + config EEPROM_AT24 4 + tristate "I2C EEPROMs from most vendors" 5 + depends on I2C && SYSFS && EXPERIMENTAL 6 + help 7 + Enable this driver to get read/write support to most I2C EEPROMs, 8 + after you configure the driver to know about each EEPROM on 9 + your target board. Use these generic chip names, instead of 10 + vendor-specific ones like at24c64 or 24lc02: 11 + 12 + 24c00, 24c01, 24c02, spd (readonly 24c02), 24c04, 24c08, 13 + 24c16, 24c32, 24c64, 24c128, 24c256, 24c512, 24c1024 14 + 15 + Unless you like data loss puzzles, always be sure that any chip 16 + you configure as a 24c32 (32 kbit) or larger is NOT really a 17 + 24c16 (16 kbit) or smaller, and vice versa. Marking the chip 18 + as read-only won't help recover from this. Also, if your chip 19 + has any software write-protect mechanism you may want to review the 20 + code to make sure this driver won't turn it on by accident. 21 + 22 + If you use this with an SMBus adapter instead of an I2C adapter, 23 + full functionality is not available. Only smaller devices are 24 + supported (24c16 and below, max 4 kByte). 25 + 26 + This driver can also be built as a module. If so, the module 27 + will be called at24. 28 + 29 + config EEPROM_AT25 30 + tristate "SPI EEPROMs from most vendors" 31 + depends on SPI && SYSFS 32 + help 33 + Enable this driver to get read/write support to most SPI EEPROMs, 34 + after you configure the board init code to know about each eeprom 35 + on your target board. 36 + 37 + This driver can also be built as a module. If so, the module 38 + will be called at25. 39 + 40 + config EEPROM_LEGACY 41 + tristate "Old I2C EEPROM reader" 42 + depends on I2C && SYSFS 43 + help 44 + If you say yes here you get read-only access to the EEPROM data 45 + available on modern memory DIMMs and Sony Vaio laptops via I2C. Such 46 + EEPROMs could theoretically be available on other devices as well. 47 + 48 + This driver can also be built as a module. If so, the module 49 + will be called eeprom. 50 + 51 + config EEPROM_93CX6 52 + tristate "EEPROM 93CX6 support" 53 + help 54 + This is a driver for the EEPROM chipsets 93c46 and 93c66. 55 + The driver supports both read as well as write commands. 56 + 57 + If unsure, say N. 58 + 59 + endmenu
+4
drivers/misc/eeprom/Makefile
···
··· 1 + obj-$(CONFIG_EEPROM_AT24) += at24.o 2 + obj-$(CONFIG_EEPROM_AT25) += at25.o 3 + obj-$(CONFIG_EEPROM_LEGACY) += eeprom.o 4 + obj-$(CONFIG_EEPROM_93CX6) += eeprom_93cx6.o
drivers/misc/eeprom_93cx6.c drivers/misc/eeprom/eeprom_93cx6.c
-11
drivers/spi/Kconfig
··· 230 # 231 comment "SPI Protocol Masters" 232 233 - config SPI_AT25 234 - tristate "SPI EEPROMs from most vendors" 235 - depends on SYSFS 236 - help 237 - Enable this driver to get read/write support to most SPI EEPROMs, 238 - after you configure the board init code to know about each eeprom 239 - on your target board. 240 - 241 - This driver can also be built as a module. If so, the module 242 - will be called at25. 243 - 244 config SPI_SPIDEV 245 tristate "User mode SPI device driver support" 246 depends on EXPERIMENTAL
··· 230 # 231 comment "SPI Protocol Masters" 232 233 config SPI_SPIDEV 234 tristate "User mode SPI device driver support" 235 depends on EXPERIMENTAL
-1
drivers/spi/Makefile
··· 33 # ... add above this line ... 34 35 # SPI protocol drivers (device/link on bus) 36 - obj-$(CONFIG_SPI_AT25) += at25.o 37 obj-$(CONFIG_SPI_SPIDEV) += spidev.o 38 obj-$(CONFIG_SPI_TLE62X0) += tle62x0.o 39 # ... add above this line ...
··· 33 # ... add above this line ... 34 35 # SPI protocol drivers (device/link on bus) 36 obj-$(CONFIG_SPI_SPIDEV) += spidev.o 37 obj-$(CONFIG_SPI_TLE62X0) += tle62x0.o 38 # ... add above this line ...
drivers/spi/at25.c drivers/misc/eeprom/at25.c
-1
drivers/video/aty/radeon_i2c.c
··· 72 snprintf(chan->adapter.name, sizeof(chan->adapter.name), 73 "radeonfb %s", name); 74 chan->adapter.owner = THIS_MODULE; 75 - chan->adapter.id = I2C_HW_B_RADEON; 76 chan->adapter.algo_data = &chan->algo; 77 chan->adapter.dev.parent = &chan->rinfo->pdev->dev; 78 chan->algo.setsda = radeon_gpio_setsda;
··· 72 snprintf(chan->adapter.name, sizeof(chan->adapter.name), 73 "radeonfb %s", name); 74 chan->adapter.owner = THIS_MODULE; 75 chan->adapter.algo_data = &chan->algo; 76 chan->adapter.dev.parent = &chan->rinfo->pdev->dev; 77 chan->algo.setsda = radeon_gpio_setsda;
-1
drivers/video/i810/i810-i2c.c
··· 90 chan->adapter.owner = THIS_MODULE; 91 chan->adapter.algo_data = &chan->algo; 92 chan->adapter.dev.parent = &chan->par->dev->dev; 93 - chan->adapter.id = I2C_HW_B_I810; 94 chan->algo.setsda = i810i2c_setsda; 95 chan->algo.setscl = i810i2c_setscl; 96 chan->algo.getsda = i810i2c_getsda;
··· 90 chan->adapter.owner = THIS_MODULE; 91 chan->adapter.algo_data = &chan->algo; 92 chan->adapter.dev.parent = &chan->par->dev->dev; 93 chan->algo.setsda = i810i2c_setsda; 94 chan->algo.setscl = i810i2c_setscl; 95 chan->algo.getsda = i810i2c_getsda;
-1
drivers/video/intelfb/intelfb_i2c.c
··· 111 "intelfb %s", name); 112 chan->adapter.class = class; 113 chan->adapter.owner = THIS_MODULE; 114 - chan->adapter.id = I2C_HW_B_INTELFB; 115 chan->adapter.algo_data = &chan->algo; 116 chan->adapter.dev.parent = &chan->dinfo->pdev->dev; 117 chan->algo.setsda = intelfb_gpio_setsda;
··· 111 "intelfb %s", name); 112 chan->adapter.class = class; 113 chan->adapter.owner = THIS_MODULE; 114 chan->adapter.algo_data = &chan->algo; 115 chan->adapter.dev.parent = &chan->dinfo->pdev->dev; 116 chan->algo.setsda = intelfb_gpio_setsda;
-1
drivers/video/nvidia/nv_i2c.c
··· 87 88 strcpy(chan->adapter.name, name); 89 chan->adapter.owner = THIS_MODULE; 90 - chan->adapter.id = I2C_HW_B_NVIDIA; 91 chan->adapter.class = i2c_class; 92 chan->adapter.algo_data = &chan->algo; 93 chan->adapter.dev.parent = &chan->par->pci_dev->dev;
··· 87 88 strcpy(chan->adapter.name, name); 89 chan->adapter.owner = THIS_MODULE; 90 chan->adapter.class = i2c_class; 91 chan->adapter.algo_data = &chan->algo; 92 chan->adapter.dev.parent = &chan->par->pci_dev->dev;
-1
drivers/video/savage/savagefb-i2c.c
··· 137 if (chan->par) { 138 strcpy(chan->adapter.name, name); 139 chan->adapter.owner = THIS_MODULE; 140 - chan->adapter.id = I2C_HW_B_SAVAGE; 141 chan->adapter.algo_data = &chan->algo; 142 chan->adapter.dev.parent = &chan->par->pcidev->dev; 143 chan->algo.udelay = 10;
··· 137 if (chan->par) { 138 strcpy(chan->adapter.name, name); 139 chan->adapter.owner = THIS_MODULE; 140 chan->adapter.algo_data = &chan->algo; 141 chan->adapter.dev.parent = &chan->par->pcidev->dev; 142 chan->algo.udelay = 10;
-61
include/linux/i2c-id.h
··· 40 #define I2C_DRIVERID_SAA7185B 13 /* video encoder */ 41 #define I2C_DRIVERID_SAA7110 22 /* video decoder */ 42 #define I2C_DRIVERID_SAA5249 24 /* SAA5249 and compatibles */ 43 - #define I2C_DRIVERID_PCF8583 25 /* real time clock */ 44 #define I2C_DRIVERID_TDA7432 27 /* Stereo sound processor */ 45 - #define I2C_DRIVERID_TVMIXER 28 /* Mixer driver for tv cards */ 46 #define I2C_DRIVERID_TVAUDIO 29 /* Generic TV sound driver */ 47 #define I2C_DRIVERID_TDA9875 32 /* TV sound decoder chip */ 48 #define I2C_DRIVERID_BT819 40 /* video decoder */ ··· 52 #define I2C_DRIVERID_SAA7191 57 /* video decoder */ 53 #define I2C_DRIVERID_INDYCAM 58 /* SGI IndyCam */ 54 #define I2C_DRIVERID_OVCAMCHIP 61 /* OmniVision CMOS image sens. */ 55 - #define I2C_DRIVERID_MAX6900 63 /* MAX6900 real-time clock */ 56 #define I2C_DRIVERID_SAA6752HS 67 /* MPEG2 encoder */ 57 #define I2C_DRIVERID_TVEEPROM 68 /* TV EEPROM */ 58 #define I2C_DRIVERID_WM8775 69 /* wm8775 audio processor */ ··· 59 #define I2C_DRIVERID_CX25840 71 /* cx2584x video encoder */ 60 #define I2C_DRIVERID_SAA7127 72 /* saa7127 video encoder */ 61 #define I2C_DRIVERID_SAA711X 73 /* saa711x video encoders */ 62 - #define I2C_DRIVERID_AKITAIOEXP 74 /* IO Expander on Sharp SL-C1000 */ 63 #define I2C_DRIVERID_INFRARED 75 /* I2C InfraRed on Video boards */ 64 #define I2C_DRIVERID_TVP5150 76 /* TVP5150 video decoder */ 65 #define I2C_DRIVERID_WM8739 77 /* wm8739 audio processor */ 66 #define I2C_DRIVERID_UPD64083 78 /* upd64083 video processor */ 67 #define I2C_DRIVERID_UPD64031A 79 /* upd64031a video processor */ 68 #define I2C_DRIVERID_SAA717X 80 /* saa717x video encoder */ 69 - #define I2C_DRIVERID_DS1672 81 /* Dallas/Maxim DS1672 RTC */ 70 #define I2C_DRIVERID_BT866 85 /* Conexant bt866 video encoder */ 71 #define I2C_DRIVERID_KS0127 86 /* Samsung ks0127 video decoder */ 72 #define I2C_DRIVERID_TLV320AIC23B 87 /* TI TLV320AIC23B audio codec */ 73 - #define I2C_DRIVERID_WM8731 89 /* Wolfson WM8731 audio codec */ 74 - #define I2C_DRIVERID_WM8750 90 /* Wolfson WM8750 audio codec */ 75 - #define I2C_DRIVERID_WM8753 91 /* Wolfson WM8753 audio codec */ 76 - #define I2C_DRIVERID_LM4857 92 /* LM4857 Audio Amplifier */ 77 #define I2C_DRIVERID_VP27SMPX 93 /* Panasonic VP27s tuner internal MPX */ 78 - #define I2C_DRIVERID_CS4270 94 /* Cirrus Logic 4270 audio codec */ 79 #define I2C_DRIVERID_M52790 95 /* Mitsubishi M52790SP/FP AV switch */ 80 #define I2C_DRIVERID_CS5345 96 /* cs5345 audio processor */ 81 ··· 79 */ 80 81 /* --- Bit algorithm adapters */ 82 - #define I2C_HW_B_LP 0x010000 /* Parallel port Philips style */ 83 #define I2C_HW_B_BT848 0x010005 /* BT848 video boards */ 84 - #define I2C_HW_B_VIA 0x010007 /* Via vt82c586b */ 85 - #define I2C_HW_B_HYDRA 0x010008 /* Apple Hydra Mac I/O */ 86 - #define I2C_HW_B_I810 0x01000a /* Intel I810 */ 87 - #define I2C_HW_B_VOO 0x01000b /* 3dfx Voodoo 3 / Banshee */ 88 - #define I2C_HW_B_SCX200 0x01000e /* Nat'l Semi SCx200 I2C */ 89 #define I2C_HW_B_RIVA 0x010010 /* Riva based graphics cards */ 90 - #define I2C_HW_B_IOC 0x010011 /* IOC bit-wiggling */ 91 - #define I2C_HW_B_IXP2000 0x010016 /* GPIO on IXP2000 systems */ 92 #define I2C_HW_B_ZR36067 0x010019 /* Zoran-36057/36067 based boards */ 93 - #define I2C_HW_B_PCILYNX 0x01001a /* TI PCILynx I2C adapter */ 94 #define I2C_HW_B_CX2388x 0x01001b /* connexant 2388x based tv cards */ 95 - #define I2C_HW_B_NVIDIA 0x01001c /* nvidia framebuffer driver */ 96 - #define I2C_HW_B_SAVAGE 0x01001d /* savage framebuffer driver */ 97 - #define I2C_HW_B_RADEON 0x01001e /* radeon framebuffer driver */ 98 #define I2C_HW_B_EM28XX 0x01001f /* em28xx video capture cards */ 99 #define I2C_HW_B_CX2341X 0x010020 /* Conexant CX2341X MPEG encoder cards */ 100 - #define I2C_HW_B_INTELFB 0x010021 /* intel framebuffer driver */ 101 #define I2C_HW_B_CX23885 0x010022 /* conexant 23885 based tv cards (bus1) */ 102 #define I2C_HW_B_AU0828 0x010023 /* auvitek au0828 usb bridge */ 103 - 104 - /* --- PCF 8584 based algorithms */ 105 - #define I2C_HW_P_ELEK 0x020002 /* Elektor ISA Bus inteface card */ 106 - 107 - /* --- PCA 9564 based algorithms */ 108 - #define I2C_HW_A_ISA 0x1a0000 /* generic ISA Bus interface card */ 109 - 110 - /* --- PowerPC on-chip adapters */ 111 - #define I2C_HW_OCP 0x120000 /* IBM on-chip I2C adapter */ 112 - 113 - /* --- Broadcom SiByte adapters */ 114 - #define I2C_HW_SIBYTE 0x150000 115 116 /* --- SGI adapters */ 117 #define I2C_HW_SGI_VINO 0x160000 118 119 - /* --- XSCALE on-chip adapters */ 120 - #define I2C_HW_IOP3XX 0x140000 121 - 122 - /* --- Au1550 PSC adapters adapters */ 123 - #define I2C_HW_AU1550_PSC 0x1b0000 124 - 125 /* --- SMBus only adapters */ 126 - #define I2C_HW_SMBUS_PIIX4 0x040000 127 - #define I2C_HW_SMBUS_ALI15X3 0x040001 128 - #define I2C_HW_SMBUS_VIA2 0x040002 129 - #define I2C_HW_SMBUS_I801 0x040004 130 - #define I2C_HW_SMBUS_AMD756 0x040005 131 - #define I2C_HW_SMBUS_SIS5595 0x040006 132 - #define I2C_HW_SMBUS_ALI1535 0x040007 133 - #define I2C_HW_SMBUS_SIS630 0x040008 134 - #define I2C_HW_SMBUS_SIS96X 0x040009 135 - #define I2C_HW_SMBUS_AMD8111 0x04000a 136 - #define I2C_HW_SMBUS_SCX200 0x04000b 137 - #define I2C_HW_SMBUS_NFORCE2 0x04000c 138 #define I2C_HW_SMBUS_W9968CF 0x04000d 139 #define I2C_HW_SMBUS_OV511 0x04000e /* OV511(+) USB 1.1 webcam ICs */ 140 #define I2C_HW_SMBUS_OV518 0x04000f /* OV518(+) USB 1.1 webcam ICs */ 141 #define I2C_HW_SMBUS_CAFE 0x040012 /* Marvell 88ALP01 "CAFE" cam */ 142 - #define I2C_HW_SMBUS_ALI1563 0x040013 143 - 144 - /* --- MCP107 adapter */ 145 - #define I2C_HW_MPC107 0x0d0000 146 - 147 - /* --- Embedded adapters */ 148 - #define I2C_HW_MV64XXX 0x190000 149 - #define I2C_HW_BLACKFIN 0x190001 /* ADI Blackfin I2C TWI driver */ 150 151 /* --- Miscellaneous adapters */ 152 #define I2C_HW_SAA7146 0x060000 /* SAA7146 video decoder bus */
··· 40 #define I2C_DRIVERID_SAA7185B 13 /* video encoder */ 41 #define I2C_DRIVERID_SAA7110 22 /* video decoder */ 42 #define I2C_DRIVERID_SAA5249 24 /* SAA5249 and compatibles */ 43 #define I2C_DRIVERID_TDA7432 27 /* Stereo sound processor */ 44 #define I2C_DRIVERID_TVAUDIO 29 /* Generic TV sound driver */ 45 #define I2C_DRIVERID_TDA9875 32 /* TV sound decoder chip */ 46 #define I2C_DRIVERID_BT819 40 /* video decoder */ ··· 54 #define I2C_DRIVERID_SAA7191 57 /* video decoder */ 55 #define I2C_DRIVERID_INDYCAM 58 /* SGI IndyCam */ 56 #define I2C_DRIVERID_OVCAMCHIP 61 /* OmniVision CMOS image sens. */ 57 #define I2C_DRIVERID_SAA6752HS 67 /* MPEG2 encoder */ 58 #define I2C_DRIVERID_TVEEPROM 68 /* TV EEPROM */ 59 #define I2C_DRIVERID_WM8775 69 /* wm8775 audio processor */ ··· 62 #define I2C_DRIVERID_CX25840 71 /* cx2584x video encoder */ 63 #define I2C_DRIVERID_SAA7127 72 /* saa7127 video encoder */ 64 #define I2C_DRIVERID_SAA711X 73 /* saa711x video encoders */ 65 #define I2C_DRIVERID_INFRARED 75 /* I2C InfraRed on Video boards */ 66 #define I2C_DRIVERID_TVP5150 76 /* TVP5150 video decoder */ 67 #define I2C_DRIVERID_WM8739 77 /* wm8739 audio processor */ 68 #define I2C_DRIVERID_UPD64083 78 /* upd64083 video processor */ 69 #define I2C_DRIVERID_UPD64031A 79 /* upd64031a video processor */ 70 #define I2C_DRIVERID_SAA717X 80 /* saa717x video encoder */ 71 #define I2C_DRIVERID_BT866 85 /* Conexant bt866 video encoder */ 72 #define I2C_DRIVERID_KS0127 86 /* Samsung ks0127 video decoder */ 73 #define I2C_DRIVERID_TLV320AIC23B 87 /* TI TLV320AIC23B audio codec */ 74 #define I2C_DRIVERID_VP27SMPX 93 /* Panasonic VP27s tuner internal MPX */ 75 #define I2C_DRIVERID_M52790 95 /* Mitsubishi M52790SP/FP AV switch */ 76 #define I2C_DRIVERID_CS5345 96 /* cs5345 audio processor */ 77 ··· 89 */ 90 91 /* --- Bit algorithm adapters */ 92 #define I2C_HW_B_BT848 0x010005 /* BT848 video boards */ 93 #define I2C_HW_B_RIVA 0x010010 /* Riva based graphics cards */ 94 #define I2C_HW_B_ZR36067 0x010019 /* Zoran-36057/36067 based boards */ 95 #define I2C_HW_B_CX2388x 0x01001b /* connexant 2388x based tv cards */ 96 #define I2C_HW_B_EM28XX 0x01001f /* em28xx video capture cards */ 97 #define I2C_HW_B_CX2341X 0x010020 /* Conexant CX2341X MPEG encoder cards */ 98 #define I2C_HW_B_CX23885 0x010022 /* conexant 23885 based tv cards (bus1) */ 99 #define I2C_HW_B_AU0828 0x010023 /* auvitek au0828 usb bridge */ 100 101 /* --- SGI adapters */ 102 #define I2C_HW_SGI_VINO 0x160000 103 104 /* --- SMBus only adapters */ 105 #define I2C_HW_SMBUS_W9968CF 0x04000d 106 #define I2C_HW_SMBUS_OV511 0x04000e /* OV511(+) USB 1.1 webcam ICs */ 107 #define I2C_HW_SMBUS_OV518 0x04000f /* OV518(+) USB 1.1 webcam ICs */ 108 #define I2C_HW_SMBUS_CAFE 0x040012 /* Marvell 88ALP01 "CAFE" cam */ 109 110 /* --- Miscellaneous adapters */ 111 #define I2C_HW_SAA7146 0x060000 /* SAA7146 video decoder bus */
+5 -3
include/linux/i2c.h
··· 151 * has been dynamically allocated by the driver in the function above, 152 * it must be freed here. (LEGACY I2C DRIVERS ONLY) 153 */ 154 - int (*detach_client)(struct i2c_client *); 155 156 /* Standard driver model interfaces, for "new style" i2c drivers. 157 * With the driver model, device enumeration is NEVER done by drivers; ··· 429 return i2c_register_driver(THIS_MODULE, driver); 430 } 431 432 - extern int i2c_attach_client(struct i2c_client *); 433 - extern int i2c_detach_client(struct i2c_client *); 434 435 extern struct i2c_client *i2c_use_client(struct i2c_client *client); 436 extern void i2c_release_client(struct i2c_client *client);
··· 151 * has been dynamically allocated by the driver in the function above, 152 * it must be freed here. (LEGACY I2C DRIVERS ONLY) 153 */ 154 + int (*detach_client)(struct i2c_client *) __deprecated; 155 156 /* Standard driver model interfaces, for "new style" i2c drivers. 157 * With the driver model, device enumeration is NEVER done by drivers; ··· 429 return i2c_register_driver(THIS_MODULE, driver); 430 } 431 432 + /* These are deprecated, your driver should use the standard .probe() 433 + * and .remove() methods instead. */ 434 + extern int __deprecated i2c_attach_client(struct i2c_client *); 435 + extern int __deprecated i2c_detach_client(struct i2c_client *); 436 437 extern struct i2c_client *i2c_use_client(struct i2c_client *client); 438 extern void i2c_release_client(struct i2c_client *client);