All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-06-05 17:22:50 to 2013-06-05 18:51:37 UTC [more...]

[PATCH v4 0/8] Nvram-to-pstore
 2013-06-05 18:51 UTC  (8+ messages)
` [PATCH v4 1/8] powerpc/pseries: Remove syslog prefix in uncompressed oops text
` [PATCH v4 2/8] powerpc/pseries: Add version and timestamp to oops header
` [PATCH v4 3/8] powerpc/pseries: Introduce generic read function to read nvram-partitions

xen 4.3 test report
 2013-06-05 18:50 UTC  (10+ messages)
                ` Is: events not being cleared during fast migration over InfiniBand Was: "

arm: add basic support for Rockchip Cortex-A9 SoCs
 2013-06-05 18:50 UTC  (5+ messages)
` [PATCH 07/10] pinctrl: add pinctrl driver for Rockchip SoCs

[PATCH] x86: fix typo in kexec register clearing
 2013-06-05 18:47 UTC 

Please add to stable: module: don't unlink the module until we've removed all exposure
 2013-06-05 18:48 UTC  (11+ messages)

Question on including ruby 1.9.3 in embedded image
 2013-06-05 18:46 UTC 

USB audio Gadget - code 10 error
 2013-06-05 18:46 UTC  (6+ messages)
    ` [alsa-devel] "

Status of "ummunot" branch?
 2013-06-05 18:45 UTC  (14+ messages)

Atmel updates to atmel_mxt_ts touch controller driver - v5 Daniel Kurtz <djkurtz@chromium.org>, Henrik Rydberg <rydberg@euromail.se>, Joonyoung Shim <jy0922.shim@samsung.com>, Alan.Bowens@atmel.com, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, pmeerw@pmeerw.net, bleung@chromium.org, olofj@chromium.org
 2013-06-05 18:45 UTC  (56+ messages)
` [PATCH 01/53] Input: atmel_mxt_ts - Remove unnecessary platform data
` [PATCH 02/53] Input: atmel_mxt_ts - Improve T19 GPIO keys handling
` [PATCH 03/53] Input: atmel_mxt_ts - Return IRQ_NONE when interrupt handler fails
` [PATCH 04/53] Input: atmel_mxt_ts - define helper functions for size and instances
` [PATCH 05/53] Input: atmel_mxt_ts - Select FW_LOADER for firmware code
` [PATCH 06/53] Input: atmel_mxt_ts - wait for CHG assert in mxt_check_bootloader
` [PATCH 07/53] Input: atmel_mxt_ts - wait for CHG after bootloader resets
` [PATCH 08/53] Input: atmel_mxt_ts - Initialise IRQ before probing
` [PATCH 09/53] Input: atmel_mxt_ts - Make wait-after-reset period compatible with all chips
` [PATCH 10/53] Input: atmel_mxt_ts - Add memory access interface via sysfs
` [PATCH 11/53] Input: atmel_mxt_ts - Implement debug output for messages
` [PATCH 12/53] Input: atmel_mxt_ts - Improve error reporting and debug
` [PATCH 13/53] Input: atmel_mxt_ts - Implement CRC check for configuration data
` [PATCH 14/53] Input: atmel_mxt_ts - Download device config using firmware loader
` [PATCH 15/53] Input: atmel_mxt_ts - Calculate and check CRC in config file
` [PATCH 16/53] Input: atmel_mxt_ts - Add additional bootloader addresses
` [PATCH 17/53] Input: atmel_mxt_ts - Read and report bootloader version
` [PATCH 18/53] Input: atmel_mxt_ts - Implement bootloader frame retries
` [PATCH 19/53] Input: atmel_mxt_ts - Improve bootloader progress output
` [PATCH 20/53] Input: atmel_mxt_ts - Add check for incorrect firmware file format
` [PATCH 21/53] Input: atmel_mxt_ts - Read screen config from chip
` [PATCH 22/53] Input: atmel_mxt_ts - Set default irqflags when there is no pdata
` [PATCH 23/53] Input: atmel_mxt_ts - Use deep sleep mode when stopped
` [PATCH 24/53] Input: atmel_mxt_ts - Add shutdown function
` [PATCH 25/53] Input: atmel_mxt_ts - Rename pressure to amplitude to match spec
` [PATCH 26/53] Input: atmel_mxt_ts - Rename touchscreen defines to include T9
` [PATCH 27/53] Input: atmel_mxt_ts - Handle multiple input reports in one message
` [PATCH 28/53] Input: atmel_mxt_ts - Move input device init into separate function
` [PATCH 29/53] Input: atmel_mxt_ts - Handle APP_CRC_FAIL on startup
` [PATCH 30/53] Input: atmel_mxt_ts - Handle bootloader previously unlocked
` [PATCH 31/53] Input: atmel_mxt_ts - Add bootloader addresses for new chips
` [PATCH 32/53] Input: atmel_mxt_ts - Recover from bootloader on probe
` [PATCH 33/53] Input: atmel_mxt_ts - Add support for dynamic message size
` [PATCH 34/53] Input: atmel_mxt_ts - Decode T6 status messages
` [PATCH 35/53] Input: atmel_mxt_ts - Split message handler into separate functions
` [PATCH 36/53] Input: atmel_mxt_ts - Implement T44 message handling
` [PATCH 37/53] Input: atmel_mxt_ts - Output status from T48 Noise Supression
` [PATCH 38/53] Input: atmel_mxt_ts - Output status from T42 Touch Suppression
` [PATCH 39/53] Input: atmel_mxt_ts - Implement vector/orientation support
` [PATCH 40/53] Input: atmel_mxt_ts - implement I2C retries
` [PATCH 41/53] Input: atmel_mxt_ts - Implement T63 Active Stylus support
` [PATCH 42/53] Input: atmel_mxt_ts - Implement support for T15 Key Array
` [PATCH 43/53] Input: atmel_mxt_ts - Remove unused defines
` [PATCH 44/53] Input: atmel_mxt_ts - Verify Information Block checksum on probe
` [PATCH 45/53] Input: atmel_mxt_ts - Use T18 RETRIGEN to handle IRQF_TRIGGER_LOW
` [PATCH 46/53] Input: atmel_mxt_ts - Handle reports from T47 Stylus object
` [PATCH 47/53] Input: atmel_mxt_ts - Release touch state during suspend
` [PATCH 48/53] Input: atmel_mxt_ts - Initialize power config before and after downloading cfg
` [PATCH 49/53] Input: atmel_mxt_ts - Add regulator control support
` [PATCH 50/53] Input: atmel_mxt_ts - Implement support for T100 touch object
` [PATCH 51/53] Input: atmel_mxt_ts - Allow specification of firmware file name
` [PATCH 52/53] Input: atmel_mxt_ts - Handle cfg filename via pdata/sysfs
` [PATCH 53/53] Input: atmel_mxt_ts - Only use first T9 instance

[RFC] Support for UEFI ESP in os-prober
 2013-06-05 18:43 UTC  (10+ messages)

Re: UBI fastmap updates
 2013-06-05 18:37 UTC 

[nightly] Distroless meta-ti/master minimal build 2013-06-05_12-37-16
 2013-06-05 18:37 UTC  (2+ messages)

[PATCH] ASoC: dapm: Treat DAI widgets like AIF widgets for power
 2013-06-05 18:37 UTC 

[ARM] Bash often segfaults in Dom0 with the latest Xen
 2013-06-05 18:36 UTC  (11+ messages)

[PATCH v3 -tip x86/apic 1/2] PCI/MSI: Allocate as many multiple-MSIs as requested
 2013-06-05 18:35 UTC  (8+ messages)

Xen on ARM: Force register dump from guest
 2013-06-05 18:35 UTC  (4+ messages)

[U-Boot] [PATCH] powerpc/mpc85xx:Add iprot input arg in create_TLB0/1_entry
 2013-06-05 18:35 UTC  (5+ messages)

[PATCH 00/18][V6]: PVH xen: version 6 patches
 2013-06-05 18:34 UTC  (4+ messages)

[PATCH] ASoC: max98090: Guard runtime PM callbacks
 2013-06-05 18:33 UTC 

[PATCH 1/3] PCI: set correct value for iov device before device
 2013-06-05 18:32 UTC  (4+ messages)
` [PATCH 3/3] PCI: Hide remove and rescan sysfs interfaces for SR-IOV virtual functions

[Xenomai] Beaglebone kernels - automated builds WIP
 2013-06-05 18:32 UTC  (2+ messages)

[Qemu-devel] [PATCH qom-cpu 00/15 v8] target-i386: convert CPU features into properties, part 1
 2013-06-05 18:31 UTC  (7+ messages)

Chase Maupin : linux-ti-staging: update kernel SRCREV
 2013-06-05 18:31 UTC 

Chase Maupin : linux-ti-staging: update kernel SRCREV
 2013-06-05 18:31 UTC 

[Xenomai] freescale(imx53) with xenomai patch
 2013-06-05 18:31 UTC  (14+ messages)

cron job: media_tree daily build: WARNINGS
 2013-06-05 18:28 UTC 

[igt PATCH 1/5] lib: move connector_type_str and co to drmtest
 2013-06-05 18:28 UTC  (10+ messages)
` [igt PATCH 2/5] lib: add kmstest_cairo_printf_line
` [igt PATCH 3/5] lib: add kmstest_get_connector_config
` [igt PATCH 4/5] lib: refactor kmstest_create_fb
` [igt PATCH 5/5] tests: add kms_render

[Qemu-devel] [Qemu-stable] [PATCH for 1.5] ui/gtk.c: Fix *BSD build of Gtk+ UI
 2013-06-05 18:22 UTC  (2+ messages)

[PATCH] libibverbs: A possible solution for allowing arbitrary MTU values
 2013-06-05 18:23 UTC  (7+ messages)

[xen-4.1-testing test] 18083: tolerable FAIL - PUSHED
 2013-06-05 18:23 UTC 

[RFC PATCH v2 0/2] drivers: mfd: Versatile Express SPC support
 2013-06-05 18:22 UTC  (6+ messages)
` [RFC PATCH v2 2/2] drivers: mfd: vexpress: add Serial Power Controller (SPC) support

[PATCH v4] MIPS: micromips: Fix improper definition of ISA exception bit
 2013-06-05 18:20 UTC  (2+ messages)

[PATCH v2 1/1] ARM : omap3 : fix wrong container_of in clock36xx.c
 2013-06-05 18:21 UTC  (3+ messages)

[PATCH] of: irq: Pass trigger type in IRQ resource flags
 2013-06-05 18:20 UTC  (4+ messages)

[Qemu-devel] [RFC] Policy for supported hosts/platforms
 2013-06-05 18:16 UTC  (2+ messages)

[Buildroot] AM3517 Neon, OpenGL & EGLFS support
 2013-06-05 18:17 UTC  (3+ messages)

[Buildroot] [PATCH] p11-kit: fix argp_standalone build error
 2013-06-05 18:17 UTC 

[PATCH 0/4] drm/exynos: fimd: Add support for S3C6400/S3C6410
 2013-06-05 18:14 UTC  (3+ messages)

[PATCH] drm/exynos: fimd: Get signal polarities from device tree
 2013-06-05 18:13 UTC  (2+ messages)

[PATCH] linux-ti-staging: update kernel SRCREV
 2013-06-05 18:19 UTC 

[PATCH v2 0/8] cherry-pick: improvements
 2013-06-05 18:13 UTC  (11+ messages)
` [PATCH v2 3/8] cherry-pick: add --skip-empty option

[Bug 65274] New: TURKS [drm:r600_uvd_init] *ERROR* UVD not responding, trying to reset the VCPU!!! (non-EFI laptop)
 2013-06-05 18:13 UTC  (2+ messages)
` [Bug 65274] "

Performance regression from routing cache removal?
 2013-06-05 18:13 UTC  (2+ messages)

[PATCH] arago-source-ipk: Add sources for u-boot-dra7xx
 2013-06-05 18:18 UTC 

[Bug 65270] New: CAICOS [drm:r600_uvd_init] *ERROR* UVD not responding, trying to reset the VCPU!!!
 2013-06-05 18:10 UTC  (2+ messages)
` [Bug 65270] "

[PATCH v4 0/7] git send-email suppress-cc=self fixes
 2013-06-05 18:10 UTC 

carl9170:5/10 MHz Channel Support on carl9170
 2013-06-05 18:08 UTC  (4+ messages)

[PATCH RESEND V2 1/4] iio: frequency: ad4350: Fix bug / typo in mask
 2013-06-05 18:07 UTC  (9+ messages)
` [PATCH RESEND V2 3/4] iio: frequency: adf4350: Add support for clock consumer framework

[PATCH v2 1/2] RTC: rtc-twl: Fix rtc_reg_map initialization
 2013-06-05 18:05 UTC  (5+ messages)
` [PATCH v2 2/2] RTC: rtc-twl: Cleanup with module_platform_driver() conversion

[PATCH 0/7] Vyatta patches
 2013-06-05 18:05 UTC  (5+ messages)
` [PATCH 5/7] pci: support multiple PCI regions per device

[PATCH] drm/i915: implement HSW display sequences for package C8+
 2013-06-05 18:04 UTC  (4+ messages)

[PATCH 1/3] mtd: cfi_cmdset_0002: remove unnecessary initialization
 2013-06-05 18:01 UTC  (5+ messages)
` [PATCH 3/3] mtd: cfi_cmdset_0002: increase do_write_buffer() timeout

J1939 questions
 2013-06-05 18:01 UTC 

[Buildroot] [autobuild.buildroot.net] Build results for 2013-06-04
 2013-06-05 18:00 UTC  (4+ messages)

[PATCH 0/3] Increase the number of USB to serial devices we can support at once
 2013-06-05 17:55 UTC  (4+ messages)
` [PATCH 2/3] USB: serial: make minor allocation dynamic
` [PATCH 3/3] USB: serial: increase the number of devices we support
` [PATCH 1/3] USB: serial: ports: add minor and port number

[PATCH V2 0/4] ARM: tegra: cpuidle: some clean up for CPUidle driver
 2013-06-05 17:53 UTC  (3+ messages)

[Buildroot] [PATCH] package/libbsd: depends on architectures providing a.out.h
 2013-06-05 17:52 UTC 

[PATCH lnf-conntrack 1/3] qa: add api test for nfct_cmp and nfct_exp functions
 2013-06-05 17:46 UTC  (6+ messages)
` [PATCH 3/3] expect: consider all expect attributes when comparing

[PATCH 0/2] Simplify tune-cortexa*.inc, and add cortex-a5 tuning
 2013-06-05 17:45 UTC  (3+ messages)
` [PATCH 1/2] tune-cortexa.inc: create a common include for cortex-a armv7a tuning

[PATCH] ARM: dts: add vmmc regulator support for ODROID-X
 2013-06-05 17:45 UTC  (2+ messages)

[PATCH] ARM: tegra: remove the ifdef of ARCH SoC in the tegra_resume
 2013-06-05 17:44 UTC  (3+ messages)

[PATCH dylan, master] Fix meta-toolchain-qte SDK build for x11-less DISTRO
 2013-06-05 17:43 UTC  (8+ messages)

What's cooking in git.git (Jun 2013, #02; Tue, 4)
 2013-06-05 17:41 UTC  (4+ messages)
` [Administrivia] On ruby and contrib/

[PATCH v5 0/4] xen/arm: CONFIG_PARAVIRT and stolen ticks accounting
 2013-06-05 17:30 UTC  (9+ messages)
` [PATCH v5 2/4] kernel: missing include in cputime.c
` [PATCH v5 3/4] arm: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_ops

[Qemu-devel] [PATCH 0/2] AArch64 TCG User Mode
 2013-06-05 17:38 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] user-exec.c: aarch64 initial implementation of cpu_signal_handler

[RFC v1] add new io-scheduler to use cgroup on high-speed device
 2013-06-05 17:36 UTC  (4+ messages)

[PATCH] xen/blkback: Check for insane amounts of request on the ring
 2013-06-05 17:35 UTC  (4+ messages)

[refpolicy] [PATCH 1/1] Remove the hard-coding of selinuxfs mountpoint
 2013-06-05 17:35 UTC  (2+ messages)

[PATCH] dmatest: do not allow to interrupt ongoing tests
 2013-06-05 17:33 UTC  (8+ messages)

[PATCH 1/1] Add support for Tegra114 SPI boot device
 2013-06-05 17:32 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/4] tcg-arm: Implement tcg_register_jit
 2013-06-05 17:29 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/4] tcg: Fix high_pc fields in .debug_info
` [Qemu-devel] [PATCH v2 2/4] tcg: Move the CIE and FDE header definitions to common code
` [Qemu-devel] [PATCH v2 3/4] tcg-i386: Use QEMU_BUILD_BUG_ON instead of assert for frame size
` [Qemu-devel] [PATCH v2 4/4] tcg-arm: Implement tcg_register_jit

[PATCH] OMAPDSS: Remove kfree for memory allocated with devm_kzalloc
 2013-06-05 17:29 UTC  (2+ messages)

[linux-lvm] [PATCH 00/10] Enhancements to a clustered logical volume activation
 2013-06-05 17:29 UTC  (6+ messages)
    ` [linux-lvm] clvmd leaving kernel dlm uncontrolled lockspace

[PATCH -v4 0/8] Add hostbridge resource release to support root bus hotplug in IA64
 2013-06-05 17:27 UTC  (3+ messages)

pulling net tree into net-next
 2013-06-05 17:27 UTC 

pxa27x and pinctrl-single
 2013-06-05 17:23 UTC  (2+ messages)

[PATCH 1/3] drivers: pinctrl sleep and idle states in the core
 2013-06-05 17:22 UTC  (2+ messages)

[RFC refactor 00/21] Merging windows-build with master
 2013-06-05 17:00 UTC  (2+ messages)
` [RFC refactor 21/21] Create separated class for ConsoleWriter


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.