All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] backport: pending backlog
@ 2013-04-13 14:13 Luis R. Rodriguez
  2013-04-13 14:13 ` [PATCH 1/7] backports: add support for backport_srctree Luis R. Rodriguez
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: Luis R. Rodriguez @ 2013-04-13 14:13 UTC (permalink / raw)
  To: johannes; +Cc: backports, Luis R. Rodriguez

From: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>

Here's my backlog of patches. With this I would have finally have
cought up. After this we would then need the release script and I
think we're ready to start making releases. This adds two new
subsystems. I've been run time testing the media subsystem drivers
for a while now.

As for intel_ips graphics turbo is still disabled with:

ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 25, expected 29)
ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled until i915 loads

Luis R. Rodriguez (7):
  backports: add support for backport_srctree
  compat: add missing header includes for DMA backports
  compat: backport IORESOURCE_REG definition
  gentree.py: add support to explicitly disable a config
  backports: add support for voltage / current regulator drivers
  backports: add media subsystem drivers
  backports: add intel_ips support

 backport/.blacklist.map                            |    1 +
 backport/Kconfig                                   |    5 +
 backport/Makefile.kernel                           |    5 +
 backport/compat/compat-3.6.c                       |    1 +
 backport/defconfigs/media                          |  506 ++++++++++++++++++++
 backport/defconfigs/regulator                      |   63 +++
 backport/include/linux/compat-3.6.h                |    1 +
 backport/include/linux/compat-3.7.h                |    2 +
 copy-list                                          |   57 +++
 dependencies                                       |   73 +++
 gentree.py                                         |    9 +-
 .../collateral-evolutions/media/0001-pr_fmt.patch  |  493 +++++++++++++++++++
 .../media/0002-dma_mmap_coherent-revert.patch      |   58 +++
 .../media/0003-technisat-usb2-led-rename.patch     |   83 ++++
 .../regulator/0001-bt8xx-rename-dst-ops.patch      |   67 +++
 15 files changed, 1422 insertions(+), 2 deletions(-)
 create mode 100644 backport/defconfigs/media
 create mode 100644 backport/defconfigs/regulator
 create mode 100644 patches/collateral-evolutions/media/0001-pr_fmt.patch
 create mode 100644 patches/collateral-evolutions/media/0002-dma_mmap_coherent-revert.patch
 create mode 100644 patches/collateral-evolutions/media/0003-technisat-usb2-led-rename.patch
 create mode 100644 patches/collateral-evolutions/regulator/0001-bt8xx-rename-dst-ops.patch

-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2013-04-23  6:18 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-13 14:13 [PATCH 0/7] backport: pending backlog Luis R. Rodriguez
2013-04-13 14:13 ` [PATCH 1/7] backports: add support for backport_srctree Luis R. Rodriguez
2013-04-13 20:55   ` Johannes Berg
2013-04-13 14:13 ` [PATCH 2/7] compat: add missing header includes for DMA backports Luis R. Rodriguez
2013-04-13 20:57   ` Johannes Berg
2013-04-13 14:13 ` [PATCH 3/7] compat: backport IORESOURCE_REG definition Luis R. Rodriguez
2013-04-13 20:57   ` Johannes Berg
2013-04-13 14:13 ` [PATCH 4/7] gentree.py: add support to explicitly disable a config Luis R. Rodriguez
2013-04-13 20:59   ` Johannes Berg
2013-04-13 14:13 ` [PATCH 5/7] backports: add support for voltage / current regulator drivers Luis R. Rodriguez
2013-04-13 21:01   ` Johannes Berg
2013-04-15 16:26     ` Mark Brown
2013-04-15 16:33       ` Johannes Berg
2013-04-22 13:11         ` Mark Brown
2013-04-23  6:18           ` Luis R. Rodriguez
2013-04-15 16:25   ` Mark Brown
2013-04-13 14:13 ` [PATCH 6/7] backports: add media subsystem drivers Luis R. Rodriguez
2013-04-13 21:02   ` Johannes Berg
2013-04-13 14:13 ` [PATCH 7/7] backports: add intel_ips support Luis R. Rodriguez
2013-04-13 21:03   ` Johannes Berg

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.