LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-13 08:31:21 to 2015-10-13 11:54:19 UTC [more...]

System with multiple arizona (wm5102) codecs
 2015-10-13 11:53 UTC  (6+ messages)
  ` multi-codec support for arizona-ldo1 was "

[PATCH v2 00/17] Divorcing irqdomain and device_node
 2015-10-13 11:51 UTC  (13+ messages)
` [PATCH v2 04/17] irqdomain: Introduce a firmware-specific IRQ specifier structure
` [PATCH v2 05/17] irqchip: Convert all alloc/xlate users from of_node to fwnode
` [PATCH v2 07/17] irqdomain: Introduce irq_domain_create_{linear,tree}
` [PATCH v2 08/17] irqdomain: Add a fwnode_handle allocator
` [PATCH v2 09/17] acpi/gsi: Always perform an irq domain lookup
` [PATCH v2 11/17] irqchip/gic: Get rid of gic_init_bases()
` [PATCH v2 12/17] irqchip/gic: Switch ACPI support to stacked domains
` [PATCH v2 13/17] irqchip/gic: Kill the xlate method
` [PATCH v2 14/17] acpi/gsi: Cleanup acpi_register_gsi
` [PATCH v2 15/17] irqdomain: Introduce irq_domain_create_hierarchy
` [PATCH v2 16/17] irqdomain/msi: Use fwnode instead of of_node
` [PATCH v2 17/17] irqdomain: Documentation updates

[PATCH 1/5] perf: unwind: fix unw_word_t pointer casts
 2015-10-13 11:52 UTC  (12+ messages)
` [PATCH 2/5] perf: unwind: pass symbol source to libunwind
` [PATCH 4/5] tools: build: fix libiberty feature detection
` [PATCH 5/5] perf: add Makefile.deps for easier cross compiling

[PATCH] drm: sti: fix typos in stih4xx binding
 2015-10-13 11:51 UTC 

[PATCH v6 00/11] simplify block layer based on immutable biovecs
 2015-10-13 11:50 UTC  (3+ messages)
` [PATCH v6 05/11] block: remove split code in blkdev_issue_{discard,write_same}

[PATCH 0/4] Add support for STM32 DMA
 2015-10-13 11:50 UTC  (5+ messages)
` [PATCH 2/4] dmaengine: Add STM32 DMA driver

[PATCH v3 02/13] phy: exynos-ufs: add UFS PHY driver for EXYNOS SoC
 2015-10-13 11:38 UTC  (3+ messages)
` [RFC PATCH] phy: exynos-ufs: exynos_ufs_phy_calibrate() can be static

[RFC] futex: prevent endless loop on s390x with emulated hugepages
 2015-10-13 11:48 UTC  (3+ messages)

[PATCH v3 00/13] exynos-ufs: add support for Exynos
 2015-10-13 11:38 UTC  (8+ messages)
` [PATCH v3 11/13] Documentation: devicetree: ufs: Add DT bindings for exynos UFS host controller
` [PATCH v3 12/13] scsi: ufs-exynos: add UFS host support for Exynos SoCs

[PATCH] ARM:mm: fix kmap_atomic_to_page
 2015-10-13 11:44 UTC  (4+ messages)

[PATCH] ARM: dts: imx6: phyFLEX: fix typo in "pinctrl-names"
 2015-10-13 11:43 UTC 

[PATCH v4 0/3] net: unix: fix use-after-free
 2015-10-13 11:42 UTC  (5+ messages)
` [PATCH v4 1/3] net: unix: fix use-after-free in unix_dgram_poll()

[PATCH] ARM: dts: msm8974: fix typo in "disabled" property
 2015-10-13 11:41 UTC  (2+ messages)

GPF in rt6_uncached_list_flush_dev
 2015-10-13 11:53 UTC  (4+ messages)
  ` [PATCH net] ipv6: Don't call with rt6_uncached_list_flush_dev

[PATCH] ARM: dts: berlin: fix typo in chosen property
 2015-10-13 11:35 UTC  (2+ messages)

questions about [PATCH]mtd: nand: fix SCAN2NDPAGE check for BBM
 2015-10-13 11:33 UTC 

[RFC v2 0/1] i2c: acpi: scan ACPI enumerated I2C mux channels
 2015-10-13 11:32 UTC  (6+ messages)
` [PATCH 0/2] "
  ` [PATCH 2/2] i2c: add ACPI support for I2C mux ports

[PATCH v2 0/9] Add support for FDMA DMA controller found on STi chipsets
 2015-10-13 11:33 UTC  (15+ messages)
` [PATCH v2 3/9] dmaengine: st_fdma: Add STMicroelectronics FDMA driver header file
` [PATCH v2 5/9] dmaengine: st_fdma: Add xp70 firmware loading mechanism
` [PATCH v2 6/9] dmaengine: st_fdma: Add fdma suspend and resume callbacks
` [PATCH v2 1/9] dmaengine: st_fdma: Add STMicroelectronics FDMA DT binding documentation

[RFC v2 PATCH 00/14] Implement generic IPI support mechanism
 2015-10-13 11:29 UTC  (19+ messages)
` [RFC v2 PATCH 01/14] irq: add new IRQ_DOMAIN_FLAGS_IPI
` [RFC v2 PATCH 02/14] irq: add GENERIC_IRQ_IPI Kconfig symbol
` [RFC v2 PATCH 03/14] irq: add new struct ipi_mask
` [RFC v2 PATCH 04/14] irq: add a new irq_send_ipi() to irq_chip
` [RFC v2 PATCH 05/14] irq: add struct ipi_mask to irq_data
` [RFC v2 PATCH 06/14] irq: add struct ipi_mapping and its helper functions
` [RFC v2 PATCH 07/14] irq: add a new generic IPI reservation code to irq core
` [RFC v2 PATCH 08/14] irq: implement irq_send_ipi
` [RFC v2 PATCH 09/14] MIPS: add support for generic SMP IPI support
` [RFC v2 PATCH 10/14] MIPS: make smp CMP, CPS and MT use the new generic IPI functions
` [RFC v2 PATCH 11/14] MIPS: delete smp-gic.c
` [RFC v2 PATCH 12/14] irqchip: mips-gic: add a IPI hierarchy domain
` [RFC v2 PATCH 13/14] irqchip: mips-gic: implement the new irq_send_ipi
` [RFC v2 PATCH 14/14] irqchip: mips-gic: remove IPI init code

[RFC] arm: add __initbss section attribute
 2015-10-13 11:28 UTC  (6+ messages)

[PATCH 0/2] sched: make fair class handle rq/group changes by outside
 2015-10-13 11:26 UTC  (4+ messages)
` [PATCH 1/2] sched: make fair sched class can handle the cgroup change by other class

[PATCH] ARM: at91/dt: fix "disabled" property on at91rm9200
 2015-10-13 11:24 UTC 

Blacklisting the default kernel drivers
 2015-10-13 11:22 UTC 

[PATCH v10 0/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05
 2015-10-13 11:18 UTC  (7+ messages)
` [PATCH v10 4/6] "

[PATCH v3] scsi: report 'INQUIRY result too short' once per host
 2015-10-13 11:17 UTC  (5+ messages)

[PATCH] MDIO: FSL_PQ_MDIO: Fix bug on incorrect offset of tbipa register
 2015-10-13 11:30 UTC  (5+ messages)
` [PATCH v2 1/2] net/fsl_pq_mdio: check TBI address for consistency with mapped range
  ` [PATCH v2 2/2] net/fsl_pq_mdio: fix computed address for the TBI register

[PATCHv2 1/3] Documentation: ad5064: Added devicetree bindings documentation
 2015-10-13 11:11 UTC  (3+ messages)

[RFC PATCH 0/2] bpf: enable/disable events stored in PERF_EVENT_ARRAY maps trace data output when perf sampling
 2015-10-13 11:07 UTC  (11+ messages)
` [RFC PATCH 2/2] bpf: Implement bpf_perf_event_sample_enable/disable() helpers

[PATCH net-next 0/4] net: dsa: mv88e6xxx: fix hardware bridging
 2015-10-13 11:27 UTC  (2+ messages)

[PATCH net-next] RDS-TCP: Reset tcp callbacks if re-using an outgoing socket in rds_tcp_accept_one()
 2015-10-13 11:23 UTC  (2+ messages)

[PATCH net-next] RDS: Invoke ->laddr_check() in rds_bind() for explicitly bound transports
 2015-10-13 11:23 UTC  (2+ messages)

[PATCH] qlcnic: constify qlcnic_mbx_ops structure
 2015-10-13 11:18 UTC  (2+ messages)

[PATCH] x86: Fix thermal throttling reporting after kexec
 2015-10-13 10:43 UTC  (3+ messages)

[PATCH v4 0/2] arm64: Introduce IRQ stack
 2015-10-13 11:00 UTC  (7+ messages)
` [PATCH v4 2/2] arm64: Expand the stack trace feature to support "

[PATCH] iio: Move IIO Dummy Driver out of staging
 2015-10-13 10:56 UTC  (5+ messages)

[PATCH V2] regulator: da9053: Update regulator for DA9053 BB silicon support
 2015-10-13 10:44 UTC 

[PATCH v2] regulator: Propagate voltage changes to supply regulators
 2015-10-13 10:45 UTC  (9+ messages)
` [PATCH 1/8] regulator: core: create unlocked version of regulator_list_voltage
` [PATCH 2/8] regulator: core: create unlocked version of regulator_set_voltage
` [PATCH 3/8] regulator: introduce min_dropout_uv
` [PATCH 4/8] regulator: core: introduce function to lock regulators and its supplies
` [PATCH 5/8] regulator: introduce regulator_get_voltage_floor
` [PATCH 6/8] regulator: core: Propagate voltage changes to supply regulators
` [PATCH 7/8] regulator: i.MX anatop: Allow supply regulator
` [PATCH 8/8] ARM: i.MX6 Phytec PFLA02: Add supplies for the SoC internal regulators

[PATCH 0/4] add support for GICv3 on the Foundation model
 2015-10-13 10:44 UTC  (7+ messages)
` [PATCH 1/4] arm64: dts: prepare foundation-v8.dts to cope with GICv3
` [PATCH 2/4] arm64: dts: Foundation model: increate GICC region to allow EOImode=1
` [PATCH 3/4] arm64: dts: split Foundation model dts to put the GIC separately
` [PATCH 4/4] arm64: dts: add .dts for GICv3 Foundation model

[PATCH v5 0/2] arm64: kvm: reset hyp context for kexec
 2015-10-13 10:43 UTC  (5+ messages)
` [PATCH v5 1/2] arm64: kvm: allows kvm cpu hotplug

[PATCH 00/17] PM / wakeup : remove misuse of IRQF_NO_SUSPEND flag
 2015-10-13 10:42 UTC  (5+ messages)
` [PATCH 12/17] ARM: OMAP2+: "

[PATCH v4 00/25] dmaengine/ARM: Merge the edma drivers into one
 2015-10-13 10:39 UTC  (5+ messages)
` [PATCH v4 11/25] ARM/dmaengine: edma: Merge the two drivers under drivers/dma/

[PATCH 0/4] Add tune support of Mediatek MMC driver
 2015-10-13 10:38 UTC  (6+ messages)
` [PATCH 1/4] mmc: core: Add DT bindings for eMMC hardware reset support
` [PATCH 2/4] mmc: dt-bindings: update Mediatek MMC bindings
` [PATCH 3/4] mmc: mediatek: Add tune support
` [PATCH 4/4] arm64: dts: mediatek:: Add HS200/HS400/SDR50/SDR104 support

Regression: at24 eeprom writing
 2015-10-13 10:38 UTC  (7+ messages)

[RFC PATCH 1/2] ext4: Fix possible deadlock with local interrupts disabled and page-draining IPI
 2015-10-13 10:37 UTC  (8+ messages)

[PATCH] cpufreq: arm_big_little: fix frequency check when bL switcher is active
 2015-10-13 10:36 UTC  (6+ messages)

[PATCH 0/2] KVM: x86: fix deliver of SMIs to halted VCPUs
 2015-10-13 10:34 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: clean up kvm_arch_vcpu_runnable
` [PATCH 2/2] KVM: x86: fix SMI to halted VCPU

[RFC 1/7] arm64: pm/domains: try mutualize CPU domains init between arm/arm64
 2015-10-13 10:29 UTC  (7+ messages)
` [RFC v2 0/6] Managing cluser-level c-states with generic power domains
  ` [RFC v2 2/6] PM / Domains: prepare for devices that might register a power state

[BUG] broken mixer after second resume from mem
 2015-10-13 10:25 UTC 

[PATCH v3] phy: rcar-gen3-usb2: Add R-Car Gen3 USB2 PHY driver
 2015-10-13 10:24 UTC  (2+ messages)

PLS I NEED YOUR HELP
 2015-10-12 21:19 UTC 

[PATCH] misc: mic: fix memory leak
 2015-10-13 10:23 UTC  (4+ messages)
` [RFC PATCH] misc: mic: scif_deinit_p2p_info() can be static

[PATCH v4 0/3] phy: rcar-gen3-usb2: Add R-Car Gen3 USB2 PHY driver
 2015-10-13 10:22 UTC  (4+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] phy: rcar-gen3-usb2: change the mode to OTG on the combined channel
` [PATCH v4 3/3] phy: rcar-gen3-usb2: add runtime ID/VBUS pin detection

[PATCH] spi: spi-ti-qspi: switch to polling mode for better r/w performance
 2015-10-13 10:21 UTC 

[PATCH v2] misc: mic: fix memory leak
 2015-10-13 10:19 UTC 

[PATCH v2 00/22] arm64: Consolidate CPU feature handling
 2015-10-13 10:12 UTC  (11+ messages)
` [PATCH v2 07/22] arm64: Keep track of CPU feature registers
` [PATCH v2 12/22] arm64: Delay cpu feature checks

[PATCH v2 0/5] Arizona Extcon Update Device Bindings
 2015-10-13 10:11 UTC  (9+ messages)
` [PATCH v2 4/5] mfd: arizona: Update DT binding documentation for mic detection

[git pull] IOMMU Fixes for Linux v4.3-rc5
 2015-10-13 10:09 UTC 

[PATCH v9 0/9] Goodix touchscreen enhancements
 2015-10-13 10:07 UTC  (7+ messages)
` [PATCH v9 2/9] Input: goodix - reset device at init

[PATCH v2 0/3] mfd: EXYNOS: Properly shutdown Odroid XU3
 2015-10-13 10:07 UTC  (4+ messages)
` [PATCH v2 1/3] mfd: documentation: dt: Document grounded ACOKB pin on S2MPS11

[PATCH] EDAC: use debugfs_remove_recursive instead of debugfs_remove
 2015-10-13  9:45 UTC  (4+ messages)

[PATCH] MAINTAINERS: fix entry of char/misc
 2015-10-13 10:04 UTC 

[PATCHv2 1/2] Documentation: ad5592r: Added devicetree bindings documentation
 2015-10-13  9:38 UTC  (2+ messages)
` [PATCHv2 2/2] iio: dac: Add support for the AD5592R/AD5593R ADCs/DACs

[PATCH][RFC] mm: Introduce kernelcore=reliable option
 2015-10-13  9:51 UTC  (5+ messages)

linux-next: manual merge of the tip tree with the arm64 tree
 2015-10-13  9:50 UTC  (2+ messages)

[PATCH] e1000e: fix division by zero on jumbo MTUs
 2015-10-13  9:48 UTC 

[PATCH v7 58/60] PCI: Introduce resource_disabled()
 2015-10-13  9:48 UTC  (2+ messages)
` [v7,58/60] "

[PATCH 04/25] scsi: hisi_sas: add scsi host registration
 2015-10-13  9:47 UTC  (6+ messages)
  ` [PATCH 05/25] scsi: hisi_sas: allocate memories and create pools
  ` [PATCH 07/25] scsi: hisi_sas: add ioremap for device HW

[PATCH 00/10] Drivers: hv: Miscellaneous fixes
 2015-10-13  9:46 UTC  (9+ messages)
` [PATCH 01/10] Drivers: hv: util: Increase the timeout for util services
  ` [PATCH 02/10] Drivers: hv: utils: run polling callback always in interrupt context

[PATCH v7 51/60] PCI: Unify skip_ioresource_align()
 2015-10-13  9:45 UTC  (2+ messages)
` [v7,51/60] "

[PATCH v4 0/3] Mediatek SPI-NOR flash driver
 2015-10-13  9:39 UTC  (4+ messages)
` [PATCH v4 1/3] doc: dt: add documentation for Mediatek spi-nor controller
` [PATCH v4 2/3] mtd: mtk-nor: mtk serial flash controller driver
` [PATCH v4 3/3] arm64: dts: mt8173: Add nor flash node

[PATCH] pstore: add vmalloc error check
 2015-10-13  9:27 UTC 

[PATCH 1/3] x86/apic: Rename MAX_LOCAL_APIC to MAX_LOCAL_APICID
 2015-10-13  9:32 UTC  (6+ messages)
` [PATCH 3/3] x86/apic: Use smaller array for __apicid_to_node[] mapping

[RFC] regulator: Propagate voltage changes to supply regulators
 2015-10-13  9:30 UTC  (6+ messages)
` [PATCH 4/6] regulator: core: "

[PATCH v7 0/6] Add support for DA9150 Fuel-Gauge
 2015-10-13  9:26 UTC  (13+ messages)
` [PATCH v7 1/6] mfd: da9150: Add support for Fuel-Gauge
` [PATCH v7 2/6] mfd: da9150: Update DT bindings for Fuel-Gauge support
` [PATCH v7 3/6] power: Add support for DA9150 Fuel-Gauge
` [PATCH v7 4/6] power: da9150: Add DT bindings documentation for Fuel-Gauge
` [PATCH v7 5/6] mfd: da9150: Use relative paths in DT bindings document
` [PATCH v7 6/6] mfd: da9150: Use DEFINE_RES_IRQ_NAMED() help macro for IRQ resource

[PATCH v2 1/6] mfd: arizona: factor out DCVDD isolation control
 2015-10-13  9:25 UTC  (13+ messages)
` [PATCH v2 2/6] mfd: arizona: factor out checking of jack detection state
` [PATCH v2 3/6] mfd: arizona: Downgrade type mismatch messages to dev_warn
` [PATCH v2 4/6] mfd: arizona: Simplify adding subdevices
` [PATCH v2 5/6] mfd: arizona: Remove use of codec build config #ifdefs
` [PATCH v2 6/6] mfd: arizona: use correct type ID for device tree config

[PATCH v3] mtd: nand: pass page number to ecc->write_xxx() methods
 2015-10-13  9:22 UTC  (2+ messages)
` [PATCH v4] "

[PATCH v4 0/16] Add Analogix Core Display Port Driver
 2015-10-13  9:21 UTC  (10+ messages)
` [PATCH v5 0/17] "

[PATCH v2 0/8] enable I2C devices behind I2C bus on Gen2
 2015-10-13  9:21 UTC  (3+ messages)
` [PATCH v2 2/8] mfd: core: redo ACPI matching of the children devices

[PATCH] hugetlb: clear PG_reserved before setting PG_head on gigantic pages
 2015-10-13  9:09 UTC 

[PATCH] leds: leds-gpio: add shutdown function
 2015-10-13  9:13 UTC  (2+ messages)

[PATCH V2] mm, page_alloc: reserve pageblocks for high-order atomic allocations on demand -fix
 2015-10-13  9:08 UTC  (2+ messages)

[PATCH v2] thp: use is_zero_pfn only after pte_present check
 2015-10-13  9:10 UTC  (3+ messages)

[PATCH] zsmalloc: remove unless line in obj_free
 2015-10-13  9:07 UTC  (4+ messages)
  ` [PATCH v2] zsmalloc: remove useless "

[PATCH 1/2] sched/fair: Fix weight overly small for interactive group entity
 2015-10-13  1:18 UTC  (2+ messages)
` [PATCH 2/2] sched/fair: Update task group's load_avg after task migrate

[PATCH v2 1/3] mfd: sec-core: Dump PMIC revision to find out the HW
 2015-10-13  9:04 UTC  (8+ messages)
` [PATCH v2 2/3] mfd: dt-bindings: Document pulled down WRSTBI pin on S2MPS1X
` [PATCH v2 3/3] mfd: sec-core: Disable buck voltage reset on watchdog falling edge

[PATCH v2 0/4] Basic trusted keys support for TPM 2.0
 2015-10-13  8:53 UTC  (2+ messages)

[PATCH v2 0/3] Add RT5033 Flash LED driver
 2015-10-13  8:53 UTC  (5+ messages)
` [PATCH v2 3/3] leds: rt5033: Add RT5033 Flash led device driver

[PATCH] mfd: Make TPS6105X select REGMAP_I2C
 2015-10-13  8:46 UTC  (2+ messages)

[PATCH 1/2] mfd: lm3533: fix build warning
 2015-10-13  8:45 UTC  (4+ messages)
` [PATCH 2/2] mfd: rtsx: "

[PATCH v5 0/5] Provide better MADT subtable sanity checks
 2015-10-13  8:43 UTC  (5+ messages)
` [Linaro-acpi] "

[PATCH] Fixed several comment coding style blasphemies
 2015-10-13  8:40 UTC 

[PATCH 1/4] ARM: exynos_defconfig: Enable Maxim 8997 family drivers
 2015-10-13  8:38 UTC  (5+ messages)
` [PATCH 3/4] ARM: multi_v7_defconfig: "
` [PATCH 4/4] ARM: multi_v7_defconfig: Enable Maxim 77693 LED and haptic drivers

[PATCH v3 0/2] sched: consider missed ticks when updating cpu load
 2015-10-13  8:37 UTC  (8+ messages)
` [PATCH v3 2/2] sched: consider missed ticks when updating global "

[PATCH v7 0/4] KASAN for arm64
 2015-10-13  8:34 UTC  (2+ messages)

[PATCH v7 0/8] Watchdog: introduce ARM SBSA watchdog driver
 2015-10-13  8:34 UTC  (6+ messages)
  ` [PATCH v7 5/8] "

[PATCH v4 0/4] Patchset enabling hardware based cross-timestamps for next gen Intel platforms
 2015-10-13  8:31 UTC  (5+ messages)
` [PATCH v4 1/4] Produce system time from correlated clocksource


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).