i2c: tegra: Improve formatting of variables
[linux-2.6-block.git] / drivers /
2020-10-05 Dmitry Osipenkoi2c: tegra: Improve formatting of variables
2020-10-05 Dmitry Osipenkoi2c: tegra: Check errors for both positive and negative...
2020-10-05 Dmitry Osipenkoi2c: tegra: Factor out hardware initialization into...
2020-10-05 Dmitry Osipenkoi2c: tegra: Factor out register polling into separate...
2020-10-05 Dmitry Osipenkoi2c: tegra: Factor out packet header setup from tegra_i...
2020-10-05 Dmitry Osipenkoi2c: tegra: Factor out error recovery from tegra_i2c_xf...
2020-10-05 Dmitry Osipenkoi2c: tegra: Rename wait/poll functions
2020-10-05 Dmitry Osipenkoi2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()
2020-10-05 Dmitry Osipenkoi2c: tegra: Remove redundant check in tegra_i2c_issue_b...
2020-10-05 Dmitry Osipenkoi2c: tegra: Remove likely/unlikely from the code
2020-10-05 Dmitry Osipenkoi2c: tegra: Remove outdated barrier()
2020-10-05 Dmitry Osipenkoi2c: tegra: Clean up variable types
2020-10-05 Dmitry Osipenkoi2c: tegra: Reorder location of functions in the code
2020-10-05 Dmitry Osipenkoi2c: tegra: Clean up probe function
2020-10-05 Dmitry Osipenkoi2c: tegra: Move out all device-tree parsing into tegra...
2020-10-05 Dmitry Osipenkoi2c: tegra: Use clk-bulk helpers
2020-10-05 Dmitry Osipenkoi2c: tegra: Use platform_get_irq()
2020-10-05 Dmitry Osipenkoi2c: tegra: Use devm_platform_get_and_ioremap_resource()
2020-10-05 Dmitry Osipenkoi2c: tegra: Use reset_control_reset()
2020-10-05 Dmitry Osipenkoi2c: tegra: Remove error message used for devm_request_...
2020-10-05 Dmitry Osipenkoi2c: tegra: Runtime PM always available on Tegra
2020-10-05 Dmitry Osipenkoi2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode...
2020-10-05 Dmitry Osipenkoi2c: tegra: Initialize div-clk rate unconditionally
2020-10-05 Dmitry Osipenkoi2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear()
2020-10-05 Dmitry Osipenkoi2c: tegra: Handle potential error of tegra_i2c_flush_f...
2020-10-05 Dmitry Osipenkoi2c: tegra: Add missing pm_runtime_put()
2020-10-05 Dmitry Osipenkoi2c: tegra: Make tegra_i2c_flush_fifos() usable in...
2020-09-29 Barry Songi2c: busses: replace spin_lock_irqsave by spin_lock...
2020-09-29 Wang ShaoBoi2c: efm32: Use devm_platform_get_and_ioremap_resource()
2020-09-29 Jarkko Nikulai2c: i801: Add support for Intel Alder Lake PCH-S
2020-09-27 Krzysztof Kozlowskii2c: imx: Fix external abort on interrupt in exit paths
2020-09-27 Krzysztof Kozlowskii2c: rk3x: Simplify with dev_err_probe()
2020-09-27 Khalil Blaiechi2c: mlxbf: I2C SMBus driver for Mellanox BlueField SoC
2020-09-27 Wolfram SangMerge tag 'at24-updates-for-v5.10' of git://git./linux...
2020-09-25 Jon Huntereeprom: at24: Support custom device names for AT24...
2020-09-24 Jon Huntereeprom: at24: Initialise AT24 NVMEM ID field
2020-09-21 Andy Shevchenkoi2c: nvidia-gpu: Use put_unaligned_be24()
2020-09-21 Andy Shevchenkoi2c: ismt: Add support for Intel Emmitsburg PCH
2020-09-21 Andy Shevchenkoi2c: ismt: Describe parameters in kernel doc
2020-09-21 Paul Cercueili2c: jz4780: Remove of_match_ptr()
2020-09-21 Paul Cercueili2c: jz4780: Add compatible string for JZ4770 SoC
2020-09-21 Tom Rixi2c: amd_mp2: handle num is 0 input for i2c_amd_xfer
2020-09-21 Krzysztof Kozlowskii2c: stm32: Simplify with dev_err_probe()
2020-09-21 Alain Volmati2c: stm32: fix error message on upon dma_request_chan...
2020-09-21 Wolfram Sangmisc: eeprom: use helper to get i2c_client from kobj
2020-09-21 Wolfram Sangi2c: rcar: add HostNotify support
2020-09-21 Wolfram Sangi2c: add slave testunit driver
2020-09-18 Alain Volmati2c: stm32: name slave slot to ease maintenance
2020-09-18 Krzysztof Kozlowskii2c: bcm2835: Simplify with dev_err_probe()
2020-09-18 Krzysztof Kozlowskii2c: mux: reg: Simplify with dev_err_probe()
2020-09-18 Krzysztof Kozlowskii2c: mux: gpmux: Simplify with dev_err_probe()
2020-09-18 Wolfram Sangi2c: rcar: refactor and shorten timeout when resetting
2020-09-18 Wolfram Sangi2c: rcar: improve bus busy detection
2020-09-18 Alain Volmati2c: stm32f7: Add SMBus Host-Notify protocol support
2020-09-17 Vadym Kochaneeprom: at24: set type id as EEPROM
2020-09-09 Alain Volmati2c: smbus: add core function handling SMBus host-notify
2020-09-09 Anson Huangi2c: imx: Use dev_err_probe() to simplify error handling
2020-09-09 Jeffrey Lini2c: i801: Register lis3lv02d I2C device on Dell Latitu...
2020-08-28 Dirk Behmei2c: rcar: Auto select RESET_CONTROLLER
2020-08-28 Jaakko Lainei2c: xiic: Support forcing single-master in DT
2020-08-28 Jaakko Lainei2c: xiic: Improve struct memory alignment
2020-08-28 Jaakko Lainei2c: xiic: Change code alignment to 1 space only
2020-08-25 Jean Delvareeeprom: at24: Tidy at24_read()
2020-08-25 Jarkko Nikulai2c: Remove 'default n' from busses/Kconfig
2020-08-23 Linus TorvaldsMerge tag 'powerpc-5.9-3' of git://git./linux/kernel...
2020-08-23 Linus TorvaldsMerge tag 'x86-urgent-2020-08-23' of git://git./linux...
2020-08-23 Linus TorvaldsMerge tag 'perf-urgent-2020-08-23' of git://git./linux...
2020-08-23 Linus TorvaldsMerge tag 'efi-urgent-2020-08-23' of git://git./linux...
2020-08-23 Linus TorvaldsMerge tag 'core-urgent-2020-08-23' of git://git./linux...
2020-08-23 Linus TorvaldsMerge tag 'edac_urgent_for_v5.9_rc2' of git://git....
2020-08-23 Linus TorvaldsMerge git://git./linux/kernel/git/netdev/net
2020-08-23 Linus TorvaldsMerge branch 'work.epoll' of git://git./linux/kernel...
2020-08-22 Linus TorvaldsMerge tag 'kbuild-fixes-v5.9' of git://git./linux/kerne...
2020-08-22 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2020-08-22 Linus TorvaldsMerge tag 's390-5.9-3' of git://git./linux/kernel/git...
2020-08-22 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2020-08-22 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2020-08-22 Linus TorvaldsMerge tag 'devicetree-fixes-for-5.9-2' of git://git...
2020-08-21 Linus TorvaldsMerge tag 'io_uring-5.9-2020-08-21' of git://git.kernel...
2020-08-21 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2020-08-21 David S. MillerMerge git://git./pub/scm/linux/kernel/git/bpf/bpf
2020-08-21 Linus TorvaldsMerge tag 'riscv-for-linus-5.9-rc2' of git://git./linux...
2020-08-21 Linus TorvaldsMerge tag 'for-linus-5.9-rc2-tag' of git://git./linux...
2020-08-21 Linus TorvaldsMerge tag 'pm-5.9-rc2' of git://git./linux/kernel/git...
2020-08-21 Tom Rixnet: dsa: b53: check for timeout
2020-08-21 Linus TorvaldsMerge tag 'ext4_for_linus' of git://git./linux/kernel...
2020-08-21 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2020-08-21 Linus TorvaldsMerge tag 'sound-5.9-rc2' of git://git./linux/kernel...
2020-08-21 Linus TorvaldsMerge tag 'drm-fixes-2020-08-21' of git://anongit.freed...
2020-08-21 Dave AirlieMerge tag 'drm-intel-fixes-2020-08-20' of git://anongit...
2020-08-21 Dave AirlieMerge tag 'amd-drm-fixes-5.9-2020-08-20' of git://peopl...
2020-08-20 David S. MillerMerge branch 'hv_netvsc-Some-fixes-for-the-select_queue'
2020-08-20 Haiyang Zhanghv_netvsc: Fix the queue_mapping in netvsc_vf_xmit()
2020-08-20 Haiyang Zhanghv_netvsc: Remove "unlikely" from netvsc_select_queue
2020-08-20 Linus TorvaldsMerge tag 'pci-v5.9-fixes-1' of git://git./linux/kernel...
2020-08-20 Edward Creesfc: fix build warnings on 32-bit
2020-08-20 Kaige Linet: phy: mscc: Fix a couple of spelling mistakes ...
2020-08-20 Anup PatelRISC-V: Remove CLINT related code from timer and arch
2020-08-20 Anup Patelclocksource/drivers: Add CLINT timer driver
2020-08-20 Linus TorvaldsMerge tag 'dma-mapping-5.9-1' of git://git.infradead...
next