summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/include/mach/iim.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM: i.MX: IIM: Add function to enable permanent writeSascha Hauer2016-05-171-0/+1
| | | | | | | This adds a function to enable/disable permanent write for the IIM module so that C users no longer have to fiddle with device parameters. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX: IIM: Add functions to access fuses field wiseSascha Hauer2016-05-171-0/+19
| | | | | | | | | | | | Accessing the IIM registers is cumbersome. The fuses are documented with different register strides and there is no header file available, so the different fields have to be read in the datasheets and translated into the barebox format over and over again. This patch adds a header file which has defines for the various fuses (for i.MX25 only so far, but others can be added later) along with C functions to read/write the fields. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX: remove unused .mac_addr_base in iimSascha Hauer2013-05-231-4/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
| | | | | | | The FSF address has changed in the past. Instead of updating it each time the address changes, just drop it completely treewide. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* i.MX: Removed unused declaration for imx_iim_get_macAlexander Shiyan2012-07-241-1/+0
| | | | | | | Procedure is missing, so remove its declaration. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: add support for the i.MX53Marc Kleine-Budde2011-07-291-0/+5
| | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX: rework IIM MAC address settingSascha Hauer2011-07-291-3/+27
| | | | | | | Switch to the generic way of setting a MAC address for a device. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX IIM: Add a iim read functionSascha Hauer2011-07-291-0/+7
| | | | | | To allow reading the iim from code. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add missing includeSascha Hauer2010-08-221-0/+2
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* imx iim: add mac address supportBaruch Siach2010-08-171-0/+13
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* imx: move IIM registers to their own headerBaruch Siach2010-08-171-0/+42
This allows the use of IIM registers from code which is not mx35 specific. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>