[PATCH v2 1/1] powerpc/85xx: Board support for ppa8548

Timur Tabi timur.tabi at calxeda.com
Tue Feb 5 02:30:26 EST 2013


On 02/03/2013 01:39 PM, Stef van Os wrote:

> +	pci0: pci at fe0008000 {
> +		status = "disabled";
> +	};
> +
> +	pci1: pci at fe0009000 {
> +		status = "disabled";
> +	};
> +
> +	pci2: pcie at fe000a000 {
> +		status = "disabled";
> +	};

I was hoping you'd follow my example and include a comment indicating 
why the PCI devices are all disabled.

> +static void ppa8548_show_cpuinfo(struct seq_file *m)
> +{
> +	uint svid, phid1;

Please don't used unsized integers for hardware registers.

	uint32_t svid, phid1;


-- 
Timur Tabi


More information about the Linuxppc-dev mailing list