summaryrefslogtreecommitdiff
path: root/copy-list
AgeCommit message (Collapse)Author
2019-02-21backports: reintroduce bluetooth supportDominik Sliwa
Signed-off-by: Dominik Sliwa <dominik.sliwa@toradex.com>
2018-10-17backports: copy entire licensingJohannes Berg
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2018-09-24Revert "backports: Remove ssb and bcma"Johannes Berg
This reverts commit 1b4e6ad4d927c7998fa578f2d29e0c4ec01a9217. Said commit broke b43 on older kernels (<3.16). Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2018-09-24copy: Add crc32poly.hHauke Mehrtens
This is used by the rtl8723bs driver. The implementation is completely in this header file, so it is save to copy it Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2018-09-24backports: Remove NFC supportHauke Mehrtens
I am not aware of any user of the NFC coded in backports, at least I haven't seen any patches regarding this. Remove this code to reduce the efforts needed in the backports project. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2018-09-24backports: Remove ssb and bcmaHauke Mehrtens
Use the versions shipped with the kernel instead. bcma and ssb didn't change much in the last few years, most of the changes were related to code only used on embedded devices. Removing this reduces the number of parts we have to backport. b43, b43legacy and brcmsmac work well with the in kernel version. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2018-09-10backport: copy net/rsi_91x.hFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2018-09-10backports: copy linux/overflow.hFelix Fietkau
Overflow macros are useful for further backports Signed-off-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2018-03-21backports: Add staging rtlwifi, rtl8188eu and rtl8723bs driverHauke Mehrtens
This adds the staging Realtek drivers which are making use of cfg80211 and mac80211. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2017-10-13backports: add signature verification codeJohannes Berg
Uh, this was awful. Because the crypto/ things are completely impossible to backport, I've actually implemented this by using mbedtls and embedding the relevant functions it has... The mbedtls code is taken from mbedtls version 2.6.0 and only minimally modified (mostly to remove <string.h> and similar). Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2017-10-13copy-list: move mpls includesJohannes Berg
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2017-10-13backports: move headers to be clearerJohannes Berg
Those uapi header files are always needed, so don't mark them as being for wwan drivers. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2017-10-11backports: add crypto_memneq()Johannes Berg
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2017-09-06copy-list: add quantenna qtnfmac driverHauke Mehrtens
This driver was compile tested on kernel 3.18 and 4.9. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2017-09-06copy-list: remove st-nci.h and patchAceLan Kao
>From below commit, st-nci.h has been removed 61a0410 NFC: st-nci: Get rid of platform data And we don't need st-nci-spi.patch, either. The patch is included in upstream kernel source. Signed-off-by: AceLan Kao <acelan.kao@canonical.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2017-09-06copy-list: remove wil6210_uapi.hAceLan Kao
>From below commit, the file has been removed a520b49 wil6210: remove ioctl interface Signed-off-by: AceLan Kao <acelan.kao@canonical.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2017-06-30copy-list: remove nfc platform data headersArend Van Spriel
These files got removed from upstream kernel so they result in backport failure. Signed-off-by: Arend van Spriel <arend.vanspriel@broadcom.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2017-03-31backports: copy average.h from original kernelJohannes Berg
Instead of maintaining our own version of average.h, just copy the upstream version while generating the backport. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2017-02-07backports: copy linux/bitfield.hJohannes Berg
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2017-02-07backports: remove media, bluetooth, ethernet and 6lowpanJohannes Berg
None of these are maintaining backports anymore, so remove them for now. If anyone's interested, fixes and maintenance is very much welcome. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2017-02-06backports: use codel and fq headers from the kernel sourcesLuca Coelho
We don't need to have a local copy of codel.h anymore, so it can be removed and copied from the kernel sources. Additionally, it was split into 3 different headers, so copy the other 2 as well. Also copy the fq header files, which are used by newer wireless subsystem versions, from the kernel sources. Additionally, remove pkt_sched.h since it is not necessary anymore. Signed-off-by: Luca Coelho <luciano.coelho@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2016-07-10copy-list: add media/tvp5150.h header fileHauke Mehrtens
This header file is now used by some driver. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2016-07-10copy-list: rename brcmfmac.hHauke Mehrtens
The brcmfmac-sdio.h was renamed to brcmfmac.h. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-12-06copy: adapt to moving of wifi drivers into vendor directoriesHauke Mehrtens
This also adds the hostap wifi driver to backports. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-11-23copy: add new header files for media devicesHauke Mehrtens
The media includes were reorganized, we have to include more files now. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-11-23copy: remove camera-rcar.hHauke Mehrtens
This file was removed in upstream kernel commit 22bc8625 "[media] rcar_vin: Remove obsolete platform data support" Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-11-15copy: add drivers/net/wireless/realtek/Hauke Mehrtens
The realtek drivers were reorganized and are now located under realtek directory. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-11-15copy: add new file include/trace/events/vb2.hHauke Mehrtens
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-11-02copy: copy new usbnet header filesHauke Mehrtens
The following upstream commit added a new header files used by usbnet: commit c40a2c8817e42273a4627c48c884b805475a733f Author: Oliver Neukum <oneukum@suse.com> Date: Mon Sep 7 16:05:38 2015 +0200 CDC: common parser for extra headers Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-09-21backports: fix typo in copy-listArend van Spriel
The platform data file is called st-nci.h instead of st_nci.h. Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-06-28copy: add include/linux/platform_data/nfcmrvl.hHauke Mehrtens
The new nfcmrvl driver needs a new platform data header file. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-06-28copy: rename st21nfcb.h to st_nci.hHauke Mehrtens
st21nfcb.h was renamed in the upstream kernel, do the same for backports. This rename was done in this commit: commit ed06aeefdac348cfb91a3db5fe1067e3202afd70 Author: Christophe Ricard <christophe.ricard@gmail.com> Date: Tue Jun 9 22:26:05 2015 +0200 nfc: st-nci: Rename st21nfcb to st-nci Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-06-15backports: add mediatek mt7601u driverHauke Mehrtens
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-06-15backports: add HDMI driverHauke Mehrtens
Before we only copied the hdmi.h header file and not the driver. Now some other drivers need the hdmi driver code, also copy it now too. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-04-26copy: header file for nxp-nci NFC driverHauke Mehrtens
The nxp-nci NFC driver was added in Linux commit dece45855 and needs an additional header file. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-04-25copy: add fixp-arith.hHauke Mehrtens
This file is needed by some media drivers. It only contains inline functions and macros, so it is save to copy it. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-04-06backports: add USB ZD1201 driverHauke Mehrtens
This wifi driver was missing before. This driver uses the cfg80211 so we should ship it. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-04-06backports: add Atmel at76c50x PCI and PCMCIA driverHauke Mehrtens
This wifi driver was missing before. This driver uses the cfg80211 so we should ship it. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-04-06backports: add Cisco/Aironet (AIRO) driverHauke Mehrtens
This wifi driver was missing before. This driver uses the cfg80211 so we should ship it. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-04-03copy: remove include/linux/platform_data/vsp1.hHauke Mehrtens
This file was removed from the kernel in commit 32d17597. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-01-30copy: add include/linux/hdmi.hHauke Mehrtens
This header is needed by some media drivers. It is safe to copy this file, because it does not contains any header for an interface to other kernel subsystems or drivers, but only consonants defined in the HDMI standard. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2014-11-20backports: address splitting of v4l2-mediabus.h to two filesLuis R. Rodriguez
The new file media-bus-format.h was derived from contents from v4l2-mediabus.h, this change might be a bit harder to infer exactly what to do but based on some contextual examination of the file, if content integrity has not changed it should be relatively easy to infer what to do with changes like this. commit edcf58bc031e621f519c9dfce3c7e1ea6880c70a Author: Boris BREZILLON <boris.brezillon@free-electrons.com> Date: Mon Nov 10 14:28:26 2014 -0300 [media] Move mediabus format definition to a more standard place Define MEDIA_BUS_FMT macros (re-using the values defined in the v4l2_mbus_pixelcode enum) into a separate header file so that they can be used from the DRM/KMS subsystem without any reference to the V4L2 subsystem. Then set V4L2_MBUS_FMT definitions to the MEDIA_BUS_FMT values using the V4L2_MBUS_FROM_MEDIA_BUS_FMT macro. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com> include/uapi/linux/Kbuild | 1 + include/uapi/linux/media-bus-format.h | 125 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ include/uapi/linux/v4l2-mediabus.h | 184 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------- 3 files changed, 206 insertions(+), 104 deletions(-) Signed-off-by: Luis R. Rodriguez <mcgrof@suse.com>
2014-11-20backports: remove wpan-phy.h after rename to cfg802154.hLuis R. Rodriguez
Address the renaming. cfg802154.h was already added but we forgot to remove wpan-phy.h. This is an example type of upstream that we should easily be able to automatically backport through inference. Logic: for f in copy_list: if f in git_delta_renamed: adjust_copy_list(f) We'd first have to build a series of types of changes from the delta between the last linux-next tag we tracked and the currenty evaluated one, the git_delta_renamed would contain a list of renames that happened between the two tags. commit 5ad60d36993596f7b3b958500f9c66c5338cd855 Author: Alexander Aring <alex.aring@gmail.com> Date: Sat Oct 25 09:41:02 2014 +0200 ieee802154: move wpan-phy.h to cfg802154.h The wpan-phy header contains the wpan_phy struct information. Later this header will be have similar function like cfg80211 header. The cfg80211 header contains the wiphy struct which is identically the wpan_phy struct inside 802.15.4 subsystem. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Cc: Alan Ott <alan@signal11.us> Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Luis R. Rodriguez <mcgrof@suse.com>
2014-11-16backports: add net/6lowpan/Hauke Mehrtens
This is needed by bluetooth and ieee802154. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2014-11-16copy-list: some header files for ieee802154 were movedHauke Mehrtens
These files were moved in the mainline kernel, we have to adapt that. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2014-11-16backports: add include/uapi/linux/pci_regs.h to copy-listFelix Fietkau
Fixes a recent iwlwifi build error Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2014-10-25backports: add wil6210_uapi.hHauke Mehrtens
This file is needed by the wil6210 driver now. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2014-09-06backports: remove regulator driversHauke Mehrtens
It looks like no one is using the regulator drivers and maintaining them costs some time because they often break. When someone needs a specific driver please send a patch adding this one specific driver, maintaining a small subset is not a problem, but maintaining all is a big task. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2014-08-09backports: copy include/linux/platform_data/st21nfcb.hHauke Mehrtens
This is needed by drivers/nfc/st21nfcb/i2c.c Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2014-07-23backports: add cc2520 driverHauke Mehrtens
This adds the cc2520.h and disables the driver on kernel < 3.5. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>