backports.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/10] backporst: take us to next-20130627
@ 2013-07-19 22:13 Luis R. Rodriguez
  2013-07-19 22:13 ` [PATCH v2 01/10] backports: backport drvdata = NULL core driver fixes Luis R. Rodriguez
                   ` (9 more replies)
  0 siblings, 10 replies; 16+ messages in thread
From: Luis R. Rodriguez @ 2013-07-19 22:13 UTC (permalink / raw)
  To: backports; +Cc: jani.nikula, Luis R. Rodriguez

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

This takes us to next-20130627, the patches have been ammended
where required with feedback and justification to merge. We'll
deal with the required DMI reverts once advice comes through
on how to deal with that.

Johannes Berg (1):
  backport: backport sprintf-style workqueue naming

Luis R. Rodriguez (9):
  backports: backport drvdata = NULL core driver fixes
  backports: fix patches required for next-20130627
  backports: refresh patches for next-20130627
  backports: simplify swiotlb_nr_tbl() backport
  backports: copy the max77693-private.h header file
  backports: revert DMI_EXACT_MATCH() for older kernels
  backports: add clock enable/disable on soc_camera_power_[on|off]()
  backports: enable REGULATOR_MAX77693 on >= 3.6
  backports: lib/kconfig.py - fix src line regexp

 backport/backport-include/linux/device.h           |   19 ++++++
 backport/backport-include/linux/mod_devicetable.h  |    4 ++
 backport/backport-include/linux/swiotlb.h          |   17 +++++
 backport/backport-include/linux/workqueue.h        |   50 ++++++++++++--
 .../backport-include/uapi/linux/v4l2-mediabus.h    |    8 ++-
 backport/compat/compat-3.3.c                       |   69 ++++++++++++++++++++
 backport/compat/compat-3.4.c                       |   31 +++++++--
 copy-list                                          |    2 +
 dependencies                                       |    1 +
 lib/kconfig.py                                     |    2 +-
 patches/collateral-evolutions/drm/03-swiotlb/INFO  |    5 --
 .../drivers_gpu_drm_nouveau_nouveau_bo.patch       |   31 ---------
 .../drivers_gpu_drm_radeon_radeon_ttm.patch        |   47 -------------
 .../drivers_gpu_drm_i915_i915_gem.patch            |    2 +-
 .../14-shrinkers-api/drivers_gpu_drm_i915.patch    |   12 ++--
 .../network/0001-netdev_ops/ipw2200.patch          |    4 +-
 .../network/0005-netlink-portid/nl80211.patch      |   60 ++++++++---------
 .../0006-disable-dump-adjust-on-old-kernels.patch  |    8 +--
 .../network/05-usb/ath9k_htc.patch                 |    2 +-
 .../include_net_cfg80211.patch                     |    2 +-
 .../drivers_net_wireless_iwlwifi_pcie_trans.patch  |    2 +-
 .../drivers_net_wireless_ti_wlcore_main.patch      |    6 +-
 .../drivers_net_wireless_ath_ath9k_pci.patch       |    4 +-
 .../drivers_net_wireless_ti_wlcore_main.patch      |    4 +-
 .../include_net_mac80211.patch                     |    2 +-
 ..._wireless_brcm80211_brcmfmac_bcmsdh_sdmmc.patch |    8 +--
 .../30-bridge-port/net_wireless_nl80211.patch      |    2 +-
 .../42-netlink_seq/net_wireless_nl80211.patch      |    2 +-
 .../network/46-use_other_workqueue/INFO            |    4 --
 .../net_bluetooth_hci_core.patch                   |   27 --------
 .../drivers_net_wireless_mwifiex_init.patch        |    2 +-
 .../drivers_bluetooth_ath3k.patch                  |    2 +-
 .../drivers_bluetooth_btusb.patch                  |    2 +-
 .../drivers_net_wireless_ath_ath9k_hif_usb.patch   |    2 +-
 .../drivers_net_wireless_rt2x00_rt73usb.patch      |    2 +-
 .../69-wowlan-no-socket/net_wireless_nl80211.patch |    2 +-
 .../drivers_net_wireless_ti_wlcore_main.patch      |    6 +-
 37 files changed, 256 insertions(+), 199 deletions(-)
 create mode 100644 backport/backport-include/linux/swiotlb.h
 delete mode 100644 patches/collateral-evolutions/drm/03-swiotlb/INFO
 delete mode 100644 patches/collateral-evolutions/drm/03-swiotlb/drivers_gpu_drm_nouveau_nouveau_bo.patch
 delete mode 100644 patches/collateral-evolutions/drm/03-swiotlb/drivers_gpu_drm_radeon_radeon_ttm.patch
 delete mode 100644 patches/collateral-evolutions/network/46-use_other_workqueue/INFO
 delete mode 100644 patches/collateral-evolutions/network/46-use_other_workqueue/net_bluetooth_hci_core.patch

-- 
1.7.10.4


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

end of thread, other threads:[~2013-07-23 23:49 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-19 22:13 [PATCH v2 00/10] backporst: take us to next-20130627 Luis R. Rodriguez
2013-07-19 22:13 ` [PATCH v2 01/10] backports: backport drvdata = NULL core driver fixes Luis R. Rodriguez
2013-07-19 22:13 ` [PATCH v2 02/10] backport: backport sprintf-style workqueue naming Luis R. Rodriguez
2013-07-21  6:39   ` Johannes Berg
2013-07-23 23:49     ` Luis R. Rodriguez
2013-07-19 22:13 ` [PATCH v2 03/10] backports: fix patches required for next-20130627 Luis R. Rodriguez
2013-07-19 22:13 ` [PATCH v2 04/10] backports: refresh patches " Luis R. Rodriguez
2013-07-19 22:13 ` [PATCH v2 05/10] backports: simplify swiotlb_nr_tbl() backport Luis R. Rodriguez
2013-07-19 22:13 ` [PATCH v2 06/10] backports: copy the max77693-private.h header file Luis R. Rodriguez
2013-07-19 22:13 ` [PATCH v2 07/10] backports: revert DMI_EXACT_MATCH() for older kernels Luis R. Rodriguez
2013-07-22 10:17   ` Jani Nikula
2013-07-19 22:13 ` [PATCH v2 08/10] backports: add clock enable/disable on soc_camera_power_[on|off]() Luis R. Rodriguez
2013-07-19 22:13 ` [PATCH v2 09/10] backports: enable REGULATOR_MAX77693 on >= 3.6 Luis R. Rodriguez
2013-07-19 22:13 ` [PATCH v2 10/10] backports: lib/kconfig.py - fix src line regexp Luis R. Rodriguez
2013-07-21  6:37   ` Johannes Berg
2013-07-23 22:51     ` Luis R. Rodriguez

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 NNTP newsgroup(s).