-
Notifications
You must be signed in to change notification settings - Fork 944
reset: sc5xx: Add ADI SC5XX reset controller driver #3079
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
artursartamonovsadi
wants to merge
3
commits into
adsp-6.12.0-y
Choose a base branch
from
adsp-main-6.12-rcu-review
base: adsp-6.12.0-y
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,139 @@ | ||
| CONFIG_LOCALVERSION="" | ||
| CONFIG_SYSVIPC=y | ||
| # CONFIG_CROSS_MEMORY_ATTACH is not set | ||
| CONFIG_HIGH_RES_TIMERS=y | ||
| CONFIG_PREEMPT_VOLUNTARY=y | ||
| CONFIG_IKCONFIG=y | ||
| CONFIG_LOG_BUF_SHIFT=14 | ||
| CONFIG_CGROUPS=y | ||
| CONFIG_BLK_DEV_INITRD=y | ||
| # CONFIG_RD_BZIP2 is not set | ||
| # CONFIG_RD_LZMA is not set | ||
| # CONFIG_RD_XZ is not set | ||
| # CONFIG_RD_LZO is not set | ||
| # CONFIG_RD_LZ4 is not set | ||
| # CONFIG_RD_ZSTD is not set | ||
| CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
| CONFIG_EMBEDDED=y | ||
| # CONFIG_VM_EVENT_COUNTERS is not set | ||
| CONFIG_SLAB=y | ||
| CONFIG_PROFILING=y | ||
| CONFIG_ARCH_SC5XX=y | ||
| CONFIG_ARCH_SC57X=y | ||
| CONFIG_MACH_SC573_EZKIT=y | ||
| CONFIG_ARM_THUMBEE=y | ||
| CONFIG_HZ_250=y | ||
| CONFIG_CPU_FREQ=y | ||
| CONFIG_CPU_FREQ_STAT=y | ||
| CONFIG_CPU_FREQ_GOV_USERSPACE=y | ||
| CONFIG_CPUFREQ_DT=y | ||
| # CONFIG_SUSPEND is not set | ||
| CONFIG_MODULES=y | ||
| CONFIG_MODULE_UNLOAD=y | ||
| # CONFIG_SWAP is not set | ||
| # CONFIG_COMPACTION is not set | ||
| CONFIG_NET=y | ||
| CONFIG_PACKET=y | ||
| CONFIG_UNIX=y | ||
| CONFIG_INET=y | ||
| CONFIG_IP_PNP=y | ||
| CONFIG_IP_PNP_DHCP=y | ||
| CONFIG_IP_PNP_BOOTP=y | ||
| CONFIG_IP_PNP_RARP=y | ||
| CONFIG_NETWORK_PHY_TIMESTAMPING=y | ||
| CONFIG_NETFILTER=y | ||
| CONFIG_DNS_RESOLVER=y | ||
| CONFIG_DEVTMPFS=y | ||
| CONFIG_DEVTMPFS_MOUNT=y | ||
| CONFIG_MTD=y | ||
| CONFIG_MTD_CMDLINE_PARTS=y | ||
| CONFIG_MTD_BLOCK=y | ||
| CONFIG_MTD_SPI_NOR=y | ||
| # CONFIG_MTD_SPI_NOR_USE_4K_SECTORS is not set | ||
| CONFIG_MTD_UBI=y | ||
| CONFIG_BLK_DEV_LOOP=y | ||
| CONFIG_SRAM=y | ||
| CONFIG_ADI_SRAM_MMAP_V7=y | ||
| CONFIG_ADI_SRAM_CONTROLLER=y | ||
| CONFIG_SCSI=y | ||
| CONFIG_BLK_DEV_SD=y | ||
| # CONFIG_BLK_DEV_BSG is not set | ||
| CONFIG_NETDEVICES=y | ||
| CONFIG_STMMAC_ETH=y | ||
| CONFIG_DP83867_PHY=y | ||
| # CONFIG_INPUT_KEYBOARD is not set | ||
| # CONFIG_INPUT_MOUSE is not set | ||
| CONFIG_SERIO_LIBPS2=y | ||
| CONFIG_VT_HW_CONSOLE_BINDING=y | ||
| # CONFIG_LEGACY_PTYS is not set | ||
| CONFIG_SERIAL_ADI_UART4=y | ||
| CONFIG_TTY_PRINTK=y | ||
| CONFIG_HW_RANDOM=y | ||
| CONFIG_HW_RANDOM_ADI=y | ||
| CONFIG_I2C=y | ||
| CONFIG_I2C_CHARDEV=y | ||
| CONFIG_I2C_MUX=m | ||
| CONFIG_I2C_ADI_TWI=y | ||
| CONFIG_SPI=y | ||
| CONFIG_SPI_ADI=y | ||
| CONFIG_PINCTRL_MCP23S08=y | ||
| CONFIG_SRUCTRL_ADSP_SC5XX=y | ||
| CONFIG_GPIO_SYSFS=y | ||
| # CONFIG_HWMON is not set | ||
| CONFIG_WATCHDOG=y | ||
| CONFIG_ADI_WATCHDOG=y | ||
| CONFIG_SOUND=y | ||
| CONFIG_SND=y | ||
| CONFIG_SND_SOC=y | ||
| CONFIG_SND_SC5XX_PCM=y | ||
| CONFIG_SND_SC5XX_ADAU1979=y | ||
| CONFIG_SND_SC5XX_ADAU1962=y | ||
| CONFIG_USB=y | ||
| CONFIG_USB_STORAGE=y | ||
| CONFIG_USB_MUSB_HDRC=y | ||
| CONFIG_USB_MUSB_ADI=y | ||
| CONFIG_USB_INVENTRA_DMA=y | ||
| CONFIG_NOP_USB_XCEIV=y | ||
| CONFIG_USB_GADGET=y | ||
| CONFIG_USB_ETH=m | ||
| CONFIG_USB_GADGETFS=m | ||
| CONFIG_USB_MASS_STORAGE=m | ||
| CONFIG_USB_G_SERIAL=m | ||
| CONFIG_USB_G_HID=m | ||
| CONFIG_MMC=y | ||
| CONFIG_MMC_DW=y | ||
| CONFIG_DMADEVICES=y | ||
| CONFIG_ADI_DMA=y | ||
| # CONFIG_VIRTIO_MENU is not set | ||
| # CONFIG_VHOST_MENU is not set | ||
| CONFIG_STAGING=y | ||
| # CONFIG_IOMMU_SUPPORT is not set | ||
| CONFIG_REMOTEPROC=y | ||
| CONFIG_ADI_REMOTEPROC=y | ||
| CONFIG_RPMSG_CHAR=y | ||
| CONFIG_RPMSG_VIRTIO=y | ||
| CONFIG_ADI_ADSP_IRQ=y | ||
| CONFIG_EXT4_FS=y | ||
| # CONFIG_DNOTIFY is not set | ||
| CONFIG_AUTOFS4_FS=y | ||
| CONFIG_VFAT_FS=y | ||
| CONFIG_TMPFS=y | ||
| CONFIG_JFFS2_FS=y | ||
| CONFIG_UBIFS_FS=y | ||
| CONFIG_NFS_FS=y | ||
| CONFIG_NFS_V3_ACL=y | ||
| CONFIG_NFS_V4=y | ||
| CONFIG_NFS_V4_1=y | ||
| CONFIG_NFS_V4_2=y | ||
| CONFIG_CRYPTO_TEST=m | ||
| CONFIG_CRYPTO_DEV_ADI_CRC=y | ||
| CONFIG_CRC_CCITT=y | ||
| CONFIG_PRINTK_TIME=y | ||
| CONFIG_DEBUG_KERNEL=y | ||
| CONFIG_DEBUG_INFO=y | ||
| CONFIG_DEBUG_FS=y | ||
| CONFIG_DEBUG_PAGEALLOC=y | ||
| # CONFIG_FTRACE is not set | ||
| CONFIG_ARM_PTDUMP_DEBUGFS=y | ||
| CONFIG_EARLY_PRINTK=y | ||
| CONFIG_RESET_SC5XX=y |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing newline at the end of the file, its also the case for other defconfigs.