]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - packages/devs/spi/arm/at91/v2_0/ChangeLog
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / devs / spi / arm / at91 / v2_0 / ChangeLog
index 3e5804b01b49618de472049090494d62762cdd95..d899c34e0572ca981078e7395070c33236e7b32a 100644 (file)
@@ -1,3 +1,28 @@
+2006-09-27  Andrew Lunn  <andrew.lunn@ascom.ch>
+
+       * src/spi_at91.c (spi_at91_transaction_begin): Don't use #ifdef
+       inside a macro invocation. The compiler throws a wobbly.
+
+2006-09-07  John Eigelaar <jeigelaar@mweb.co.za>
+
+       * src/spi_at91.c: Fixed the chip select functions.
+       Changed the Mode Register setup as to disable the Mode Failure
+       Detaction for variants that support it. The Mode Failure Detection
+       breaks because NPCS0 is not connected, we are using GPIO, and is 
+       thus floating. 
+
+2006-06-01  John Eigelaar <jeigelaar@mweb.co.za>
+
+       * src/spi_at91.c:
+       * cdl/spi_at91.cdl:
+       * include/spi_at91.h: Generalize so that multiple SPI
+       busses can be driven.
+       
+2006-05-19  Andrew Lunn  <andrew.lunn@ascom.ch>
+
+       * src/spi_at91.c: Use the AT91 GPIO/PIO macros to aid
+       portability between different AT91 device.
+
 2004-11-11  Sebastian Block <sebastianblock@gmx.net>
 
         * src/spi_at91.c: Fixed negation of the chip select signal when