[Pull request][Lucid][ti-omap] Fix aufs, merge DSS2 stack, make UNE image boot
Amit Kucheria
amit.kucheria at canonical.com
Wed Mar 31 15:19:54 UTC 2010
Hi,
Please pull the following patchset, add the packaging gravy and upload.
Regards,
Amit
The following changes since commit 6162c25972cdbb83588f19ec2a11628cea52090f:
Stefan Bader (1):
UBUNTU: Ubuntu-2.6.33-500.3
are available in the git repository at:
git://zinc.ubuntu.com/amitk/lucid.git ti-omap
Aaro Koskinen (1):
OMAP: DSS: Taal: fix error returns in taal_probe()
Amit Kucheria (7):
UBUNTU: [Config] Compile-in display subsystem
UBUNTU: Merge the DSS2 stack from 2.6.34-rc2 mainline tree
UBUNTU: SAUCE: Upgrade aufs2 to latest version for 2.6.33
UBUNTU: [Config] Update configuration for new aufs2
UBUNTU: [Config] Fix d-i modules
UBUNTU: [Config] USB_STORAGE and ATA drivers can be a modules
UBUNTU: [Upstream] DSS2 support for Beagleboard
Grazvydas Ignotas (1):
OMAP: DSS: add TPO TD043MTEA1 panel
Imre Deak (2):
UBUNTU: SAUCE: ARM: VFP: add support to sync the VFP state of the current thread
UBUNTU: SAUCE: ARM: VFP: preserve the HW context when calling signal handlers
Mike Rapoport (1):
OMAP: DSS2: add Toppoly TDO35S panel
Thomas Weber (1):
OMAP: DSS2: VRAM: Fix early_param for vram
Tomi Valkeinen (43):
OMAP: DSS2: Improve Kconfig help texts
OMAP: DSS2: enable VDDS_DSI when using DPI
OMAP: 3430SDP: remove vdvi regulator
OMAP: DSS2: OMAPFB: implement OMAPFB_GET_DISPLAY_INFO
OMAP: DSS2: fix irq-stats compilation
OMAP: DSS2: OMAPFB: Add omapfb_update_window prototype
OMAP: DSS2: improve DSS clk src selection
OMAP: DSS2: DSI: add dsi_bus_is_locked()
OMAP: DSS2: DSI: add helpers for DCS read/write
OMAP: DSS2: DSI: export dsi_vc_enable_hs()
OMAP: DSS2: DSI: configure all DSI VCs
OMAP: DSS2: DSI: remove dsi_vc_print_status()
OMAP: DSS2: Check ctx loss count only when starting the first clock
OMAP: DSS2: remove sub-panel system
OMAP: DSS2: fix driver probe error handling
OMAP: DSS2: OMAPFB: fix dssdev cleanup on error
OMAP: DSS2: OMAPFB: fix cleanup on dssdev enable error
OMAP: DSS2: fix get_dsi/dispc_clk_source() usage
OMAP: DSS2: DSI: change DSI bus_lock to semaphore
OMAP: DSS2: DSI: remove auto-update perf measurement
OMAP: DSS2: move run_test()
OMAP: DSS2: move memory_read()
OMAP: DSS2: move set/get_mirror()
OMAP: DSS2: move get/set_rotate()
OMAP: DSS2: move wait_vsync()
OMAP: DSS2: move enable/disable_channel to overlay manager
OMAP: DSS2: move get_resolution()
OMAP: DSS2: move get_recommended_bpp()
OMAP: DSS2: move enable/get_te()
OMAP: DSS2: move set/get_update_mode()
OMAP: DSS2: move update() and sync()
OMAP: DSS2: move enable/disable/suspend/resume
OMAP: DSS2: move set/get_wss()
OMAP: DSS2: move timing functions
OMAP: DSS2: DSI: remove external TE support
OMAP: DSS2: OMAPFB: Remove FB_OMAP2_FORCE_AUTO_UPDATE
OMAP: DSS2: DSI: add dsi_vc_dcs_read_2() helper
OMAP: DSS2: TPO-TD03MTEA1: fix function names
OMAP: DSS2: DSI: add error prints
OMAP: DSS2: Taal: Fix ESD check
OMAP: DSS2: Taal: Fix TE when resuming
OMAP: DSS2: initialize dss clk sources properly
OMAP: DSS2: panel-generic: re-implement mode changing
Vaibhav Hiremath (1):
OMAP: DSS2: Add Sharp LQ043T1DG01 panel driver
Ville Syrjälä (1):
OMAP: DSS2: OMAPFB: Constify some function parameters
arch/arm/configs/omap3_beagle_defconfig | 26 +-
arch/arm/include/asm/ucontext.h | 19 +-
arch/arm/include/asm/user.h | 3 +
arch/arm/kernel/signal.c | 91 ++-
arch/arm/mach-omap2/board-3430sdp.c | 4 -
arch/arm/mach-omap2/board-omap3beagle.c | 124 ++-
arch/arm/plat-omap/include/plat/display.h | 117 ++-
arch/arm/vfp/vfpmodule.c | 46 +-
debian.ti-omap/config/config.common.ubuntu | 43 +-
debian.ti-omap/d-i/modules/crypto-modules | 13 +-
debian.ti-omap/d-i/modules/fs-core-modules | 6 +-
debian.ti-omap/d-i/modules/md-modules | 18 +-
debian.ti-omap/d-i/modules/mouse-modules | 2 +-
debian.ti-omap/d-i/modules/nfs-modules | 6 +-
debian.ti-omap/d-i/modules/nic-modules | 1 +
debian.ti-omap/d-i/modules/nic-shared-modules | 22 +-
debian.ti-omap/d-i/modules/nic-usb-modules | 2 +
debian.ti-omap/d-i/modules/parport-modules | 4 +-
debian.ti-omap/d-i/modules/plip-modules | 2 +-
debian.ti-omap/d-i/modules/ppp-modules | 12 +-
debian.ti-omap/d-i/modules/sata-modules | 1 +
debian.ti-omap/d-i/modules/scsi-modules | 1 +
debian.ti-omap/d-i/modules/squashfs-modules | 1 +
debian.ti-omap/d-i/modules/storage-core-modules | 10 +
debian.ti-omap/d-i/modules/usb-modules | 10 +-
debian.ti-omap/d-i/modules/vlan-modules | 3 +
debian.ti-omap/d-i/package-list | 28 +-
drivers/video/omap2/displays/Kconfig | 18 +
drivers/video/omap2/displays/Makefile | 3 +
drivers/video/omap2/displays/panel-generic.c | 78 ++-
.../video/omap2/displays/panel-sharp-lq043t1dg01.c | 159 +++
.../video/omap2/displays/panel-sharp-ls037v7dw01.c | 77 +-
drivers/video/omap2/displays/panel-taal.c | 253 ++++-
.../video/omap2/displays/panel-toppoly-tdo35s.c | 154 +++
.../video/omap2/displays/panel-tpo-td043mtea1.c | 528 ++++++++++
drivers/video/omap2/dss/Kconfig | 26 +-
drivers/video/omap2/dss/core.c | 117 ++-
drivers/video/omap2/dss/dispc.c | 42 +-
drivers/video/omap2/dss/display.c | 119 +--
drivers/video/omap2/dss/dpi.c | 144 +---
drivers/video/omap2/dss/dsi.c | 1031 +++++---------------
drivers/video/omap2/dss/dss.c | 45 +-
drivers/video/omap2/dss/dss.h | 23 +-
drivers/video/omap2/dss/manager.c | 48 +-
drivers/video/omap2/dss/overlay.c | 2 +-
drivers/video/omap2/dss/rfbi.c | 321 +------
drivers/video/omap2/dss/sdi.c | 115 +--
drivers/video/omap2/dss/venc.c | 296 +++----
drivers/video/omap2/omapfb/Kconfig | 11 +-
drivers/video/omap2/omapfb/omapfb-ioctl.c | 68 +-
drivers/video/omap2/omapfb/omapfb-main.c | 133 ++--
drivers/video/omap2/omapfb/omapfb.h | 9 +
drivers/video/omap2/vram.c | 11 +-
include/linux/omapfb.h | 9 +
ubuntu/aufs/BOM | 12 +-
ubuntu/aufs/Kconfig | 40 +-
ubuntu/aufs/Makefile | 4 +
ubuntu/aufs/aufs.h | 10 +-
ubuntu/aufs/branch.c | 52 +-
ubuntu/aufs/branch.h | 8 +-
ubuntu/aufs/conf.mk | 4 +-
ubuntu/aufs/cpup.c | 8 +-
ubuntu/aufs/cpup.h | 2 +-
ubuntu/aufs/dbgaufs.c | 2 +-
ubuntu/aufs/dbgaufs.h | 41 +-
ubuntu/aufs/dcsub.c | 2 +-
ubuntu/aufs/dcsub.h | 2 +-
ubuntu/aufs/debug.c | 9 +-
ubuntu/aufs/debug.h | 60 +-
ubuntu/aufs/dentry.c | 30 +-
ubuntu/aufs/dentry.h | 17 +-
ubuntu/aufs/dinfo.c | 2 +-
ubuntu/aufs/dir.c | 22 +-
ubuntu/aufs/dir.h | 2 +-
ubuntu/aufs/export.c | 7 +-
ubuntu/aufs/f_op.c | 235 ++++--
ubuntu/aufs/f_op_sp.c | 290 ++++++
ubuntu/aufs/file.c | 61 +-
ubuntu/aufs/file.h | 41 +-
ubuntu/aufs/finfo.c | 34 +-
ubuntu/aufs/fstype.h | 19 +-
ubuntu/aufs/hfsnotify.c | 230 +++++
ubuntu/aufs/hfsplus.c | 58 ++
ubuntu/aufs/hinotify.c | 698 ++------------
ubuntu/aufs/hnotify.c | 671 +++++++++++++
ubuntu/aufs/i_op.c | 56 +-
ubuntu/aufs/i_op_add.c | 30 +-
ubuntu/aufs/i_op_del.c | 12 +-
ubuntu/aufs/i_op_ren.c | 43 +-
ubuntu/aufs/iinfo.c | 16 +-
ubuntu/aufs/inode.c | 30 +-
ubuntu/aufs/inode.h | 153 ++--
ubuntu/aufs/ioctl.c | 10 +-
ubuntu/aufs/loop.c | 2 +-
ubuntu/aufs/loop.h | 16 +-
ubuntu/aufs/magic.mk | 6 +
ubuntu/aufs/module.c | 20 +-
ubuntu/aufs/module.h | 20 +-
ubuntu/aufs/opts.c | 38 +-
ubuntu/aufs/opts.h | 12 +-
ubuntu/aufs/plink.c | 56 +-
ubuntu/aufs/poll.c | 2 +-
ubuntu/aufs/rdu.c | 13 +-
ubuntu/aufs/rwsem.h | 2 +-
ubuntu/aufs/sbinfo.c | 18 +-
ubuntu/aufs/spl.h | 2 +-
ubuntu/aufs/super.c | 50 +-
ubuntu/aufs/super.h | 41 +-
ubuntu/aufs/sysaufs.c | 2 +-
ubuntu/aufs/sysaufs.h | 25 +-
ubuntu/aufs/sysfs.c | 2 +-
ubuntu/aufs/sysrq.c | 9 +-
ubuntu/aufs/vdir.c | 8 +-
ubuntu/aufs/vfsub.c | 61 +-
ubuntu/aufs/vfsub.h | 53 +-
ubuntu/aufs/wbr_policy.c | 8 +-
ubuntu/aufs/whout.c | 17 +-
ubuntu/aufs/whout.h | 2 +-
ubuntu/aufs/wkq.c | 110 +--
ubuntu/aufs/wkq.h | 6 +-
ubuntu/aufs/xino.c | 32 +-
ubuntu/include/linux/aufs_type.h | 5 +-
122 files changed, 4727 insertions(+), 3389 deletions(-)
create mode 100644 debian.ti-omap/d-i/modules/sata-modules
create mode 100644 debian.ti-omap/d-i/modules/squashfs-modules
create mode 100644 debian.ti-omap/d-i/modules/storage-core-modules
create mode 100644 debian.ti-omap/d-i/modules/vlan-modules
create mode 100644 drivers/video/omap2/displays/panel-sharp-lq043t1dg01.c
create mode 100644 drivers/video/omap2/displays/panel-toppoly-tdo35s.c
create mode 100644 drivers/video/omap2/displays/panel-tpo-td043mtea1.c
create mode 100644 ubuntu/aufs/f_op_sp.c
create mode 100644 ubuntu/aufs/hfsnotify.c
create mode 100644 ubuntu/aufs/hfsplus.c
create mode 100644 ubuntu/aufs/hnotify.c
--
----------------------------------------------------------------------
Amit Kucheria, Kernel Engineer || amit.kucheria at canonical.com
----------------------------------------------------------------------
More information about the kernel-team
mailing list