All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-03-03 09:34:02 to 2014-03-03 10:10:01 UTC [more...]

post-receive: pub/scm/linux/kernel/git/jirislaby/linux
 2014-03-03 10:10 UTC 

[PATCH v5 0/9] Device Tree support for the at91sam9261ek
 2014-03-03 10:06 UTC  (14+ messages)
` [PATCH v5 1/9] at91: dt: Adds support for the bus matrix declaration in the DT
` [PATCH v5 2/9] dt: bindings: at91: Add a new binding for the bus matrix
` [PATCH v5 3/9] at91: pinctrl: don't request GPIOs used for interrupts but lock them as IRQ
` [PATCH v5 4/9] at91: dt: Add at91sam9261 dt SoC support
` [PATCH v5 5/9] at91: dt: defconfig: Added the sam9261 to the list of DT-enabled SOCs
` [PATCH v5 6/9] at91: dt: sam9261: Device Tree support for the at91sam9261ek
` [PATCH v5 7/9] at91: updated the at91_dt_defconfig with support for the ADS7846
` [PATCH v5 8/9] ARM: at91: prepare common clk transition for sam9261 SoC
` [PATCH v5 9/9] ARM: at91: move sam9261 SoC to common clk

[U-Boot] [PATCH] kbuild: tools: fix a bug that always builds Denx logo
 2014-03-03 10:09 UTC  (2+ messages)

[PATCH v5 0/4] mtd: nand: omap: optimize chip->ecc.hwctl() for H/W ECC schemes
 2014-03-03 10:08 UTC  (5+ messages)
` [PATCH v5 1/4] mtd: nand: omap: ecc.hwctl: rename omap3_enable_hwecc_bch to omap_enable_hwecc_bch
` [PATCH v5 2/4] mtd: nand: omap: ecc.hwctl: refactor omap_enable_hwecc_bch for ECC related GPMC configs
` [PATCH v5 3/4] mtd: nand: omap: ecc.hwctl: clean omap_enable_hwecc_bch for redundant ECC configs
` [PATCH v5 4/4] mtd: nand: omap: remove is_elm_present flag

[PATCH v6 00/14] uprobes: Add uprobes support for ARM
 2014-03-03 10:08 UTC  (6+ messages)

[PATCH 0/2] ARM: dts: OMAP4: Add support for DuoVero/Parlor
 2014-03-03 10:08 UTC  (4+ messages)
` [PATCH 1/2] ARM: dts: Add support for OMAP4 Gumstix DuoVero/Parlor

[PATCH 00/79] Add support for ATSC PCTV 80e USB stick
 2014-03-03 10:07 UTC  (69+ messages)
` [PATCH 02/79] [media] drx-j: put under 3-clause BSD license
` [PATCH 04/79] [media] drx-j: Fix compilation and un-comment it
` [PATCH 05/79] [media] drx-j: Fix CodingStyle
` [PATCH 06/79] [media] drx-j: get rid of the typedefs on bsp_i2c.h
` [PATCH 07/79] [media] drx-j: remove the "const" annotate on HICommand()
` [PATCH 08/79] [media] drx-j: get rid of the integer typedefs
` [PATCH 09/79] [media] drx-j: get rid of the other typedefs at bsp_types.h
` [PATCH 10/79] [media] drx-j: get rid of the bsp*.h headers
` [PATCH 11/79] [media] drx-j: get rid of most of the typedefs
` [PATCH 12/79] [media] drx-j: fix whitespacing on pointer parmameters
` [PATCH 13/79] [media] drx-j: Use checkpatch --fix to solve several issues
` [PATCH 15/79] [media] drx-j: do more CodingStyle fixes
` [PATCH 16/79] [media] drx-j: remove the unused tuner_i2c_write_read() function
` [PATCH 17/79] [media] drx-j: Remove a bunch of unused but assigned vars
` [PATCH 18/79] [media] drx-j: Some minor CodingStyle fixes at headers
` [PATCH 19/79] [media] drx-j: make a few functions static
` [PATCH 20/79] [media] drx-j: Get rid of drx39xyj/bsp_tuner.h
` [PATCH 21/79] [media] drx-j: get rid of typedefs in drx_driver.h
` [PATCH 22/79] [media] drx-j: Get rid of typedefs on drxh.h
` [PATCH 24/79] [media] drx-j: Don't use buffer if an error occurs
` [PATCH 26/79] [media] drx-j: don't use parenthesis on return
` [PATCH 27/79] [media] drx-j: Simplify logic expressions
` [PATCH 28/79] [media] drx-j: More CamelCase fixups
` [PATCH 29/79] [media] drx-j: Remove typedefs in drxj.c
` [PATCH 30/79] [media] drx-j: CodingStyle fixups on drxj.c
` [PATCH 32/79] [media] drx-j: Replace printk's by pr_foo()
` [PATCH 33/79] [media] drx-j: get rid of some ugly macros
` [PATCH 34/79] [media] drx-j: remove typedefs at drx_driver.c
` [PATCH 37/79] [media] drx-j: remove the useless microcode_size
` [PATCH 38/79] [media] drx-j: Fix release and error path on drx39xxj.c
` [PATCH 39/79] [media] drx-j: Be sure that all allocated data are properly initialized
` [PATCH 41/79] [media] drx-j: Split firmware size check from the main routine
` [PATCH 42/79] [media] em28xx: add support for PCTV 80e remote controller
` [PATCH 43/79] [media] drx-j: remove unused code from drx_driver.c
` [PATCH 44/79] [media] drx-j: get rid of its own be??_to_cpu() implementation
` [PATCH 45/79] [media] drx-j: reset the DVB scan configuration at powerup
` [PATCH 47/79] [media] drx-j: Some cleanups at drx_driver.c source
` [PATCH 48/79] [media] drx-j: prepend function names with drx_ at drx_driver.c
` [PATCH 49/79] [media] drx-j: get rid of drx_driver.c
` [PATCH 50/79] [media] drx-j: Avoid any regressions by preserving old behavior
` [PATCH 51/79] [media] drx-j: Remove duplicated firmware upload code
` [PATCH 52/79] [media] drx-j: get rid of drx_ctrl
` [PATCH 53/79] [media] drx-j: get rid of the remaining drx generic functions
` [PATCH 54/79] [media] drx-j: move drx39xxj into drxj.c
` [PATCH 55/79] [media] drx-j: get rid of drxj_ctrl()
` [PATCH 56/79] [media] drx-j: comment or remove unused code
` [PATCH 57/79] [media] drx-j: remove some ugly bindings from drx39xxj_dummy.c
` [PATCH 58/79] [media] drx-j: get rid of tuner dummy get/set frequency
` [PATCH 59/79] [media] drx-j: be sure to use tuner's IF
` [PATCH 60/79] [media] drx-j: avoid calling power_down_foo twice
` [PATCH 61/79] [media] drx-j: call ctrl_set_standard even if a standard is powered
` [PATCH 62/79] [media] drx-j: use the proper timeout code on scu_command
` [PATCH 63/79] [media] drx-j: remove some unused data
` [PATCH 64/79] [media] drx-j: Fix qam/256 mode
` [PATCH 65/79] [media] drx-j: Get rid of I2C protocol version
` [PATCH 66/79] [media] drx-j: get rid of function prototypes at drx_dap_fasi.c
` [PATCH 67/79] [media] drx-j: get rid of drx_dap_fasi.c
` [PATCH 68/79] [media] drx-j: get rid of struct drx_dap_fasi_funct_g
` [PATCH 70/79] [media] drx-j: Allow userspace control of LNA
` [PATCH 71/79] [media] drx-j: Use single master mode
` [PATCH 72/79] [media] drx-j: be sure to send the powerup command at device open
` [PATCH 73/79] [media] drx-j: be sure to do a full software reset
` [PATCH 74/79] [media] drx-j: fix pr_dbg undefined compile errors when DJH_DEBUG is defined
` [PATCH 75/79] [media] drx-j: remove return that prevents DJH_DEBUG code to run
` [PATCH 76/79] [media] drx-j: fix boot failure due to null pointer dereference
` [PATCH 77/79] [media] drx-j: disable OOB
` [PATCH 78/79] [media] drx-j: Properly initialize mpeg struct before using it
` [PATCH 79/79] [media] drx-j: set it to serial mode by default

[PATCH v6 00/18] ahci: library-ise ahci_platform, add sunxi driver and cleanup imx driver
 2014-03-03 10:07 UTC  (9+ messages)
` [PATCH v6 17/18] ARM: sun4i: dt: Add ahci / sata support

[Buildroot] [autobuild.buildroot.net] Build results for 2014-03-02
 2014-03-03 10:05 UTC  (4+ messages)
` [Buildroot] Analysis of build failures

[PATCH/RFC] rebase: new convenient option to edit a single commit
 2014-03-03 10:04 UTC  (9+ messages)
` [PATCH 0/3] rebase's convenient options
  ` [PATCH 2/3] rebase: accept -<number> as another way of saying HEAD~<number>

[PATCH] timberdale: Use pci_enable_msix_range() instead of pci_enable_msix()
 2014-03-03 10:04 UTC  (10+ messages)
    ` [PATCH v2] timberdale: Use pci_enable_msix_exact() "

[U-Boot] [RFC] mmc: Remove ops from struct mmc and put in mmc_ops
 2014-03-03 10:04 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/6] spapr: bootindex support
 2014-03-03 10:04 UTC  (13+ messages)
` [Qemu-devel] [PATCH v5 3/6] vl: allow customizing the class of /machine

Help needed USB hub disconnected at resume
 2014-03-03 10:04 UTC 

IOMMU DMA-mapping API for arm64 ?
 2014-03-03 10:04 UTC  (4+ messages)

Branch Name Case Sensitivity
 2014-03-03 10:03 UTC  (13+ messages)

[U-Boot] [PATCH 0/2] Allow empty board dir and fix build error of arcangel4 boards
 2014-03-03 10:03 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] kbuild: allow empty board directories
` [U-Boot] [PATCH 2/2] arc: arcangel4: set board entry <none> to fix a build error

[Qemu-devel] What is qemu_irq?
 2014-03-03  9:54 UTC 

[PATCH 00/17] Lustre stability patches
 2014-03-03 10:01 UTC  (3+ messages)
` [PATCH 01/17] staging/lustre/llite: fix open lock matching in ll_md_blocking_ast()

[PATCH] Thermal: thermal zone governor fix
 2014-03-03 10:00 UTC  (2+ messages)

[PATCH v3 net-next 0/1] bpf32->bpf64 mapper and bpf64 interpreter
 2014-03-03 10:05 UTC  (6+ messages)
` [PATCH v3 net-next 1/1] "

[Bug 75699] New: mplayer crashes
 2014-03-03  9:59 UTC 

[GIT PULL 6/6] Samsung clk-s3c24xx updates for v3.15
 2014-03-03  9:57 UTC  (2+ messages)

[RFC v2 0/4] mac802111: channel context reservation (was: multi-vif/multi-channel CSA implementation)
 2014-03-03  9:57 UTC  (11+ messages)
` [RFC v2 3/4] mac80211: allow reservation of a running chanctx

[RFC] Splitting scheduler into two halves
 2014-03-03  9:56 UTC  (5+ messages)

[Qemu-devel] [PATCH] migration: add more traces
 2014-03-03  9:56 UTC  (2+ messages)

[PATCH 0/5] drm/i915: FDI port_clock fix for DDI and other FDI changes
 2014-03-03  9:56 UTC  (4+ messages)
` [PATCH 5/5] drm/i915: Add SPLL sharing support for DDI

[GIT PULL 5/6] Samsung PM updates for v3.15
 2014-03-03  9:56 UTC  (2+ messages)

[GIT PULL 4/6] Samsung clk-exynos updates for v3.15
 2014-03-03  9:55 UTC  (2+ messages)

[GIT PULL 3/6] Samsung DT updates for v3.15
 2014-03-03  9:53 UTC  (2+ messages)

[PATCH 0/3] perf tools: Add libdw DWARF post unwind support for ARM
 2014-03-03  9:53 UTC  (8+ messages)
` [PATCH 1/3] perf tests: Introduce perf_regs_load function on ARM
` [PATCH 2/3] perf tests: Add dwarf unwind test "
` [PATCH 3/3] perf tools: Add libdw DWARF post unwind support for ARM

[PATCH 0/9] pwm: Remove unnecessary OOM messages
 2014-03-03  9:53 UTC  (9+ messages)
` [PATCH 5/9] pwm: spear: "

[PATCH RFC 0/3] Altera Triple Speed Ethernet (TSE) Driver RFC
 2014-03-03  9:53 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/7] dataplane: switch to N:M devices-per-thread model
 2014-03-03  9:52 UTC  (7+ messages)
` [Qemu-devel] [PATCH v5 1/7] object: add object_get_canonical_basename()
` [Qemu-devel] [PATCH v5 5/7] qdev: make get_pointer() handle temporary strings

[PATCH BlueZ 01/16] android/avrcp-lib: Add avrcp_send function
 2014-03-03  9:52 UTC  (3+ messages)
` [PATCH BlueZ 03/16] android/avrcp-lib: Rework handler callback parameters

[RFC v7 0/3] add new Dual LED FLASH LM3646
 2014-03-03  9:52 UTC  (4+ messages)
` [RFC v7 1/3] v4l2-controls.h: add addtional Flash fault bits
` [RFC v7,2/3] controls.xml : "
` [RFC v7,3/3] media: i2c: add new dual LED Flash driver, lm364

post-receive: pub/scm/utils/util-linux/util-linux
 2014-03-03  9:52 UTC 

[GIT PULL 1/6] Samsung cleanup for v3.15
 2014-03-03  9:52 UTC  (2+ messages)

Reset due to emergency remount r/o
 2014-03-03  9:52 UTC  (5+ messages)

[GIT PULL 2/6] Samsung drivers for v3.15
 2014-03-03  9:51 UTC  (2+ messages)

[PATCH 1/4] mfd: mc13xxx: Honor designed SPI mode
 2014-03-03  9:51 UTC  (3+ messages)

[BUG?] Null pointer dereference in nf_ct_delete_from_lists()
 2014-03-03  9:50 UTC 

[RFC v6 0/3] add new Dual LED FLASH LM3646
 2014-03-03  9:49 UTC  (4+ messages)
` [RFC v6,3/3] media: i2c: add new dual LED Flash driver, lm364

Enable headset Mic for Dell DT
 2014-03-03  9:49 UTC  (4+ messages)

[PATCH 1/4] [media] em28xx_dvb: only call the software filter if data
 2014-03-03  9:48 UTC  (4+ messages)
` [PATCH 2/4] [media] em28xx: Display the used DVB alternate
` [PATCH 3/4] [media] dvb_frontend: better handle lna set errors
` [PATCH 4/4] [media] DocBook: document DVB DMX_[ADD|REMOVE]_PID

post-receive: pub/scm/linux/kernel/git/tiwai/sound
 2014-03-03  9:49 UTC 

[Buildroot] Addition of packages: libvirt & qemu (target)
 2014-03-03  9:48 UTC 

[U-Boot] logo part Makefile doesn't work as expected
 2014-03-03  9:47 UTC  (2+ messages)

[RFC] [PATCH 0/6] media: em28xx - power management support em28xx
 2014-03-03  9:45 UTC  (4+ messages)
` [RFC] [PATCH 4/6] media: em28xx-input - implement em28xx_ops: suspend/resume hooks

[PATCH 0/2] fix package archs ordering for RPM
 2014-03-03  9:43 UTC  (3+ messages)
` [PATCH 1/2] Revert "lib/oe/package_manager.py: RpmPM: fix issue with multilib builds"
` [PATCH 2/2] package_manager.py: RpmPM: don't add smart channel if already added

makedumpfile: get_max_mapnr() from ELF header problem
 2014-03-03  9:44 UTC  (3+ messages)

[Printing-architecture] RESCHEDULED: Joint OpenPrinting Summit/PWG Meeting on August 12-15 in Toronto, Canada
 2014-03-03  9:41 UTC 

[PATCH v3] Replace memcpy with hashcpy when dealing hash copy globally
 2014-03-03  9:39 UTC 

Device Tree file for Zyxel NSA320
 2014-03-03  9:41 UTC  (4+ messages)

[PATCH 1/2] Staging: comedi: introduce outl_1564_* and inl_1564_* helper functions in hwdrv_apci1564.c
 2014-03-03  9:40 UTC  (3+ messages)
` [PATCH v2 2/2] Staging: comedi: use inl() and outl() helper functions

post-receive: pub/scm/linux/kernel/git/jirislaby/linux-stable
 2014-03-03  9:40 UTC 

[PATCH] watchdog: core: module param to activate watchdog
 2014-03-03  9:39 UTC  (3+ messages)

[Patch v8 0/2] Add Qualcomm BAM dmaengine driver
 2014-03-03  9:38 UTC  (5+ messages)
` [Patch v8 2/2] dmaengine: add Qualcomm BAM dma driver

[PATCH] mm: zswap: remove unnecessary parentheses
 2014-03-03  9:37 UTC  (2+ messages)

[PATCH]sched/core: Return possibility to set RT and DL classes back
 2014-03-03  9:35 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/tiwai/sound-unstable
 2014-03-03  9:36 UTC 

[PATCH] dma: Add Keystone Packet DMA Engine driver
 2014-03-03  9:34 UTC  (4+ messages)

[PATCH v9 0/9] USB Host support for OMAP5 uEVM
 2014-03-03  9:34 UTC  (5+ messages)

[PATCH v3 0/7] ARM: dts: Better support for Gumstix Overo (for 3.15?)
 2014-03-03  9:34 UTC  (14+ messages)
` [PATCH v3 1/7] ARM: dts: omap3-tobi: Add missing pinctrl
` [PATCH v3 2/7] ARM: dts: omap3-overo: "
` [PATCH v3 3/7] ARM: dts: omap3-overo: Enable WiFi/BT combo
` [PATCH v3 4/7] ARM: dts: omap3-overo: Add HSUSB PHY
` [PATCH v3 5/7] ARM: dts: omap: Add common file for SMSC9221
` [PATCH v3 6/7] ARM: dts: omap3-tobi: Use include file omap-gpmc-smsc9221
` [PATCH v3 7/7] ARM: dts: omap3-tobi: Add AT24C01 EEPROM


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.