summaryrefslogtreecommitdiffstats
path: root/drivers/systemace.c
Commit message (Collapse)AuthorAgeFilesLines
* Coding Style Cleanup, new CHANGELOGWolfgang Denk2007-05-161-1/+1
|
* [PATCH] SystemACE support for MicroblazeMichal Simek2007-04-211-0/+6
|
* Minor code cleanup.Wolfgang Denk2007-02-271-4/+4
|
* [PATCH] Change systemace driver to select 8 & 16bit modeStefan Roese2007-02-221-5/+2
| | | | | | | As suggested by Grant Likely this patch enables the Xilinx SystemACE driver to select 8 or 16bit mode upon startup. Signed-off-by: Stefan Roese <sr@denx.de>
* [PATCH] Fix problem in systemace driver (ace_writew instead of ace_write)Stefan Roese2007-02-211-4/+4
| | | | Signed-off-by: Stefan Roese <sr@denx.de>
* [PATCH] Update SystemACE driver for 16bit accessStefan Roese2007-02-201-3/+11
| | | | | | | | This patch removes some problems when the Xilinx SystemACE driver is used with 16bit access on an big endian platform (like the AMCC Katmai). Signed-off-by: Stefan Roese <sr@denx.de>
* [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write ↵Grant Likely2007-02-201-4/+3
| | | | | | | | | buffer pointers Block device read/write is anonymous data; there is no need to use a typed pointer. void * is fine. Also add a hook for block_read functions Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* [PATCH 7_9] Replace ace_readw_ace_writeb functions with macrosGrant Likely2007-02-201-26/+10
| | | | | | | Register read/write does not need to be wrapped in a full function. The patch replaces them with macros. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.cGrant Likely2007-02-201-0/+264
The code in this file is not a command; it is a device driver. Put it in the correct place. There are zero functional changes in this patch, it only moves the file. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
OpenPOWER on IntegriCloud