ath9k_htc: avoid kernel panic in ath9k_hw_reset
[firefly-linux-kernel-4.4.55.git] / drivers / nfc /
2014-10-07 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2014-10-02 John W. LinvilleMerge branch 'for-upstream' of git://git./linux/kernel...
2014-09-26 John W. LinvilleMerge branch 'for-upstream' of git://git./linux/kernel...
2014-09-26 John W. LinvilleMerge tag 'nfc-next-3.18-1' of git://git./linux/kernel...
2014-09-24 Christophe RicardNFC: st21nfca: Fix potential double kfree_skb error
2014-09-24 Christophe RicardNFC: st21nfca: ERR_PTR vs NULL fix
2014-09-24 Christophe RicardNFC: st21nfcb: remove error output
2014-09-24 Christophe RicardNFC: st21nfcb: Add ISO15693 Reader/Writer support
2014-09-24 Christophe RicardNFC: nci: Add support for proprietary RF Protocols
2014-09-24 Christophe RicardNFC: st21nfcb: Fix improper ndlc T2 management
2014-09-24 Christophe RicardNFC: st21nfcb: Fix improper management of -EREMOTEIO...
2014-09-24 Christophe RicardNFC: st21nfca: Fix recursive fault when doing p2p in...
2014-09-24 Christophe RicardNFC: st21nfca: Fix potential skb leaks in NFC-DEP code
2014-09-24 Christophe RicardNFC: st21nfca: Fix few coding style issue
2014-09-23 Mark A. GreerNFC: trf7970a: Unlock mutex before exiting _trf7970a_tg...
2014-09-23 Mark A. GreerNFC: trf7970a: Unlock mutex before exiting trf7970a_irq()
2014-09-23 Mark A. GreerNFC: trf7970a: Remove unnecessary local variable initia...
2014-09-23 Mark A. GreerNFC: trf7970a: Remove useless local variable
2014-09-22 John W. LinvilleMerge tag 'nfc-fixes-3.17-1' of git://git./linux/kernel...
2014-09-07 Christophe RicardNFC: st21nfcb: Remove useless headers
2014-09-07 Christophe RicardNFC: st21nfca: fix "WARNING: else is not generally...
2014-09-07 Christophe RicardNFC: st21nfca: Clean up macros alignment
2014-09-07 Christophe RicardNFC: st21nfca: Clean up st21nfca.h macros
2014-09-07 Christophe RicardNFC: st21nfcb: Fix logic when running into i2c read...
2014-09-07 Christophe RicardNFC: st21nfca: Add condition to make sure atr_req-...
2014-09-07 Christophe RicardNFC: st21nfca: Remove useless IS_ERR(skb) conditions
2014-09-07 Christophe RicardNFC: st21nfca: Remove useless err == 0 condition
2014-09-07 Christophe RicardNFC: st21nfca: Change nfcid3 generation
2014-09-07 Christophe RicardNFC: st21nfca: Remove useless new line in nfc_err call
2014-09-07 Christophe RicardNFC: st21nfca: Fix logic when setting session_id
2014-09-07 Christophe RicardNFC: st21nfcb: Remove inappropriate kfree on a previous...
2014-09-07 Christophe RicardNFC: st21nfcb: Remove useless new line in nfc_err call
2014-09-07 Christophe RicardNFC: st21nfcb: Remove double assignment of .owner in...
2014-09-07 Christophe RicardNFC: st21nfcb: Convert to use devm_gpio_request_one
2014-09-07 Christophe RicardNFC: st21nfcb: Fix scripts/checkpatch.pl error "code...
2014-09-07 Christophe RicardNFC: st21nfca: Fix scripts/checkpatch.pl warnings ...
2014-09-07 Christophe RicardNFC: st21nfca: Fix sparse: cast to restricted __be32
2014-09-07 Axel LinNFC: st21nfca: Convert to use devm_gpio_request_one
2014-09-07 Emil GoodeNFC: st21nfca: Remove double assignment of .owner in...
2014-09-07 Christophe RicardNFC: st21nfca: Fix potential depmod dependency cycle
2014-09-07 Christophe RicardNFC: st21nfcb: Fix depmod dependency cycle
2014-09-07 Mark A. GreerNFC: trf7970a: Add Target Mode Detection Support
2014-09-07 Mark A. GreerNFC: trf7970a: Add Target Mode Support
2014-09-07 Mark A. GreerNFC: trf7970a: Handle timeout values of zero
2014-09-07 Mark A. GreerNFC: trf7970a: Cancel timer when error encountered
2014-09-07 Mark A. GreerNFC: trf7970a: Don't turn on RF if there is already...
2014-09-07 Mark A. GreerNFC: trf7970a: trf7970a_init() turns off the RF transmitter
2014-09-07 Mark A. GreerNFC: trf7970a: Don't turn off RF if its already off
2014-09-07 Mark A. GreerNFC: trf7970a: Add '_in_' to initiator routines
2014-09-07 Mark A. GreerNFC: trf7970a: Delay after initialization
2014-09-07 Mark A. GreerNFC: trf7970a: Add System Suspend/Resume support
2014-09-07 Mark A. GreerNFC: trf7970a: Create startup and shutdown routines
2014-09-07 Mark A. GreerNFC: trf7970a: Don't assume CONFIG_PM_RUNTIME is enabled
2014-09-07 Mark A. GreerNFC: trf7970a: Rename TRF7970A_ST_OFF to TRF7970A_ST_RF_OFF
2014-09-07 Mark A. GreerNFC: trf7970a: Return error code when turning on RF...
2014-09-07 Mark A. GreerNFC: trf7970a: Ensure no more RX data before completing...
2014-09-07 Mark A. GreerNFC: trf7970a: Reread FIFO Status Register when drainin...
2014-09-07 Mark A. GreerNFC: trf7970a: Handle low-watermark IRQ when transmitting
2014-09-07 Mark A. GreerNFC: trf7970a: Only fill FIFO if there is space
2014-09-07 Mark A. GreerNFC: trf7970a: Prefix TX data when refilling FIFO
2014-09-07 Mark A. GreerNFC: trf7970a: Remove unnecessary FIFO reset & RSSI...
2014-09-07 Mark A. GreerNFC: trf7970a: Clear possible spurious interrupt before...
2014-09-07 Mark A. GreerNFC: trf7970a: Recalculate driver timeout values
2014-09-07 Mark A. GreerNFC: trf7970a: Add RF technology specific guard times
2014-09-07 Mark A. GreerNFC: trf7970a: Initialize when enabling RF
2014-09-07 Mark A. GreerNFC: trf7970a: Disable SYS_CLK Output
2014-09-07 Mark A. GreerNFC: trf7970a: Remove unnecessary sleep
2014-09-07 Mark A. GreerNFC: trf7970a: FIFO Size is really 127 bytes
2014-09-07 Mark A. GreerNFC: trf7970a: Ignore Overflow bit in FIFO Status Register
2014-09-07 Mark A. GreerNFC: trf7970a: Use spi_sync() instead of spi_write_then...
2014-09-07 Mark A. GreerNFC: trf7970a: Call spi_setup() to configure SPI commun...
2014-09-07 Mark A. GreerNFC: trf7970a: Remove trf7970a_tg_listen_mdaa()
2014-09-07 Mark A. GreerNFC: trf7970a: Remove incorrect of_node_put() call
2014-09-04 Dan CarpenterNFC: microread: Potential overflows in microread_target...
2014-08-31 Mark A. GreerNFC: trf7970a: Make gpio labels more readable
2014-08-31 Mark A. GreerNFC: trf7970a: Add quirk to keep EN2 low
2014-08-31 Mark A. GreerNFC: trf7970a: Move IRQ Status Read quirk to device...
2014-08-31 Mark A. GreerNFC: trf7970a: Add VIN voltage override support
2014-08-28 John W. LinvilleMerge branch 'for-linville' of git://github.com/kvalo/ath
2014-08-21 Linus TorvaldsMerge tag 'sound-3.17-rc2' of git://git./linux/kernel...
2014-08-19 Linus TorvaldsMerge tag 'pci-v3.17-changes-3' of git://git./linux...
2014-08-16 Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2014-08-16 Linus TorvaldsMerge branch 'for-linus2' of git://git./linux/kernel...
2014-08-16 Linus TorvaldsMerge git://git.kvack.org/~bcrl/aio-next
2014-08-16 Linus TorvaldsMerge tag 'scsi-misc' of git://git./linux/kernel/git...
2014-08-16 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-08-16 Linus TorvaldsMerge tag 'sound-fix-3.17-rc1' of git://git./linux...
2014-08-15 Linus TorvaldsMerge branch 'linux_next' of git://git./linux/kernel...
2014-08-14 Dave AirlieMerge branch 'linux-3.17' of git://anongit.freedesktop...
2014-08-14 Linus TorvaldsMerge branch 'misc' of git://git./linux/kernel/git...
2014-08-14 Linus TorvaldsMerge branch 'kbuild' of git://git./linux/kernel/git...
2014-08-14 Linus TorvaldsMerge tag 'rdma-for-linus' of git://git./linux/kernel...
2014-08-14 Linus TorvaldsMerge tag 'hwspinlock-3.17' of git://git./linux/kernel...
2014-08-14 Linus TorvaldsMerge tag 'hwmon-for-linus' of git://git./linux/kernel...
2014-08-14 Linus TorvaldsMerge tag 'devicetree-for-linus' of git://git.secretlab...
2014-08-14 Linus TorvaldsMerge tag 'dm-3.17-changes' of git://git./linux/kernel...
2014-08-14 Linus TorvaldsMerge tag 'mmc-v3.17-1' of git://git.linaro.org/people...
2014-08-14 Linus TorvaldsMerge branch 'for-3.17/drivers' of git://git.kernel...
2014-08-14 Linus TorvaldsMerge branch 'for-3.17/core' of git://git.kernel.dk...
2014-08-14 Linus TorvaldsMerge branch 'x86-apic-for-linus' of git://git./linux...
next