r4654 - developers/werner/wlan-spi/patches

werner at docs.openmoko.org werner at docs.openmoko.org
Thu Sep 18 05:58:22 CEST 2008


Author: werner
Date: 2008-09-18 05:58:22 +0200 (Thu, 18 Sep 2008)
New Revision: 4654

Modified:
   developers/werner/wlan-spi/patches/gta02-mmc-spi-bitbang.patch
   developers/werner/wlan-spi/patches/series
Log:
- gta02-mmc-spi-bitbang.patch: lower SPI clock from 25MHz to 1MHz to ease
  glitch removal
- series: added s3c-spi-stray-irq.patch (new) and hack-silence-battery.patch
  (which I forgot to add to series earlier)



Modified: developers/werner/wlan-spi/patches/gta02-mmc-spi-bitbang.patch
===================================================================
--- developers/werner/wlan-spi/patches/gta02-mmc-spi-bitbang.patch	2008-09-18 03:53:44 UTC (rev 4653)
+++ developers/werner/wlan-spi/patches/gta02-mmc-spi-bitbang.patch	2008-09-18 03:58:22 UTC (rev 4654)
@@ -63,7 +63,7 @@
 +static struct spi_board_info gta02_spi_mmc_bdinfo = {
 +	.modalias	= "mmc_spi",
 +	.irq		= IRQ_EINT3,	/* unused ? */
-+	.max_speed_hz	= 25 * 1000 * 1000,
++	.max_speed_hz	= 1 * 1000 * 1000,
 +	.bus_num	= 0,
 +	.chip_select	= 0,
 +	.mode		= SPI_MODE_0,

Modified: developers/werner/wlan-spi/patches/series
===================================================================
--- developers/werner/wlan-spi/patches/series	2008-09-18 03:53:44 UTC (rev 4653)
+++ developers/werner/wlan-spi/patches/series	2008-09-18 03:58:22 UTC (rev 4654)
@@ -19,7 +19,10 @@
 gta02-mmc-spi-bitbang.patch
 gta02-mmc-spi.patch
 s3c-spi-api-update.patch
+s3c-spi-stray-irq.patch
 config-ar6k-mmc-spi-bitbang.patch
 hack-trigger-on-mmc.patch
 ar6k-essid-one-and-32.patch
 gta02-no-glamo-mmc.patch
+hack-silence-battery.patch
+#try




More information about the commitlog mailing list