On 04/04/2013 12:03 PM, Mikhail Goryunov wrote: > By the way in the upstream kernel 3.8.5 in my opinion there is no header file > with registers of tegra t20?
Which aspect of the registers? If you mean the base address of each HW module: that is described in device-tree now. See arch/arm/boot/dts/tegra20.dtsi. If you mean the individual register fields for each module, those are part of the individual drivers; either in the .c file or an accompanying .h file. For example, drivers/gpio/gpio-tegra.c or sound/soc/tegra/tegra20_i2s.h. -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
