spidev.c (ca31fef11dc83e672415d5925a134749761329bd) | spidev.c (0f920277dc22cb794f0572ee5d3423388453435d) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * Simple synchronous userspace interface to SPI devices 4 * 5 * Copyright (C) 2006 SWAPP 6 * Andrea Paterniani <a.paterniani@swapp-eng.it> 7 * Copyright (C) 2007 David Brownell (simplification, cleanup) 8 */ --- 663 unchanged lines hidden (view full) --- 672 */ 673 674static struct class *spidev_class; 675 676#ifdef CONFIG_OF 677static const struct of_device_id spidev_dt_ids[] = { 678 { .compatible = "rohm,dh2228fv" }, 679 { .compatible = "lineartechnology,ltc2488" }, | 1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * Simple synchronous userspace interface to SPI devices 4 * 5 * Copyright (C) 2006 SWAPP 6 * Andrea Paterniani <a.paterniani@swapp-eng.it> 7 * Copyright (C) 2007 David Brownell (simplification, cleanup) 8 */ --- 663 unchanged lines hidden (view full) --- 672 */ 673 674static struct class *spidev_class; 675 676#ifdef CONFIG_OF 677static const struct of_device_id spidev_dt_ids[] = { 678 { .compatible = "rohm,dh2228fv" }, 679 { .compatible = "lineartechnology,ltc2488" }, |
680 { .compatible = "ge,achc" }, | |
681 { .compatible = "semtech,sx1301" }, 682 { .compatible = "lwn,bk4" }, 683 { .compatible = "dh,dhcom-board" }, 684 { .compatible = "menlo,m53cpld" }, 685 { .compatible = "cisco,spi-petra" }, 686 { .compatible = "micron,spi-authenta" }, 687 {}, 688}; --- 183 unchanged lines hidden --- | 680 { .compatible = "semtech,sx1301" }, 681 { .compatible = "lwn,bk4" }, 682 { .compatible = "dh,dhcom-board" }, 683 { .compatible = "menlo,m53cpld" }, 684 { .compatible = "cisco,spi-petra" }, 685 { .compatible = "micron,spi-authenta" }, 686 {}, 687}; --- 183 unchanged lines hidden --- |