summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap/omap_devices.c
Commit message (Collapse)AuthorAgeFilesLines
* include: Move ns16550 serial platform_data to include/platform_dataSascha Hauer2016-04-151-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* serial: ns16550: Add device ids for omapSascha Hauer2013-11-221-2/+2
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* i2c-omap: Remove cpu_is functions completelyTeresa Gámez2013-06-231-6/+0
| | | | | | | | This patch removes the call of the cpu_is_* functions completely and uses id_tables instead. Signed-off-by: Teresa Gámez <t.gamez@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM omap / mci: Fix register offsetsSascha Hauer2013-01-081-7/+0
| | | | | | | | Only the OMAP4 has a register offset of 0x100 in the register space. Fix this by using the device id mechanism. This became broken when the device register convenience functions were introduced. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM OMAP: Add SRAM and DRAM to device register functionsTeresa Gámez2012-12-211-0/+12
| | | | | Signed-off-by: Teresa Gámez <t.gamez@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM omap: Add device register convenience functionsSascha Hauer2012-12-191-0/+27
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>