Skip to content
  1. May 20, 2009
  2. May 19, 2009
  3. May 18, 2009
  4. May 15, 2009
  5. May 14, 2009
  6. May 12, 2009
  7. May 09, 2009
    • Mark Brown's avatar
      ASoC: Fix up CODEC DAI formats for big endian CPUs · 151ab22c
      Mark Brown authored
      
      
      ASoC uses the standard ALSA data format definitions to specify the wire
      format used between the CPU and CODEC. Since the ALSA data formats all
      include the endianess of the data but this information is not relevant
      by the time the data has been encoded onto the serial link to the CODEC
      this means that either all the CODEC drivers need to declare both big and
      little endian variants or the core needs to fix up the format constraints
      specified by CODEC drivers.
      
      For now take the latter approach - this will need to be revisited if any
      CODECs are endianness dependant.
      
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      151ab22c
    • Linus Torvalds's avatar
      Linux 2.6.30-rc5 · 091bf762
      Linus Torvalds authored
      091bf762
    • Linus Torvalds's avatar
      Merge git://git.infradead.org/mtd-2.6 · 621c2559
      Linus Torvalds authored
      * git://git.infradead.org/mtd-2.6:
        mtd: fix timeout in M25P80 driver
        mtd: Bug in m25p80.c during whole-chip erase
        mtd: expose subpage size via sysfs
        mtd: mtd in mtd_release is unused without CONFIG_MTD_CHAR
      621c2559