The following changes since commit c3f65502a3c52345ca5dbaf9d5c2c9779ef618df:
linux-yocto-tiny-kexecboot: collie: resync patches with linux-yocto_3.10 (2013-11-13 18:10:43 +0100) are available in the git repository at: https://github.com/andrea-adami/meta-handheld master for you to fetch changes up to f97636bc6ba17c34e500531e480b093e2aff8fe5: linux-yocto-dev: collie: sync patches for 3.12 with linux-yocto (2013-11-20 01:11:11 +0100) ---------------------------------------------------------------- Andrea Adami (6): linux-yocto(-tiny-kexecboot): collie: add locomolcd suspend-resume patch linux-yocto-dev: h1940: update defconfig linux-yocto-tiny-kexecboot: initial defconfig updates for 3.10 linux-yocto: tosa: add keymap patch to all kernels up to 3.12 linux-yocto-tiny-kexecboot: add iso8859_1 and codepage 437 for (V)FAT linux-yocto-dev: collie: sync patches for 3.12 with linux-yocto .../linux/linux-yocto-3.10/collie/collie.scc | 1 + .../patches-locomo/locomolcd-suspend-resume.patch | 92 +++++++++ .../patches/patches-pxa/tosa-keys-mapping.patch | 136 ++++++++++++++ .../linux/linux-yocto-3.10/tosa/tosa.scc | 1 + .../linux/linux-yocto-dev/collie/collie.scc | 12 ++ .../linux/linux-yocto-dev/h1940/defconfig | 15 ++ .../patches-locomo/locomo-fix-SCL-SDA.patch | 28 +++ .../patches-locomo/locomolcd-suspend-resume.patch | 92 +++++++++ .../patches-mtd/collie-cfi-probe-again.patch | 29 +++ .../patches-mtd/collie-fixup-strataflash.patch | 27 +++ .../patches/patches-mtd/collie-force-cfi.patch | 30 +++ .../patches/patches-mtd/collie-force-unlock.patch | 22 +++ .../patches/patches-mtd/collie-mtd-resize.patch | 41 ++++ .../patches/patches-pxa/tosa-keys-mapping.patch | 136 ++++++++++++++ .../patches-sa1100/arm-sa1100-add-cpu-clock.patch | 95 ++++++++++ .../patches-sa1100/collie-add-bootblock.patch | 29 +++ .../patches/patches-sa1100/collie-irda.patch | 88 +++++++++ .../fbdev-sa1100fb-make-use-of-device-clock.patch | 115 ++++++++++++ .../pcmcia-sa1100-device-clock.patch | 100 ++++++++++ recipes-kernel/linux/linux-yocto-dev/tosa/tosa.scc | 2 + .../akita/defconfig | 138 ++++++++++++++ .../c7x0/c7x0-kexecboot.cfg | 193 +++++++++++-------- .../linux-yocto-tiny-kexecboot-3.10/c7x0/defconfig | 139 ++++++++++++++ .../collie/collie-kexecboot.cfg | 207 ++++++++++++--------- .../collie/collie-tiny.scc | 1 + .../collie/defconfig | 145 +++++++++++++++ .../patches-locomo/locomolcd-suspend-resume.patch | 92 +++++++++ .../patches/patches-pxa/tosa-keys-mapping.patch | 136 ++++++++++++++ .../poodle/defconfig | 143 ++++++++++++++ .../poodle/poodle-kexecboot.cfg | 188 +++++++++++-------- .../spitz/defconfig | 137 ++++++++++++++ .../spitz/spitz-kexecboot.cfg | 193 +++++++++++-------- .../linux-yocto-tiny-kexecboot-3.10/tosa/defconfig | 141 ++++++++++++++ .../tosa/tosa-kexecboot.cfg | 188 +++++++++++-------- .../tosa/tosa-tiny.scc | 1 + 35 files changed, 2737 insertions(+), 396 deletions(-) create mode 100644 recipes-kernel/linux/linux-yocto-3.10/patches/patches-locomo/locomolcd-suspend-resume.patch create mode 100644 recipes-kernel/linux/linux-yocto-3.10/patches/patches-pxa/tosa-keys-mapping.patch create mode 100644 recipes-kernel/linux/linux-yocto-dev/patches/patches-locomo/locomo-fix-SCL-SDA.patch create mode 100644 recipes-kernel/linux/linux-yocto-dev/patches/patches-locomo/locomolcd-suspend-resume.patch create mode 100644 recipes-kernel/linux/linux-yocto-dev/patches/patches-mtd/collie-cfi-probe-again.patch create mode 100644 recipes-kernel/linux/linux-yocto-dev/patches/patches-mtd/collie-fixup-strataflash.patch create mode 100644 recipes-kernel/linux/linux-yocto-dev/patches/patches-mtd/collie-force-cfi.patch create mode 100644 recipes-kernel/linux/linux-yocto-dev/patches/patches-mtd/collie-force-unlock.patch create mode 100644 recipes-kernel/linux/linux-yocto-dev/patches/patches-mtd/collie-mtd-resize.patch create mode 100644 recipes-kernel/linux/linux-yocto-dev/patches/patches-pxa/tosa-keys-mapping.patch create mode 100644 recipes-kernel/linux/linux-yocto-dev/patches/patches-sa1100/arm-sa1100-add-cpu-clock.patch create mode 100644 recipes-kernel/linux/linux-yocto-dev/patches/patches-sa1100/collie-add-bootblock.patch create mode 100644 recipes-kernel/linux/linux-yocto-dev/patches/patches-sa1100/collie-irda.patch create mode 100644 recipes-kernel/linux/linux-yocto-dev/patches/patches-sa1100/fbdev-sa1100fb-make-use-of-device-clock.patch create mode 100644 recipes-kernel/linux/linux-yocto-dev/patches/patches-sa1100/pcmcia-sa1100-device-clock.patch create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.10/akita/defconfig create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.10/c7x0/defconfig create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.10/collie/defconfig create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.10/patches/patches-locomo/locomolcd-suspend-resume.patch create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.10/patches/patches-pxa/tosa-keys-mapping.patch create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.10/poodle/defconfig create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.10/spitz/defconfig create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.10/tosa/defconfig _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
