Release 4.15 drivers/irqchip/irq-mvebu-gicp.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __MVEBU_GICP_H__
#define __MVEBU_GICP_H__
#include <linux/types.h>
struct device_node;
int mvebu_gicp_get_doorbells(struct device_node *dn, phys_addr_t *setspi,
phys_addr_t *clrspi);
#endif /* __MVEBU_GICP_H__ */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Thomas Petazzoni | 32 | 96.97% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 3.03% | 1 | 50.00% |
Total | 33 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.