Revision 810198bc9c109489dfadc57131c5183ce6ad2d7d authored by Rajashekhara, Sudhakar on 12 July 2011, 10:28:53 UTC, committed by Sekhar Nori on 07 September 2011, 08:53:01 UTC
DA850/OMAP-L138 EMAC driver uses random mac address instead of
a fixed one because the mac address is not stuffed into EMAC
platform data.

This patch provides a function which reads the mac address
stored in SPI flash (registered as MTD device) and populates the
EMAC platform data. The function which reads the mac address is
registered as a callback which gets called upon addition of MTD
device.

NOTE: In case the MAC address stored in SPI flash is erased, follow
the instructions at [1] to restore it.

[1] http://processors.wiki.ti.com/index.php/GSG:_OMAP-L138_DVEVM_Additional_Procedures#Restoring_MAC_address_on_SPI_Flash

Modifications in v2:
Guarded registering the mtd_notifier only when MTD is enabled.
Earlier this was handled using mtd_has_partitions() call, but
this has been removed in Linux v3.0.

Modifications in v3:
a. Guarded da850_evm_m25p80_notify_add() function and
   da850evm_spi_notifier structure with CONFIG_MTD macros.
b. Renamed da850_evm_register_mtd_user() function to
   da850_evm_setup_mac_addr() and removed the struct mtd_notifier
   argument to this function.
c. Passed the da850evm_spi_notifier structure to register_mtd_user()
   function.

Modifications in v4:
Moved the da850_evm_setup_mac_addr() function within the first
CONFIG_MTD ifdef construct.

Signed-off-by: Rajashekhara, Sudhakar <sudhakar.raj@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Cc: stable@kernel.org
1 parent ddf2835
Raw File
lifeview.txt
collecting data about the lifeview models and the config coding on
gpio pins 0-9 ...
==================================================================

bt878:
 LR50 rev. Q ("PARTS: 7031505116), Tuner wurde als Nr. 5 erkannt, Eingänge
 SVideo, TV, Composite, Audio, Remote. CP9..1=100001001 (1: 0-Ohm-Widerstand
 gegen GND unbestückt; 0: bestückt)

------------------------------------------------------------------------------

saa7134:
		/* LifeView FlyTV Platinum FM (LR214WF) */
		/* "Peter Missel <peter.missel@onlinehome.de> */
		.name           = "LifeView FlyTV Platinum FM",
		/*      GP27    MDT2005 PB4 pin 10 */
		/*      GP26    MDT2005 PB3 pin 9 */
		/*      GP25    MDT2005 PB2 pin 8 */
		/*      GP23    MDT2005 PB1 pin 7 */
		/*      GP22    MDT2005 PB0 pin 6 */
		/*      GP21    MDT2005 PB5 pin 11 */
		/*      GP20    MDT2005 PB6 pin 12 */
		/*      GP19    MDT2005 PB7 pin 13 */
		/*      nc      MDT2005 PA3 pin 2 */
		/*      Remote  MDT2005 PA2 pin 1 */
		/*      GP18    MDT2005 PA1 pin 18 */
		/*      nc      MDT2005 PA0 pin 17 strap low */

		/*      GP17    Strap "GP7"=High */
		/*      GP16    Strap "GP6"=High
				0=Radio 1=TV
				Drives SA630D ENCH1 and HEF4052 A1 pins
				to do FM radio through SIF input */
		/*      GP15    nc */
		/*      GP14    nc */
		/*      GP13    nc */
		/*      GP12    Strap "GP5" = High */
		/*      GP11    Strap "GP4" = High */
		/*      GP10    Strap "GP3" = High */
		/*      GP09    Strap "GP2" = Low */
		/*      GP08    Strap "GP1" = Low */
		/*      GP07.00 nc */
back to top