[oe-commits] org.oe.dev linux-handhelds-2.6 2.6.21-hh14: Add 2.6.21-hh14.

pfalcon commit openembedded-commits at lists.openembedded.org
Thu Jul 26 13:23:16 UTC 2007


linux-handhelds-2.6 2.6.21-hh14: Add 2.6.21-hh14. 
* Changes since -hh13 are:
1. gpiodev2 framework added, based on ideas of David Brownell's gpiolib
(i.e. there's still scalar namespace for GPIOs, and the code and data structures
for implicit dispatching to owning device; due to this, standard Genreic GPIO
API can be used intact). gpiolib itself was not used as it's not submitted for
mainline inclusion yet, so it's unclear in which shape it will go there at all.
2. gpiodev is deprecated in favor of gpiodev2.
3. asic3_base, htc-egpio: Add gpiodev2 support.
4. gpiodev_keys, asic3_keys are deprecated in favor of gpio_keys which now supports
keys on any kind of GPIO.
5. asic3_leds, hamcop_leds, samcop_leds are made child devices of the corresponding
SoC, their definitions merged to main machine file for many models.
6. pasic3-base.c: Driver for PASIC3 chip (htcmagician, htcblueangel, etc.).
7. leds-pasic3, ledtrig-backlight: New drivers.
8. h4000, h5000, htcmagician: Cleanup and more merging into main machine file.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 6a838084d7927ab7f64149ec2659ec411cd2a923
ViewMTN: http://monotone.openembedded.org/revision.psp?id=6a838084d7927ab7f64149ec2659ec411cd2a923
Files:
1
packages/linux/linux-handhelds-2.6_2.6.21-hh14.bb
Diffs:

#
# mt diff -r92b38b8c6e237f7df0177373a95c59b85ad01087 -r6a838084d7927ab7f64149ec2659ec411cd2a923
#
# 
# 
# add_file "packages/linux/linux-handhelds-2.6_2.6.21-hh14.bb"
#  content [252b9c26ddd2fda4271f4352999ce0facbfece99]
# 
============================================================
--- packages/linux/linux-handhelds-2.6_2.6.21-hh14.bb	252b9c26ddd2fda4271f4352999ce0facbfece99
+++ packages/linux/linux-handhelds-2.6_2.6.21-hh14.bb	252b9c26ddd2fda4271f4352999ce0facbfece99
@@ -0,0 +1,11 @@
+SECTION = "kernel"
+DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices."
+LICENSE = "GPL"
+PR = "r0"
+
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \
+           file://defconfig"
+
+require linux-handhelds-2.6.inc






More information about the Openembedded-commits mailing list