summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* watchdog: ziirave_wdt: Don't try to program readonly flashAndrey Smirnov2019-09-171-9/+24
* watchdog: ziirave_wdt: Don't read out more than 'len' firmware bytesAndrey Smirnov2019-09-171-2/+4
* watchdog: ziirave_wdt: Don't check if ihex record length is zeroAndrey Smirnov2019-09-171-8/+0
* watchdog: ziirave_wdt: Make use of put_unaligned_le16Andrey Smirnov2019-09-171-4/+4
* watchdog: ziirave_wdt: Zero out only what's necessaryAndrey Smirnov2019-09-171-2/+1
* watchdog: ziirave_wdt: Fix incorrect use of ARRAY_SIZEAndrey Smirnov2019-09-171-3/+3
* watchdog: ziirave_wdt: Skip zeros when calculating checksumAndrey Smirnov2019-09-171-1/+1
* watchdog: ziirave_wdt: Check packet length only onceAndrey Smirnov2019-09-171-10/+7
* watchdog: ziirave_wdt: Simplify ziirave_firm_write_pkt()Andrey Smirnov2019-09-171-72/+44
* watchdog: ziirave_wdt: Log bootloader/firmware info during probeAndrey Smirnov2019-09-171-3/+15
* watchdog: ziirave_wdt: Don't bail out on unexpected timeout valueAndrey Smirnov2019-09-171-11/+11
* watchdog: ziirave_wdt: Be more verbose during firmware updateAndrey Smirnov2019-09-171-4/+14
* watchdog: ziirave_wdt: Be verbose about errors in probe()Andrey Smirnov2019-09-171-8/+24
* watchdog: ziirave_wdt: Add missing newlineAndrey Smirnov2019-09-171-1/+1
* watchdog: imx_sc: Remove unnecessary error logAnson Huang2019-09-171-4/+1
* watchdog: imx2_wdt: fix min() calculation in imx2_wdt_set_timeoutRasmus Villemoes2019-09-171-2/+2
* watchdog: cpwd: use generic compat_ptr_ioctlArnd Bergmann2019-09-171-24/+1
* watchdog: diag288_wdt: Remove leftover includes from conversion to watchdog APIGuenter Roeck2019-09-171-3/+0
* watchdog: remove w90x900 driverArnd Bergmann2019-09-163-312/+0
* watchdog: remove ks8695 driverArnd Bergmann2019-09-163-327/+0
* watchdog: pnx4008_wdt: allow compile-testingArnd Bergmann2019-09-162-2/+1
* watchdog: jz4740: Fix unused variable warning in jz4740_wdt_probeGustavo A. R. Silva2019-08-121-1/+0
* watchdog: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-121-3/+1
* watchdog: riowd: Mark expected switch fall-throughGustavo A. R. Silva2019-08-121-1/+1
* watchdog: wdt977: Mark expected switch fall-throughGustavo A. R. Silva2019-08-121-1/+1
* watchdog: scx200_wdt: Mark expected switch fall-throughGustavo A. R. Silva2019-08-121-0/+1
* watchdog: Mark expected switch fall-throughsGustavo A. R. Silva2019-08-124-2/+4
* watchdog: ath79_wdt: fix a typo in the name of a functionChristophe JAILLET2019-07-241-2/+2
* Merge tag 'media/v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2019-07-221-1/+1
|\
| * media: v4l2-subdev: fix regression in check_pad()Hans Verkuil2019-07-111-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-2224-85/+97
|\ \
| * | hv_netvsc: Fix extra rcu_read_unlock in netvsc_recv_callback()Haiyang Zhang2019-07-211-1/+0
| * | vrf: make sure skb->data contains ip header to make routingPeter Kosyh2019-07-211-23/+35
| * | connector: remove redundant input callback from cn_devVasily Averin2019-07-211-5/+1
| * | qed: Prefer pcie_capability_read_word()Frederick Lawler2019-07-211-3/+2
| * | igc: Prefer pcie_capability_read_word()Frederick Lawler2019-07-211-8/+4
| * | cxgb4: Prefer pcie_capability_read_word()Frederick Lawler2019-07-212-10/+5
| * | be2net: Synchronize be_update_queues with dev_watchdogBenjamin Poirier2019-07-211-0/+5
| * | bnx2x: Prevent load reordering in tx completion processingBrian King2019-07-211-0/+3
| * | net: phy: sfp: hwmon: Fix scaling of RX powerAndrew Lunn2019-07-211-1/+1
| * | chelsio: Fix a typo in a function nameChristophe JAILLET2019-07-211-2/+2
| * | allocate_flower_entry: should check for null derefNavid Emamdoost2019-07-211-1/+2
| * | net: hns3: typo in the name of a constantChristophe JAILLET2019-07-213-4/+4
| * | wireless: fix nl80211 vendor commandsJohannes Berg2019-07-203-0/+8
| * | r8169: fix RTL8168g PHY initThomas Voegtle2019-07-201-2/+2
| * | net: flow_offload: add flow_block structure and use itPablo Neira Ayuso2019-07-195-11/+14
| * | net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-192-2/+2
| * | net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso2019-07-195-12/+7
* | | iommu/amd: fix a crash in iova_magazine_free_pfnsQian Cai2019-07-211-1/+1
* | | Merge tag 'ntb-5.3' of git://github.com/jonmason/ntbLinus Torvalds2019-07-2114-55/+1165
|\ \ \