Changeset 4654


Ignore:
Timestamp:
09/18/08 05:58:22 (5 years ago)
Author:
werner
Message:
  • 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)
Location:
developers/werner/wlan-spi/patches
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • developers/werner/wlan-spi/patches/gta02-mmc-spi-bitbang.patch

    r4636 r4654  
    6464+       .modalias       = "mmc_spi", 
    6565+       .irq            = IRQ_EINT3,    /* unused ? */ 
    66 +       .max_speed_hz   = 25 * 1000 * 1000, 
     66+       .max_speed_hz   = 1 * 1000 * 1000, 
    6767+       .bus_num        = 0, 
    6868+       .chip_select    = 0, 
  • developers/werner/wlan-spi/patches/series

    r4639 r4654  
    2020gta02-mmc-spi.patch 
    2121s3c-spi-api-update.patch 
     22s3c-spi-stray-irq.patch 
    2223config-ar6k-mmc-spi-bitbang.patch 
    2324hack-trigger-on-mmc.patch 
    2425ar6k-essid-one-and-32.patch 
    2526gta02-no-glamo-mmc.patch 
     27hack-silence-battery.patch 
     28#try 
Note: See TracChangeset for help on using the changeset viewer.