cregit-Linux how code gets into the kernel

Release 4.12 include/linux/platform_data/iommu-omap.h

/*
 * omap iommu: main structures
 *
 * Copyright (C) 2008-2009 Nokia Corporation
 *
 * Written by Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#include <linux/platform_device.h>


struct iommu_platform_data {
	
const char *reset_name;
	
int (*assert_reset)(struct platform_device *pdev, const char *name);
	
int (*deassert_reset)(struct platform_device *pdev, const char *name);
};

Overall Contributors

PersonTokensPropCommitsCommitProp
Omar Ramirez Luna4185.42%150.00%
Hiroshi Doyu714.58%150.00%
Total48100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.