Release 4.7 drivers/staging/sm750fb/ddk750_help.c
  
  
#include "ddk750_help.h"
void __iomem *mmio750;
char revId750;
unsigned short devId750;
/* after driver mapped io registers, use this function first */
void ddk750_set_mmio(void __iomem *addr, unsigned short devId, char revId)
{
	mmio750 = addr;
	devId750 = devId;
	revId750 = revId;
	if (revId == 0xfe)
		printk("found sm750le\n");
}
Contributors
 | Person | Tokens | Prop | Commits | CommitProp | 
| sudip mukherjee | sudip mukherjee | 38 | 95.00% | 1 | 50.00% | 
| lorenzo stoakes | lorenzo stoakes | 2 | 5.00% | 1 | 50.00% | 
 | Total | 40 | 100.00% | 2 | 100.00% | 
Overall Contributors
 | Person | Tokens | Prop | Commits | CommitProp | 
| sudip mukherjee | sudip mukherjee | 53 | 94.64% | 1 | 50.00% | 
| lorenzo stoakes | lorenzo stoakes | 3 | 5.36% | 1 | 50.00% | 
 | Total | 56 | 100.00% | 2 | 100.00% | 
  
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.