- Apr 15, 2017
-
-
Mugunthan V N authored
All the clocks which has to be enabled has to be done in enable_basic_clocks(), so moving enable sata clock to common clocks enable function. Signed-off-by:
Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by:
Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by:
Tom Rini <trini@konsulko.com>
-
- Nov 21, 2016
-
-
Tom Rini authored
This moves what was in arch/arm/cpu/armv7/omap-common in to arch/arm/mach-omap2 and moves arch/arm/cpu/armv7/{am33xx,omap3,omap4,omap5} in to arch/arm/mach-omap2 as subdirectories. All refernces to the former locations are updated to the current locations. For the logic to decide what our outputs are, consolidate the tests into a single config.mk rather than including 4. Signed-off-by:
Tom Rini <trini@konsulko.com>
-
- Apr 18, 2015
-
-
Scott Wood authored
Don't store it in a u32. Don't dereference the bus address as if it were a virtual address (fixes 284231e4 ("ahci: Support splitting of read transactions into multiple chunks")). Fixes crash on boot in MPC8641HPCN_36BIT target. Signed-off-by:
Scott Wood <scottwood@freescale.com> Cc: Vadim Bendebury <vbendeb@chromium.org> Acked-by:
York Sun <yorksun@freescale.com>
-
- Jan 05, 2015
-
-
Dmitry Lifshitz authored
Implement missing scsi_bus_reset() for SCSI subsystem commands on OMAP platforms. Signed-off-by:
Dmitry Lifshitz <lifshitz@compulab.co.il> Reviewed-by:
Tom Rini <trini@ti.com>
-
- Nov 24, 2014
-
-
Add reset_sata() to the sata driver interface and implement it for dwc_ahsata. This function cleans up after sata_init(), and therefore accepts a device number like sata_init() does. A dummy implementation is provided for the rest of the drivers. Signed-off-by:
Nikita Kiryanov <nikita@compulab.co.il> Cc: Simon Glass <sjg@chromium.org> Cc: Stefano Babic <sbabic@denx.de>
-
- Oct 10, 2014
-
-
Roger Quadros authored
scsi_scan() must be called as part of scsi_init() and not as part of sata_init(). Signed-off-by:
Roger Quadros <rogerq@ti.com>
-
Roger Quadros authored
On OMAP platforms, SATA controller provides the SCSI subsystem so implement scsi_init(). Get rid of the unnecessary sata_init() call from dra7xx-evm and omap5-uevm board files. Signed-off-by:
Roger Quadros <rogerq@ti.com>
-
- Feb 19, 2014
-
-
Dan Murphy authored
Add the SATA boot support for OMAP5 and dra7xx. Renamed the omap_sata_init to the common init_sata(int dev) for commonality in with sata stack. Added the ROM boot device ID for SATA. Signed-off-by:
Dan Murphy <dmurphy@ti.com> Reviewed-by:
Roger Quadros <rogerq@ti.com> Signed-off-by:
Tom Rini <trini@ti.com>
-
- Dec 04, 2013
-
-
Roger Quadros authored
Add platform glue logic for the SATA controller. Signed-off-by:
Roger Quadros <rogerq@ti.com>
-