messages from 2014-03-31 15:00:15 to 2014-03-31 15:19:25 UTC [more...]
[PATCH 00/55]: ARM: OMAP2+: PRCM move to drivers
2014-03-31 15:16 UTC (104+ messages)
` [PATCH 01/55] ARM: OMAP4: CM: use cm_base* in register address calculations
` [PATCH 02/55] ARM: OMAP2+: PRCM: cleanup some header includes
` [PATCH 03/55] ARM: OMAP2+: PRM: remove unnecessary cpu_is_XXX calls from prm_init / exit
` [PATCH 04/55] ARM: OMAP3/4: PRM: provide io chain reconfig function through irq setup
` [PATCH 05/55] ARM: OMAP3/OMAP4: PRM: add prm_features flags and add IO wakeup under it
` [PATCH 06/55] ARM: OMAP3/4: PRM: add support of late_init call to prm_ll_ops
` [PATCH 07/55] ARM: OMAP3+: PRM: add cpu-type as parameter to prm_init calls
` [PATCH 08/55] ARM: DRA7: PRM: add voltage processor check behind a prm_feature flag
` [PATCH 09/55] ARM: OMAP4+: PRM: add prm_dev_inst offset as a global parameter
` [PATCH 10/55] ARM: OMAP3+: PRM: get rid of some unnecessary header files
` [PATCH 11/55] CLK: TI: clockdomain: add support for retrying init
` [PATCH 12/55] ARM: PRCM: split PRCM module init to their own driver files
` [PATCH 13/55] ARM: OMAP4: PRCM: remove references to cm-regbits-44xx.h from PRCM core files
` [PATCH 14/55] ARM: OMAP2: CM: remove references to cm-regbits-24xx.h from CM core code
` [PATCH 15/55] ARM: AM33xx: CM: remove references to cm-regbits-33xx.h "
` [PATCH 16/55] ARM: OMAP2: PRM: remove references to prm-regbits-24xx.h from PRM "
` [PATCH 17/55] ARM: AM33xx: PRM: remove references to prm-regbits-33xx.h "
` [PATCH 18/55] ARM: OMAP4: PRM: remove references to prm-regbits-44xx.h "
` [PATCH 19/55] ARM: OMAP3: PRM: remove references to prm-regbits-34xx.h "
` [PATCH 20/55] ARM: OMAP3+: PRCM: remove references to cm-regbits-34xx.h from PRCM "
` [PATCH 21/55] ARM: OMAP2+: PRCM: remove references to clock.h "
` [PATCH 22/55] ARM: OMAP2: CM: move cm2xxx.h header to a public location
` [PATCH 23/55] ARM: AM33xx: CM: move cm33xx.h "
` [PATCH 24/55] ARM: OMAP3: CM: move cm3xxx.h header to "
` [PATCH 25/55] ARM: OMAP4: CM: remove unnecessary cm44xx.h header file
` [PATCH 26/55] ARM: OMAP3: move cm2xxx_3xxx.h header to public location
` [PATCH 27/55] ARM: OMAP4+: CM: remove unused cm_44xx_54xx.h header file
` [PATCH 28/55] ARM: OMAP4: CM: make all omap4_cminst_read/write calls static
` [PATCH 29/55] ARM: OMAP4: CM: rename cminst44xx.h to cm44xx.h and move it to public location
` [PATCH 30/55] ARM: OMAP2+: CM: move cm.h header "
` [PATCH 31/55] ARM: OMAP2: export parts of prm2xxx.h header file
` [PATCH 32/55] ARM: OMAP2+: PRM: move prm2xxx_3xxx.h to public location
` [PATCH 33/55] ARM: AM33xx: PRM: move global warm reset implementation to driver
` [PATCH 34/55] ARM: AM33XX: PRM: move parts of the prm33xx.h header file to public location
` [PATCH 35/55] ARM: OMAP3: PRM: remove direct register declaration macros
` [PATCH 36/55] ARM: OMAP3: PRM: move prm3xxx.h header to public location
` [PATCH 37/55] ARM: OMAP4: PRM: remove direct register declaration macros
` [PATCH 38/55] ARM: OMAP4: PRM: move parts of prm44xx.h header file to public location
` [PATCH 39/55] ARM: OMAP5: PRM: remove direct register declaration macros
` [PATCH 40/55] ARM: OMAP5: PRM: move parts of prm54xx.h header file to public location
` [PATCH 41/55] ARM: DRA7: PRM: remove direct register declaration macros
` [PATCH 42/55] ARM: DRA7: PRM: move parts of prm7xx.h header file to public location
` [PATCH 43/55] ARM: OMAP4: PRM: get rid of prminst44xx.h header file
` [PATCH 44/55] ARM: OMAP4: PRM: make omap4_prm_read/write_inst_reg calls static
` [PATCH 45/55] ARM: OMAP4: PRM: move prm44xx_54xx.h header to public location
` [PATCH 46/55] ARM: OMAP3+: VP: move OMAP*_VP_VDD_*_ID definitions to prm public headers
` [PATCH 47/55] ARM: OMAP2+: PRM: move prcm-common.h header to public location
` [PATCH 48/55] ARM: OMAP2+: move prm.h "
` [PATCH 49/55] ARM: OMAP4: move prcm44xx.h "
` [PATCH 50/55] ARM: OMAP2+: clockdomain: move clockdomain.h "
` [PATCH 51/55] ARM: OMAP2+: powerdomain: move powerdomain.h "
` [PATCH 52/55] ARM: OMAP2+: PRCM: add prcm_base init call for DT boot
` [PATCH 53/55] ARM: OMAP4: CM: remove unnecessary cm*_44xx.h header files from core code
` [PATCH 54/55] ARM: OMAP4: PRCM: move prcm_mpu_base definition to a public header
[meta-freescale] Problems concerning qte-in-use-image
2014-03-31 15:19 UTC
[PATCH V2 00/19] mmc: mmci: Improve DT support
2014-03-31 15:18 UTC (40+ messages)
` [PATCH V2 01/19] mmc: mmci: Convert to the mmc gpio API
` [PATCH V2 02/19] mmc: mmci: Convert to devm functions
` [PATCH V2 03/19] mmc: mmci: Update DT documentation
` [PATCH V2 04/19] mmc: mmci: Add DT bindings for signal direction
` [PATCH V2 05/19] mmc: mmci: Add DT bindings for feedback clock pin
` [PATCH V2 06/19] mmc: mmci: Use the common mmc DT parser
` [PATCH V2 07/19] ARM: ux500: Add mmci signal directions and feeback clock in DT for href
` [PATCH V2 08/19] ARM: ux500: Convert to the common mmc DT bindings for highspeed mode
` [PATCH V2 09/19] ARM: nomadik: "
` [PATCH V2 10/19] ARM: u300: "
` [PATCH V2 11/19] mmc: mmci: Mark the DT bindings for highspeed mode as deprecated
` [PATCH V2 12/19] mmc: mmci: Enable MMC_CAP_CMD23
` [PATCH V2 13/19] ARM: ux500: Add the mmc capabilities flags to DT
` [PATCH V2 14/19] ARM: ux500: Add a vmmc regulator through DT for the poped eMMC for href
` [PATCH V2 15/19] ARM: ux500: Remove redundant board file for mmci platform data
` [PATCH V2 16/19] mmc: mmci: Enforce DT for signal direction and feedback clock
` [PATCH V2 17/19] mmc: mmci: Enforce mmc capabilities through DT
` [PATCH V2 18/19] mmc: mmci: Enforce DMA configuration "
` [PATCH V2 19/19] mmc: mmci: Enforce max frequency "
[PATCH 0/3] drm/i915: Gen8 workarounds and debugfs fix
2014-03-31 15:17 UTC (3+ messages)
` [PATCH 2/3] drm/i915: Implement sema idle msg disable for all rings
` [PATCH 3/3] drm/i915: Implement WaProgramMiArbOnOffAroundMiSetContext:bdw
[RFC PATCH 0/2] netfilter: Adding quota capabilities to nfnetlink
2014-03-31 15:17 UTC (5+ messages)
` [RFC PATCH 2/2] netfilter: xt_nfacct: Add quota to nfacct filter
[U-Boot] [PATCH] Kbuild: allow building tools without board configuration
2014-03-31 15:16 UTC (2+ messages)
[PATCH] libomxil-0.9.3: fix configure unrecognised option
2014-03-31 16:14 UTC (3+ messages)
` [PATCH v2] "
drm/msm: msm-next for 3.15-rc1 (plus one omapdrm)
2014-03-31 15:15 UTC
Building and booting Barebox on Pandaboard
2014-03-31 15:14 UTC (3+ messages)
[Qemu-devel] [PATCH v4 00/30] qemu state loading issues
2014-03-31 15:04 UTC (6+ messages)
` [Qemu-devel] [PATCH v4 01/30] vmstate: reduce code duplication
` [Qemu-devel] [PATCH v4 08/30] ahci: fix buffer overrun on invalid state load
` [Qemu-devel] [PATCH v4 11/30] pl022: fix buffer overun "
[Bug 75005] New: "Upvoid" segfault in radeonsi/llvm
2014-03-31 15:13 UTC (2+ messages)
` [Bug 75005] "
[PATCH V4 RESEND] Support Thinkpad X1 Carbon 2nd gen's adaptive keyboard
2014-03-31 15:12 UTC (3+ messages)
[RFC][GSOC] Proposal Draft for GSoC, Suggest Changes
2014-03-31 15:12 UTC (2+ messages)
[PATCH] pseudo-1.5.1: keep install command directory mode
2014-03-31 15:11 UTC (5+ messages)
[PATCH] drm/i915: Make contexts non-snooped on non-LLC platforms
2014-03-31 15:09 UTC
[PATCH] drm: Make drm_clflush_virt_range() void*
2014-03-31 15:08 UTC
[Qemu-devel] [PATCH] linux-user: pass correct host flags to accept4()
2014-03-31 15:09 UTC
[PATCH] nss: avoid to use the hardcode kernel version
2014-03-31 15:10 UTC (3+ messages)
[PATCH net-next v2 1/2] xen-netback: Rename map ops
2014-03-31 15:08 UTC
[PATCH] image.bbclass: add postprocess func to disable DNS lookups for openssh
2014-03-31 15:06 UTC
[PATCH net-next v2 1/2] xen-netback: Rename map ops
2014-03-31 15:08 UTC (3+ messages)
` [PATCH net-next v2 2/2] xen-netback: Grant copy the header instead of map and memcpy
[PATCH 2/4] drm/ttm: Add optional support for two-ended allocation
2014-03-31 15:08 UTC (4+ messages)
[PATCH 0/2] Time-related fixes for migration
2014-03-31 15:09 UTC (7+ messages)
` [PATCH 2/2] x86/HVM: Use fixed TSC value when saving or restoring domain
[LTP] [PATCH 1/3] performance_counters/performance_counter01.c: cleanup
2014-03-31 15:08 UTC (3+ messages)
` [LTP] [PATCH 3/3] performance_counters: make performance_counters run default
meta-yocto-bsp changes and 3.14
2014-03-31 15:07 UTC (6+ messages)
Interrupt remapping quirk tainting the kernel
2014-03-31 15:07 UTC (4+ messages)
[PATCH] MAINTAINERS: Exclude xend from toolstack maintainers entry
2014-03-31 15:07 UTC (10+ messages)
` [GIT PULL] remove xend for 4.5 (Was: Re: [PATCH] MAINTAINERS: Exclude xend from toolstack maintainers entry)
[PATCH] staging: octeon-usb: Fixed code style issues
2014-03-31 15:06 UTC (2+ messages)
[PATCH 0/2] DaVinci: VPIF: upgrade with v4l helpers
2014-03-31 15:04 UTC (3+ messages)
` [PATCH 1/2] media: davinci: vpif capture: upgrade the driver with v4l offerings
[PATCH] beaglebone: fix typo in the U-Boot config name
2014-03-31 15:04 UTC
[PATCH] ASoC: core: Fail probe if we fail to add dai widgets
2014-03-31 14:47 UTC
[PATCH 0/3] Fix USB deadlock caused by SCSI error handling
2014-03-31 15:03 UTC (3+ messages)
[PATCH v4 0/3] PSCI v0.2 support and DT bindings
2014-03-31 15:02 UTC (4+ messages)
` [PATCH v4 1/3] PSCI: Add initial support for PSCIv0.2 functions
` [PATCH v4 2/3] Documentation: devicetree: Add new binding for PSCIv0.2
` [PATCH v4 3/3] ARM: Check if a CPU has gone offline
[PATCH] mm: hugetlb: fix softlockup when a large number of hugepages are freed
2014-03-31 15:02 UTC (2+ messages)
[PATCH] powerpc/le: enable RTAS events support
2014-03-31 15:02 UTC (3+ messages)
` [RFC PATCH] "
[char-misc-next 1/2] mei: extract fw status registers
2014-03-31 14:59 UTC (2+ messages)
` [char-misc-next 2/2] mei: make return values consistent across the driver
[RFC] ARM64: 4 level page table translation for 4KB pages
2014-03-31 15:00 UTC (5+ messages)
[Bug 76840] New: HybridGraphics: Kernel driver in use: radeon but adapter not listed
2014-03-31 15:00 UTC (2+ messages)
` [Bug 76840] "
[PATCH] clk: reverse default clk provider initialization order in of_clk_init()
2014-03-31 15:00 UTC (4+ messages)
ceph branch status
2014-03-31 15:00 UTC
[PATCH] drm: Add support for two-ended allocation
2014-03-31 15:00 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.