This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 8c26c87b0532 Merge tag 'sound-5.8-rc7' of git://git.kernel.org/pub/scm/ [...] new 43946b70494b exfat: fix overflow issue in exfat_cluster_to_sector() new d2fa0c337d97 exfat: fix wrong hint_stat initialization in exfat_find_di [...] new 41e3928f8c58 exfat: fix wrong size update of stream entry by typo new db415f7aae07 exfat: fix name_hash computation on big endian systems new 071fb1bcd727 Merge tag 'exfat-for-5.8-rc7' of git://git.kernel.org/pub/ [...] new c2942c4363ce media: atomisp: fix the handling of clock number new 6391c63e61a7 media: atomisp: reorganize the code under gmin_subdev_add() new d6697288d8c4 media: atomisp: Prepare sensor support for ACPI PM new e2c57942382d media: atomisp: properly parse CLK PMIC on newer devices new d6ad1c9bbadd media: atomisp: fix call to g_frame_interval new 1153cb48d657 media: atomisp: print info if gpio0 and gpio2 were detected new 2b5b3221060c media: atomisp: split add from find subdev new 79317baaaea2 media: atomisp: place all gpio parsing together new e651cc385a2b media: atomisp: Replace last use of Intel MID APIs new 5f55dd54994a media: atomisp: move CCK endpoint address to generic header new 4f307131f376 media: atomisp: Use proper APIs to find I²C client device [...] new 0697fd92e7f1 media: atomisp: don't pass struct device_driver as parameter new 1cfc8593f420 media: atomisp: Get rid of struct pci_dev in struct atomis [...] new 89027fea0d04 media: atomisp: Unify pdev to be pointer to struct pci_device new 71aecd5d63ee media: atomisp: Replace direct access to MMIO with proper helpers new 250977de5934 media: atomisp: Drop global atomisp_dev variable (easy cases) new 96310fd87389 media: atomisp: make platform data more readable new 0f46ab461e3a media: atomisp: Don't try to parse unexpected ACPI object type new 2e31e6f89c72 media: atomisp: Make pointer to PMIC client global new e4fb745c9575 media: atomisp: Deduplicate return ret in gmin_i2c_write() new c30f4cb2d4c7 media: atomisp: Refactor PMIC detection to a separate function new fecd8833cc48 media: atomisp: Use temporary variable for device in gmin_ [...] new 5cb30aed6435 media: atomisp: Provide Gmin subdev as parameter to gmin_s [...] new e8b4a890eddb media: atomisp: Get rid of ACPI specifics in gmin_subdev_add() new 3a0744603a04 media: atomisp: Clean up non-existing folders from Makefile new fb2595456d75 media: atomisp: make const arrays static, makes object smaller new b6b415a80150 media: atomisp: i2c: atomisp-ov2680.c: fixed a brace codin [...] new 52c6f42fed25 media: atomisp: fix help message for ISP2401 selection new d8ebd8114151 media: atomisp: Fix __func__ style warnings new 3d81099c75a6 media: atomisp: Replace trace_printk by pr_info new ac8284569e97 media: atomisp: Fix error code in ov5693_probe() new ecf1b4ca9711 media: atomisp: get rid of some unused static vars new a6154805d073 media: atomisp: remove non-used 32-bits consts at system_local new 4b28ded7634c media: atomisp: move global stuff into a common header new 08b2bcc665ea media: atomisp: get rid of version-specific system_local.h new 85ebb8eb12e6 media: atomisp: move system_local consts into a C file new 23988c9704f0 media: atomisp: fix mask and shift operation on ISPSSPM0 new 0d6db85131e0 Revert "media: atomisp: keep the ISP powered on when setting it" new d15be546031c Merge tag 'media/v5.8-3' of git://git.kernel.org/pub/scm/l [...]
The 44 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/x86/include/asm/iosf_mbi.h | 1 + drivers/staging/media/atomisp/Kconfig | 2 +- drivers/staging/media/atomisp/Makefile | 6 +- drivers/staging/media/atomisp/i2c/atomisp-ov2680.c | 6 +- .../media/atomisp/i2c/ov5693/atomisp-ov5693.c | 6 +- .../media/atomisp/include/linux/atomisp_platform.h | 1 + drivers/staging/media/atomisp/pci/atomisp-regs.h | 3 - drivers/staging/media/atomisp/pci/atomisp_acc.c | 4 +- drivers/staging/media/atomisp/pci/atomisp_cmd.c | 59 +-- drivers/staging/media/atomisp/pci/atomisp_cmd.h | 4 +- drivers/staging/media/atomisp/pci/atomisp_compat.h | 2 - .../media/atomisp/pci/atomisp_compat_css20.c | 70 ++- .../media/atomisp/pci/atomisp_compat_css20.h | 2 +- drivers/staging/media/atomisp/pci/atomisp_drvfs.c | 14 +- drivers/staging/media/atomisp/pci/atomisp_drvfs.h | 2 +- .../media/atomisp/pci/atomisp_gmin_platform.c | 537 ++++++++++++++------- .../staging/media/atomisp/pci/atomisp_internal.h | 2 +- drivers/staging/media/atomisp/pci/atomisp_ioctl.c | 19 +- drivers/staging/media/atomisp/pci/atomisp_v4l2.c | 285 +++++------ .../media/atomisp/pci/base/refcount/src/refcount.c | 28 +- drivers/staging/media/atomisp/pci/hive_types.h | 24 +- drivers/staging/media/atomisp/pci/hmm/hmm.c | 10 +- .../media/atomisp/pci/isp2400_system_global.h | 302 ------------ .../media/atomisp/pci/isp2400_system_local.h | 321 ------------ .../media/atomisp/pci/isp2401_system_global.h | 410 +--------------- .../media/atomisp/pci/isp2401_system_local.h | 402 --------------- drivers/staging/media/atomisp/pci/sh_css.c | 9 +- drivers/staging/media/atomisp/pci/system_global.h | 395 +++++++++++++++ drivers/staging/media/atomisp/pci/system_local.c | 179 +++++++ drivers/staging/media/atomisp/pci/system_local.h | 104 +++- fs/exfat/dir.c | 2 +- fs/exfat/exfat_fs.h | 2 +- fs/exfat/file.c | 2 +- fs/exfat/nls.c | 8 +- 34 files changed, 1287 insertions(+), 1936 deletions(-) delete mode 100644 drivers/staging/media/atomisp/pci/isp2400_system_local.h delete mode 100644 drivers/staging/media/atomisp/pci/isp2401_system_local.h create mode 100644 drivers/staging/media/atomisp/pci/system_local.c