1) Fix mem region name in tx4949ide driver, from Christophe JAILLET. 2) Make drive->dn read only, it should not be changeable by users. From Dan Carpenter. 3) Several cast fixups from Krzysztof Kozlowski. There is also going to be a removal of a now unused IDE driver, but that will come via the MIPS tree. Please pull, thanks a lot! The following changes since commit 7b5cf701ea9c395c792e2a7e3b7caf4c68b87721: Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2019-07-22 09:30:34 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git for you to fetch changes up to 2fd3c5c617937cde5aafa48db4f4056e1f705987: ide: make drive->dn read only (2020-01-30 11:03:24 +0100) ---------------------------------------------------------------- Christophe JAILLET (1): ide: tx4939ide: Fix the name used in a 'devm_request_mem_region()' call Chuhong Yuan (1): ide: Use dev_get_drvdata where possible Dan Carpenter (3): cmd64x: potential buffer overflow in cmd64x_program_timings() ide: serverworks: potential overflow in svwks_set_pio_mode() ide: make drive->dn read only Guoqing Jiang (1): ide: remove unnecessary touch_softlockup_watchdog Krzysztof Kozlowski (2): ide: ht6560b: Fix cast to pointer from integer of different size ide: qd65xx: Fix cast to pointer from integer of different size Masahiro Yamada (1): ide: remove unneeded header include path to drivers/ide Wang Hai (1): ide: remove set but not used variable 'hwif' drivers/ide/Makefile | 2 -- drivers/ide/cmd64x.c | 3 +++ drivers/ide/ht6560b.c | 2 +- drivers/ide/ide-iops.c | 1 - drivers/ide/ide-proc.c | 2 +- drivers/ide/pmac.c | 3 +-- drivers/ide/qd65xx.c | 2 +- drivers/ide/serverworks.c | 6 ++++++ drivers/ide/siimage.c | 3 +-- drivers/ide/tx4939ide.c | 2 +- drivers/ide/via82cxxx.c | 3 +-- include/linux/ide.h | 4 ++++ 12 files changed, 20 insertions(+), 13 deletions(-)