]> git.openfabrics.org - ~emulex/infiniband.git/shortlog
~emulex/infiniband.git
2014-09-24 Christophe... NFC: st21nfca: ERR_PTR vs NULL fix
2014-09-24 Christophe... NFC: st21nfcb: remove error output
2014-09-24 Christophe... NFC: st21nfcb: Add ISO15693 Reader/Writer support
2014-09-24 Christophe... NFC: nci: Add support for proprietary RF Protocols
2014-09-24 Christophe... NFC: st21nfcb: Fix improper ndlc T2 management
2014-09-24 Christophe... NFC: st21nfcb: Fix improper management of -EREMOTEIO...
2014-09-24 Christophe... NFC: dts: st21nfcb_i2c: Fix invalid interrupts polarity.
2014-09-24 Christophe... NFC: st21nfca: Fix recursive fault when doing p2p in...
2014-09-24 Christophe... NFC: st21nfca: Fix potential skb leaks in NFC-DEP code
2014-09-24 Christophe... NFC: 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-07 Christophe... NFC: st21nfcb: Remove useless headers
2014-09-07 Christophe... NFC: st21nfca: fix "WARNING: else is not generally...
2014-09-07 Christophe... NFC: st21nfca: Clean up macros alignment
2014-09-07 Christophe... NFC: st21nfca: Clean up st21nfca.h macros
2014-09-07 Christophe... NFC: st21nfcb: Fix logic when running into i2c read...
2014-09-07 Christophe... NFC: st21nfca: Add condition to make sure atr_req-...
2014-09-07 Christophe... NFC: st21nfca: Remove useless IS_ERR(skb) conditions
2014-09-07 Christophe... NFC: st21nfca: Remove useless err == 0 condition
2014-09-07 Christophe... NFC: st21nfca: Change nfcid3 generation
2014-09-07 Christophe... NFC: st21nfca: Remove useless new line in nfc_err call
2014-09-07 Christophe... NFC: st21nfca: Fix logic when setting session_id
2014-09-07 Christophe... NFC: st21nfcb: Remove inappropriate kfree on a previous...
2014-09-07 Christophe... NFC: st21nfcb: Remove useless new line in nfc_err call
2014-09-07 Christophe... NFC: st21nfcb: Remove double assignment of .owner in...
2014-09-07 Christophe... NFC: st21nfcb: Convert to use devm_gpio_request_one
2014-09-07 Christophe... NFC: st21nfcb: Fix scripts/checkpatch.pl error "code...
2014-09-07 Christophe... NFC: st21nfca: Fix scripts/checkpatch.pl warnings ...
2014-09-07 Christophe... NFC: 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 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-01 Vincent CuissardNFC: NCI: Fix NCI RF FRAME interface usage
2014-09-01 Vincent CuissardNFC: NCI: Fix nci_register_device init sequence
2014-09-01 Vincent CuissardNFC: NCI: Add support of ISO15693
2014-08-31 Mark A. GreerNFC: trf7970a: Make gpio labels more readable
2014-08-31 Mark A. GreerNFC: trf7970a: Document the 'en2-rf-quirk' DT property
2014-08-31 Mark A. GreerNFC: trf7970a: Add quirk to keep EN2 low
2014-08-31 Mark A. GreerNFC: trf7970a: Document the 'irq-status-read-quirk...
2014-08-31 Mark A. GreerNFC: trf7970a: Move IRQ Status Read quirk to device...
2014-08-31 Mark A. GreerNFC: trf7970a: Document the 'vin-voltage-override'...
2014-08-31 Mark A. GreerNFC: trf7970a: Add VIN voltage override support
2014-08-31 Mark A. GreerNFC: digital: Add Inititor-side PSL support
2014-08-28 Andreea-Cristina... carl9170: tx: Replace rcu_assign_pointer() with RCU_INI...
2014-08-28 Sujith Manoharanath9k: Fix channel context timer
2014-08-28 Sujith Manoharanath9k: Add more debug statements for channel context
2014-08-28 Sujith Manoharanath9k: Disable fastcc for channel context mode
2014-08-28 Canek Peláez... rt2x00: support Ralink 5362.
2014-08-28 Sujith Manoharanath9k: Fix channel context creation
2014-08-28 Sujith Manoharanath9k: Fix interface limits
2014-08-28 Sujith Manoharanath9k: Print the event/state in ath_chanctx_event
2014-08-28 Sujith Manoharanath9k: Add new chanctx events
2014-08-28 Sujith Manoharanath9k: Fix ath_chanctx_get()
2014-08-28 Sujith Manoharanath9k: Move ath9k_beacon_add_noa to channel.c
2014-08-28 Sujith Manoharanath9k: Remove redundant ifdef
2014-08-28 Sujith Manoharanath9k: Fix channel context variables in ath_softc
2014-08-28 Sujith Manoharanath9k: Fix 'offchannel' in ath_softc
2014-08-28 Sujith Manoharanath9k: Fix function argument type
2014-08-28 Sujith Manoharanath9k: Use ath_chanctx_check_active properly
2014-08-28 Sujith Manoharanath9k: Add ath9k_offchannel_init
2014-08-28 Sujith Manoharanath9k: Add ath9k_chanctx_wake_queues
2014-08-28 Sujith Manoharanath9k: Add wrappers for beacon events
2014-08-28 Sujith Manoharanath9k: Fix function declarations
2014-08-28 Sujith Manoharanath9k: Fix channel context events
2014-08-28 Sujith Manoharanath9k: Make ath_chanctx_switch static
2014-08-28 Sujith Manoharanath9k: Make ath_chanctx_get_oper_chan static
next