All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-04-25 11:31:22 to 2014-04-25 11:49:19 UTC [more...]

[PATCH 000/222] The *Full* Cubox-i series
 2014-04-25 11:49 UTC  (169+ messages)
` [PATCH 005/222] ARM: l2c: remove unnecessary UL-suffix to mask values
` [PATCH 006/222] ARM: outer cache: add documentation of outer cache functions
` [PATCH 007/222] ARM: outer cache: add WARN_ON() to outer_disable()
` [PATCH 008/222] ARM: l2c: add helper for L2 cache controller DT IDs
` [PATCH 009/222] ARM: l2c: tidy up l2x0_of_data declarations
` [PATCH 010/222] ARM: l2c: rename OF specific things, making l2x0_of_data available to all
` [PATCH 011/222] ARM: l2c: provide generic function for calling set_debug method
` [PATCH 012/222] ARM: l2c: split out cache unlock code
` [PATCH 013/222] ARM: l2c: provide generic helper for way-based operations
` [PATCH 014/222] ARM: l2c: rename cache_wait_way()
` [PATCH 015/222] ARM: l2c: add and use L2C revision constants
` [PATCH 016/222] ARM: l2c: clean up OF initialisation a bit
` [PATCH 017/222] ARM: l2c: pass iomem address into data->save function
` [PATCH 018/222] ARM: l2c: move l2c save function to __l2c_init()
` [PATCH 019/222] ARM: l2c: group implementation specific code together
` [PATCH 020/222] ARM: l2c: provide enable method
` [PATCH 021/222] ARM: l2c: write auxctrl register before unlocking
` [PATCH 022/222] ARM: l2c: only write the auxiliary control register if required
` [PATCH 023/222] ARM: l2c: move aurora broadcast setup to enable function
` [PATCH 024/222] ARM: l2c: implement fixups for L2 cache controller quirks/errata
` [PATCH 025/222] ARM: l2c: clean up L2 cache initialisation messages
` [PATCH 026/222] ARM: l2c: move and add ARM L2C-2x0/L2C-310 save/resume code to non-OF
` [PATCH 027/222] ARM: l2c: clean up save/resume functions
` [PATCH 028/222] ARM: l2c: simplify l2x0 unlocking code
` [PATCH 029/222] ARM: l2c: move pl310_set_debug() into l2c-310 code
` [PATCH 030/222] ARM: l2c: add L2C-210 specific handlers
` [PATCH 031/222] ARM: l2c: implement L2C-310 erratum 727915 as a method override
` [PATCH 032/222] ARM: l2c: implement L2C-310 erratum 588369 "
` [PATCH 033/222] ARM: l2c: use L2C-210 handlers for L2C-310 errata-less implementations
` [PATCH 034/222] ARM: l2c: add L2C-220 specific handlers
` [PATCH 035/222] ARM: l2c: convert Broadcom L2C-310 to new code
` [PATCH 036/222] ARM: l2c: remove obsolete l2x0 ops for non-OF init
` [PATCH 037/222] ARM: l2c: move type string into l2c_init_data structure
` [PATCH 038/222] ARM: l2c: add decode for L2C-220 cache ways
` [PATCH 039/222] ARM: l2c: move way size calculation data into l2c_init_data
` [PATCH 040/222] ARM: l2c: move errata configuration options to arch/arm/mm/Kconfig
` [PATCH 041/222] ARM: l2c: provide generic hook to intercept writes to secure registers
` [PATCH 042/222] ARM: l2c: omap2: implement new write_sec method
` [PATCH 043/222] ARM: l2c: omap2: remove explicit SMI calls to enable L2 cache
` [PATCH 044/222] ARM: l2c: highbank: implement new write_sec method
` [PATCH 045/222] ARM: l2c: highbank: remove explicit SMI call in L2 cache initialisation
` [PATCH 046/222] ARM: l2c: ux500: implement dummy write_sec method
` [PATCH 047/222] ARM: l2c: remove old .set_debug method
` [PATCH 048/222] ARM: l2c: implement L2C-310 erratum 752271 in core L2C code
` [PATCH 049/222] ARM: l2c: fix register naming
` [PATCH 050/222] ARM: l2c: add automatic enable of early BRESP
` [PATCH 051/222] ARM: l2c: remove platforms/SoCs setting "
` [PATCH 052/222] ARM: l2c: tegra: remove associativity and way size from aux_ctrl
` [PATCH 053/222] ARM: l2c: ux500: "
` [PATCH 054/222] ARM: l2c: ux500: don't try to change the L2 cache auxiliary control register
` [PATCH 055/222] ARM: l2c: cns3xxx: remove cache size override
` [PATCH 056/222] ARM: l2c: exynos: "
` [PATCH 057/222] ARM: l2c: nomadik: "
` [PATCH 058/222] ARM: l2c: omap2: "
` [PATCH 059/222] ARM: l2c: prima2: "
` [PATCH 060/222] ARM: l2c: shmobile: "
` [PATCH 061/222] ARM: l2c: spear13xx: "
` [PATCH 062/222] ARM: l2c: sti: "
` [PATCH 063/222] ARM: l2c: zynq: "
` [PATCH 064/222] ARM: l2c: realview: improve commentry about the L2 cache requirements
` [PATCH 065/222] ARM: l2c: kill L2X0_AUX_CTRL_MASK before anyone else makes use of this
` [PATCH 066/222] ARM: l2c: print a warning with L2C-310 caches if the cache size is modified
` [PATCH 067/222] ARM: l2c: vexpress ca9x4: move L2 cache initialisation earlier
` [PATCH 068/222] ARM: l2c: add L2C-310 power control DT properties
` [PATCH 069/222] ARM: l2c: check that DT files specify the required "cache-unified" property
` [PATCH 070/222] ARM: l2c: add warnings for stuff modifying aux_ctrl register values
` [PATCH 071/222] net:fec: remove unnecessary ip stack includes
` [PATCH 072/222] net:fec: reorder ethtool ops to match order in struct declaration
` [PATCH 073/222] net:fec: remove checking for NULL phy_dev in fec_enet_close()
` [PATCH 074/222] net:fec: ensure that a disconnected phy isn't configured
` [PATCH 075/222] net:fec: add support for dumping transmit ring on timeout
` [PATCH 076/222] net:fec: use netif_tx_disable() rather than netif_stop_queue()
` [PATCH 077/222] net:fec: iMX6 FEC does not support half-duplex gigabit
` [PATCH 078/222] net:fec: clean up transmit descriptor setup
` [PATCH 079/222] net:fec: make rx skb allocation/map more robust
` [PATCH 080/222] net:fec: ensure fec_enet_free_buffers() properly cleans the rings
` [PATCH 081/222] net:fec: fix missing kmalloc() failure check in fec_enet_alloc_buffers()
` [PATCH 082/222] net:fec: ensure that we dma unmap the transmit descriptors
` [PATCH 083/222] net:fec: remove useless fep->opened
` [PATCH 084/222] net:fec: stop the phy before shutting down the MAC
` [PATCH 085/222] net:fec: improve safety of suspend/resume/transmit timeout paths
` [PATCH 086/222] net:fec: ensure fec_enet_close() copes with resume failure
` [PATCH 087/222] net:fec: only run a restart or stop if the device is present and running
` [PATCH 088/222] net:fec: move calls to quiesce/resume packet processing out of fec_restart()
` [PATCH 089/222] net:fec: remove inappropriate calls around fec_restart()
` [PATCH 090/222] net:fec: quiesce packet processing before stopping device in fec_suspend()
` [PATCH 091/222] net:fec: quiesce packet processing before stopping device in fec_set_features()
` [PATCH 092/222] net:fec: quiesce packet processing before changing features
` [PATCH 093/222] net:fec: quiesce packet processing when taking link down in fec_enet_adjust_link()
` [PATCH 094/222] net:fec: fix ethtool set_pauseparam duplex bug
` [PATCH 095/222] net:fec: clean up duplex mode handling
` [PATCH 096/222] net:fec: add barrier to transmit path to ensure proper ordering
` [PATCH 097/222] net:fec: add barrier to receive "
` [PATCH 098/222] net:fec: better implementation of iMX6 ERR006358 quirk
` [PATCH 099/222] net:fec: avoid hitting transmitter if it is still running
` [PATCH 100/222] net:fec: remove delayed work
` [PATCH 101/222] net:fec: fix interrupt handling races
` [PATCH 102/222] net:fec: clear receive interrupts before processing a packet
` [PATCH 103/222] net:fec: remove useless status check in tx reap path
` [PATCH 104/222] net:fec: use a union for the buffer descriptors
` [PATCH 105/222] net:fec: consolidate hwtstamp implementation
` [PATCH 106/222] net:fec: better indexing for transmit descriptor ring
` [PATCH 107/222] net:fec: better indexing for receive "
` [PATCH 108/222] net:fec: calculate ring space rather than relying on comparing indices
` [PATCH 109/222] net:fec: increase transmit ring size
` [PATCH 110/222] net:fec: increase receive "
` [PATCH 111/222] net:fec: add scatter-gather support
` [PATCH 112/222] net:fec: add byte queue limits support
` [PATCH 113/222] net:fec: add better flow control support
` [PATCH 114/222] net:fec: move transmit dma ring address calculation to fec_enet_init()
` [PATCH 115/222] net:fec: allocate descriptor rings at device open, and free on device close
` [PATCH 116/222] net:fec: remove unnecessary code
` [PATCH 117/222] net:fec: consolidate common parts of mdio read/write
` [PATCH 118/222] net:fec: add locking for MDIO bus access
` [PATCH 119/222] net:fec: move bufdesc_ex flag into flags
` [PATCH 120/222] net:fec: move receive checksum flags into new flags member
` [PATCH 121/222] net:fec: only enable CTAG_RX and IP checksumming if we have enhanced buffer descriptors
` [PATCH 122/222] net:fec: avoid checking more flags than necessary in rx path
` [PATCH 123/222] net:fec: move vlan receive flag into our private flags
` [PATCH 124/222] net:fec: add ethtool support for tx/rx ring sizes
` [PATCH 125/222] net:fec: even larger rings
` [PATCH 126/222] net:fec: unsorted hacks
` [PATCH 127/222] leds: leds-pwm: provide a common function to setup a single led-pwm device
` [PATCH 128/222] leds: leds-pwm: convert OF parsing code to use led_pwm_add()
` [PATCH 129/222] leds: leds-pwm: implement PWM inversion
` [PATCH 130/222] leds: leds-pwm: add DT support for LEDs wired to supply
` [PATCH 131/222] ARM: add support for Cubox-i PWM-driven front panel LED
` [PATCH 132/222] ASoC: work around block transfer issues with imx-pcm-dma
` [PATCH 133/222] ata: ahci_imx: warn when disabling ahci link
` [PATCH 134/222] ARM: imx: keep PLLs in bypass while they're locking
` [PATCH 135/222] ARM: imx: set IPU to be derived from the 540MHz PLL3 PFD1 clock
` [PATCH 136/222] regulator: allow GPIO 0 to be used for an enable signal
` [PATCH 137/222] ARM: dt: microsom: don't set bit 7 for ethernet mux settings
` [PATCH 138/222] ARM: imx6q: clk: Parent DI clocks to video PLL via di_pre_sel
` [PATCH 139/222] ARM: i.MX6: ipu_di_sel clocks can set parent rates
` [PATCH 140/222] ata: ahci_imx: allow hardware parameters to be specified in DT
` [PATCH 141/222] ARM: cubox-i: add eSATA DT configuration
` [PATCH 142/222] ahci_imx: add disable for spread-spectrum
` [PATCH 143/222] imx-drm: imx-drm-core: fix imx_drm_encoder_get_mux_id
` [PATCH 144/222] imx-drm: imx-drm-core: skip components whose parent device is disabled
` [PATCH 145/222] imx-drm: imx-ldb: add drm_panel support
` [PATCH 146/222] imx-drm: match ipu_di_signal_cfg's clk_pol with its description
` [PATCH 147/222] v4l2: add new V4L2_PIX_FMT_RGB666 pixel format
` [PATCH 148/222] imx-drm: add RGB666 support for parallel display
` [PATCH 149/222] imx-drm: ipu-common: add ipu_map_irq to request non-IDMAC interrupts
` [PATCH 150/222] imx-drm: ipu-common: add helpers to check for a busy IDMAC channel and to busywait for an interrupt
` [PATCH 151/222] imx-drm: ipu-dmfc: wait for FIFOs to run empty before disabling
` [PATCH 152/222] imx-drm: ipu-dc: wait for DC_FC_1 / DP_SF_END interrupt
` [PATCH 153/222] imx-drm: ipu-dp: split disabling the DP foreground channel from disabling the DP module
` [PATCH 154/222] imx-drm: imx-dp: when disabling the DP foreground channel, wait until the DP background channel is finished before disabling the IDMAC channel
` [PATCH 155/222] imx-drm: ipuv3-crtc: change display enable/disable order
` [PATCH 156/222] imx-drm: ipu-dc: disable DC module when not in use
` [PATCH 157/222] imx-drm: imx-hdmi: fix hdmi hotplug detection initial state
` [PATCH 158/222] dw-hdmi-audio: add audio driver
` [PATCH 159/222] dw-hdmi-audio: better hardware position tracking
` [PATCH 160/222] dw-hdmi-audio: parse ELD from HDMI driver
` [PATCH 161/222] dw-hdmi-audio: try to fix burbling audio
` [PATCH 162/222] dw-hdmi-audio: try implementing ERR005174 "
` [PATCH 163/222] dw-hdmi-audio: another attempt at fixing burbling
` [PATCH 164/222] dw-hdmi-audio: basic suspend/resume support
` [PATCH 165/222] cec: add generic HDMI CEC driver
` [PATCH 166/222] imx-drm: dw-hdmi-cec: add "
` [PATCH 167/222] ARM: imx: add HDMI support for SolidRun HummingBoard and Cubox-i
` [PATCH 168/222] ARM: imx: enable HDMI DRM support for imx_v6_v7_defconfig
` [PATCH 169/222] drm/i915: don't disable disconnected outputs
` [PATCH 170/222] drm: add generic ddc connector
` [PATCH 171/222] ARM: l2c: trial at enabling some Cortex-A9 optimisations
` [PATCH 172/222] ARM: l2c: move L2 cache register saving to a more sensible location

ARM: SoC fixes for 3.15-rc3
 2014-04-25 11:47 UTC  (2+ messages)

[PATCH 01/13] tty_ldisc: add more limits to the @write_wakeup
 2014-04-25 11:47 UTC  (13+ messages)
` [PATCH 10/13] tty: serial: omap: remove some dead code

[PATCH v3 0/3] Generic Device Tree based power domain look-up
 2014-04-25 11:47 UTC  (4+ messages)
` [PATCH v3 3/3] ARM: exynos: Move to generic power domain bindings

[xen-4.4-testing test] 25979: regressions - FAIL
 2014-04-25 11:46 UTC  (3+ messages)

Corrupted ext4 filesystem after mdadm manipulation error
 2014-04-25 11:43 UTC  (7+ messages)

[PATCH 1/2] powerpc: Allow ppc_md platform hook to override memory_block_size_bytes
 2014-04-25 11:42 UTC  (2+ messages)
` [PATCH 2/2] powerpc/powernv: Set memory_block_size_bytes to 256MB

[PATCH v2 0/8] xen: arm: support up to (almost) 1TB of guest RAM
 2014-04-25 11:42 UTC  (3+ messages)
` [PATCH v2 1/8] tools: libxl: use uint64_t not unsigned long long for addresses

[tip:x86/efi] x86/efi: Save and restore FPU context around efi_calls (x86_64)
 2014-04-25 11:40 UTC  (3+ messages)

[PATCH 00/38] MMC updates, plus CuBox-i WiFi support
 2014-04-25 11:40 UTC  (12+ messages)

Issue #5876 : assertion failure in rbd_img_obj_callback()
 2014-04-25 11:37 UTC  (4+ messages)

mmotm 2014-04-24-13-07 uploaded
 2014-04-25 11:37 UTC  (4+ messages)

unable to compile 1.6.0
 2014-04-25 11:36 UTC  (3+ messages)

[PATCH 0/3] Add PMU node for Exynos4210, Exynos4412, Exynos4212
 2014-04-25 11:54 UTC  (4+ messages)
` [PATCH v2 0/5] Add PMU node for Exynos SoCs
  ` [PATCH v2 4/5] arm: dts: Add syscon handle in pmu node for exynos5420
  ` [PATCH v2 5/5] Documentation: update samsung pmu binding information

[PATCH] oeqa/utils: sshcontrol: realtime logging of output
 2014-04-25 11:35 UTC 

3.15-rc2: i915 regression: only top 20% of screen works in X
 2014-04-25 11:33 UTC  (9+ messages)
        ` [bisect result] "

[GIT PULL] Xilinx Zynq changes for v3.15
 2014-04-25 11:31 UTC  (5+ messages)
` [GIT PULL v3] "

[PATCH v7 0/2] dts: Add usb2phy to Exynos 5250
 2014-04-25 11:31 UTC  (6+ messages)
` [PATCH v7 1/2] ARM: dts: Add sysreg sytem controller node to exynos5250 and exynos5420
` [PATCH v7 2/2] ARM: dts: Add usb2phy to Exynos 5250


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.