staging: wfx: remove false-positive WARN()
[linux-2.6-microblaze.git] / drivers /
2020-05-15 Jérôme Pouillerstaging: wfx: remove false-positive WARN()
2020-05-15 Jérôme Pouillerstaging: wfx: fix error reporting in wfx_start_ap()
2020-05-15 Jérôme Pouillerstaging: wfx: drop unnecessary filter configuration...
2020-05-15 Jérôme Pouillerstaging: wfx: fix PS parameters when multiple vif are...
2020-05-15 Jérôme Pouillerstaging: wfx: fix potential dead lock between join...
2020-05-15 Jérôme Pouillerstaging: wfx: merge wfx_stop_ap() with wfx_reset()
2020-05-15 Jérôme Pouillerstaging: wfx: rename wfx_do_unjoin() into wfx_reset()
2020-05-15 Jérôme Pouillerstaging: wfx: fix potential use-after-free
2020-05-15 Jérôme Pouillerstaging: wfx: call wfx_tx_update_sta() before to destro...
2020-05-15 Jérôme Pouillerstaging: wfx: split out wfx_tx_fill_rates() from wfx_tx...
2020-05-15 Jérôme Pouillerstaging: wfx: fix status of dropped frames
2020-05-15 Jérôme Pouillerstaging: wfx: fix indentation
2020-05-15 Jérôme Pouillerstaging: wfx: fix value of scan timeout
2020-05-15 Jérôme Pouillerstaging: wfx: check pointers returned by allocations
2020-05-15 Jérôme Pouillerstaging: wfx: apply 80-columns rule to strings
2020-05-15 Jérôme Pouillerstaging: wfx: fix warning when unregister a frozen...
2020-05-15 Matej Dujavastaging: vt6656: vt6655: removing unused macros definit...
2020-05-15 Oliver Grautestaging: fbtft: fb_st7789v: Initialize the Display
2020-05-15 Xiangyang Zhangstaging: qlge: Remove unnecessary spaces in qlge_main.c
2020-05-15 John Oldmanstaging: vc04_services: Block comment alignment
2020-05-15 Johan Hovoldstaging: greybus: uart: replace driver line-coding...
2020-05-15 Christian Grommstaging: most: usb: use macro ATTRIBUTE_GROUPS
2020-05-15 Christian Grommstaging: most: fix typo in Kconfig
2020-05-15 Christian Grommstaging: most: usb: use dev_dbg function
2020-05-15 Christian Grommstaging: most: usb: check number of reported endpoints
2020-05-15 Christian Grommstaging: most: usb: remove reference to USB error codes
2020-05-15 Christian Grommstaging: most: usb: use dev_*() functions to print...
2020-05-13 Oscar Carterstaging: vt6656: Remove logically dead code
2020-05-13 Houssem KADIstaging: bcm2835-camera: insert emty line after declaration
2020-05-13 Malcolm Priestleystaging: vt6656: remove difs / sifs adjustments.
2020-05-13 Malcolm Priestleystaging: vt6656: vnt_get_rtscts_rsvtime_le replace...
2020-05-13 Malcolm Priestleystaging: vt6656: Split RTS and CTS Duration functions
2020-05-13 Malcolm Priestleystaging: vt6656: vnt_get_rtscts_duration_le use ieee802...
2020-05-13 Malcolm Priestleystaging: vt6656: vnt_rxtx_rsvtime_le16 to use ieee80211...
2020-05-13 Malcolm Priestleystaging: vt6656: vnt_get_rtscts_duration_le use ieee802...
2020-05-13 Colin Ian Kingstaging: most: usb: sanity check channel before using...
2020-05-13 Christian Grommstaging: most: usb: add PM functions
2020-05-13 Jérôme Pouillerstaging: wfx: update TODO
2020-05-13 Jérôme Pouillerstaging: wfx: fix endianness of the field 'channel_number'
2020-05-13 Jérôme Pouillerstaging: wfx: fix endianness of the field 'num_tx_confs'
2020-05-13 Jérôme Pouillerstaging: wfx: fix endianness of the field 'status'
2020-05-13 Jérôme Pouillerstaging: wfx: fix access to le32 attribute 'len'
2020-05-13 Jérôme Pouillerstaging: wfx: fix endianness of the struct hif_ind_startup
2020-05-13 Jérôme Pouillerstaging: wfx: declare the field 'packet_id' with native...
2020-05-13 Jérôme Pouillerstaging: wfx: fix access to le32 attribute 'indication_...
2020-05-13 Jérôme Pouillerstaging: wfx: fix access to le32 attribute 'event_id'
2020-05-13 Jérôme Pouillerstaging: wfx: fix access to le32 attribute 'ps_mode_error'
2020-05-13 Jérôme Pouillerstaging: wfx: fix endianness of hif_req_read_mib fields
2020-05-13 Jérôme Pouillerstaging: wfx: fix endianness of fields media_delay...
2020-05-13 Jérôme Pouillerstaging: wfx: fix output of rx_stats on big endian...
2020-05-13 Jérôme Pouillerstaging: wfx: fix wrong bytes order
2020-05-13 Jérôme Pouillerstaging: wfx: fix cast operator
2020-05-13 Jérôme Pouillerstaging: wfx: take advantage of le32_to_cpup()
2020-05-13 Jérôme Pouillerstaging: wfx: fix use of cpu_to_le32 instead of le32_to_cpu
2020-05-13 Jérôme Pouillerstaging: wfx: use kernel types instead of c99 ones
2020-05-13 Jérôme Pouillerstaging: wfx: remove spaces after cast operator
2020-05-13 Jérôme Pouillerstaging: wfx: fix alignements of function prototypes
2020-05-13 Jérôme Pouillerstaging: wfx: remove useless header inclusions
2020-05-13 Jérôme Pouillerstaging: wfx: prefer ARRAY_SIZE instead of a magic...
2020-05-13 Jérôme Pouillerstaging: wfx: fix missing 'static' keyword
2020-05-13 Jérôme Pouillerstaging: wfx: fix missing 'static' statement
2020-05-13 Jérôme Pouillerstaging: wfx: poll IRQ during init
2020-05-13 Jérôme Pouillerstaging: wfx: introduce a way to poll IRQ
2020-05-13 Jérôme Pouillerstaging: wfx: use threaded IRQ with SPI
2020-05-13 Jérôme Pouillerstaging: wfx: repair external IRQ for SDIO
2020-05-13 Jérôme Pouillerstaging: wfx: drop useless check
2020-05-13 Jérôme Pouillerstaging: wfx: fix double free
2020-05-13 Jérôme Pouillerstaging: wfx: reduce timeout for chip initial start up
2020-05-13 Jérôme Pouillerstaging: wfx: add support for hardware revision 2 and...
2020-05-11 Greg Kroah-HartmanMerge 5.7-rc5 into staging-next
2020-05-10 Linus TorvaldsMerge tag 'x86-urgent-2020-05-10' of git://git./linux...
2020-05-10 Linus TorvaldsMerge tag 'objtool-urgent-2020-05-10' of git://git...
2020-05-10 Linus TorvaldsMerge tag 'locking-urgent-2020-05-10' of git://git...
2020-05-10 Linus TorvaldsMerge tag 'iommu-fixes-v5.7-rc4' of git://git./linux...
2020-05-10 Linus TorvaldsMerge tag 'block-5.7-2020-05-09' of git://git.kernel...
2020-05-10 Linus Torvaldsgcc-10: mark more functions __init to avoid section...
2020-05-09 Linus TorvaldsMerge tag 'riscv-for-linus-5.7-rc5' of git://git./linux...
2020-05-09 Sagi Grimbergnvme: fix possible hang when ns scanning fails during...
2020-05-09 Alexey Dobriyannvme-pci: fix "slimmer CQ head update"
2020-05-09 Linus TorvaldsMerge tag 'io_uring-5.7-2020-05-08' of git://git.kernel...
2020-05-08 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2020-05-08 Linus TorvaldsMerge tag 'ceph-for-5.7-rc5' of git://github.com/ceph...
2020-05-08 Linus TorvaldsMerge tag 'char-misc-5.7-rc5' of git://git./linux/kerne...
2020-05-08 Linus TorvaldsMerge tag 'driver-core-5.7-rc5' of git://git./linux...
2020-05-08 Linus TorvaldsMerge tag 'staging-5.7-rc5' of git://git./linux/kernel...
2020-05-08 Linus TorvaldsMerge tag 'tty-5.7-rc5' of git://git./linux/kernel...
2020-05-08 Linus TorvaldsMerge tag 'usb-5.7-rc5' of git://git./linux/kernel...
2020-05-08 Linus TorvaldsMerge tag 'drm-fixes-2020-05-08' of git://anongit.freed...
2020-05-08 Julia Lawalliommu/virtio: Reverse arguments to list_add
2020-05-08 Dave AirlieMerge tag 'drm-misc-fixes-2020-05-07' of git://anongit...
2020-05-08 Dave AirlieMerge tag 'amd-drm-fixes-5.7-2020-05-06' of git://peopl...
2020-05-08 Linus TorvaldsMerge branch 'for-v5.7' of git://git./linux/kernel...
2020-05-07 Linus TorvaldsMerge tag 'trace-v5.7-rc3' of git://git./linux/kernel...
2020-05-07 Linus TorvaldsMerge tag 'linux-kselftest-5.7-rc5' of git://git./linux...
2020-05-07 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2020-05-07 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2020-05-07 Linus TorvaldsMerge tag 'configfs-for-5.7' of git://git.infradead...
2020-05-07 Bryan O'Donoghueusb: chipidea: msm: Ensure proper controller reset...
2020-05-07 Linus TorvaldsMerge git://git./linux/kernel/git/netdev/net
2020-05-07 Pablo Neira Ayusonet: flow_offload: skip hw stats check for FLOW_ACTION_...
next