#include "soc_common.h" #include "sa11xx_base.h" struct sa1111_pcmcia_socket { struct soc_pcmcia_socket soc; struct sa1111_dev *dev; struct sa1111_pcmcia_socket *next; };
static inline struct sa1111_pcmcia_socket *to_skt(struct soc_pcmcia_socket *s) { return container_of(s, struct sa1111_pcmcia_socket, soc); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Russell King | 25 | 100.00% | 1 | 100.00% |
Total | 25 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Russell King | 121 | 88.32% | 9 | 69.23% |
Nico Pitre | 14 | 10.22% | 2 | 15.38% |
Dmitry Baryshkov | 2 | 1.46% | 2 | 15.38% |
Total | 137 | 100.00% | 13 | 100.00% |