summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/ocotp.c
Commit message (Expand)AuthorAgeFilesLines
* i.MX: ocotp: Add imx_ocotp_sense_enable()Andrey Smirnov2017-01-121-0/+7
* i.MX: ocotp: Initialize OCOTP as early as possibleAndrey Smirnov2017-01-121-1/+1
* i.MX: ocotp: Add provisions for storing multiple MAC addressesAndrey Smirnov2017-01-121-19/+51
* i.MX: ocotp: Move memory reversing into a subroutineAndrey Smirnov2017-01-121-7/+13
* i.MX: ocotp: Add Vybrid supportAndrey Smirnov2017-01-111-0/+16
* i.MX: ocotp: Account for shadow memory gapsAndrey Smirnov2017-01-111-3/+31
* i.MX: ocotp: Remove unused #defineAndrey Smirnov2017-01-111-1/+0
* ARM: i.MX: ocotp: Add i.MX6ul supportSascha Hauer2016-11-081-0/+3
* ARM: i.MX: OCOTP: Add functions to access fuses field wiseSascha Hauer2016-11-081-0/+65
* i.MX: ocotp: Register regmap against orignal deviceAndrey Smirnov2016-07-191-1/+1
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-3/+5
* ARM: i.MX: ocotp: Switch to regmap supportSascha Hauer2016-02-051-89/+56
* ARM: i.MX: ocotp: Fix error bit handlingSascha Hauer2016-02-051-13/+10
* ARM: i.MX: ocotp: make priv the first argument of functionsSascha Hauer2016-02-051-16/+16
* ARM: i.MX: ocotp: Explicitly access control registerSascha Hauer2016-02-051-7/+8
* ARM: i.MX: ocotp: Fix fusebox sizeSascha Hauer2016-02-051-1/+23
* cdev: When creating a new cdev, initialize device_nodeTrent Piepho2016-01-081-1/+0
* imx: ocotp: Add code to initialize 'cdev->device_node'Andrey Smirnov2015-12-071-0/+1
* ARM: i.MX6: ocotp: remove useless codeSascha Hauer2015-03-201-2/+0
* Merge branch 'for-next/imx'Sascha Hauer2014-12-081-9/+22
|\
| * ARM: i.MX: ocotp: Add i.MX6sx compatible entrySascha Hauer2014-11-271-0/+2
| * ARM: i.MX: ocotp: Fix MAC address provider for unaligned addressesSascha Hauer2014-11-271-9/+20
* | arm: imx: iim/ocotp: fix link error when !CONFIG_NETLucas Stach2014-11-271-2/+4
|/
* resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-161-2/+2
* imx6: ocotp: Add On-Chip OTP registers write supportUladzimir Bely2014-05-051-0/+356
* treewide: Add missing includesSascha Hauer2013-11-081-0/+1
* ARM: i.MX6: Add ocotp driverSascha Hauer2013-07-221-0/+105