Release 4.17 include/linux/spi/tdo24m.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __TDO24M_H__
#define __TDO24M_H__
enum tdo24m_model {
TDO24M,
TDO35S,
};
struct tdo24m_platform_data {
enum tdo24m_model model;
};
#endif /* __TDO24M_H__ */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Mike Rapoport | 26 | 96.30% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 3.70% | 1 | 50.00% |
Total | 27 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.