-
Notifications
You must be signed in to change notification settings - Fork 10
Add device-tree for Samsung Galaxy A71 #2
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
base: master
Are you sure you want to change the base?
Conversation
|
I think you should squash all your commits to one, this looks messy |
Is this really necessary? Doesn't GitHub support squash merges? Or is there another reason? |
Yea, GitHub supports squash merges, but it's just cleaner when you send a properly formed commit |
4a7f216 to
70c600c
Compare
eb4235a to
0f36c4a
Compare
|
sorry for necroposting, this looks fine enough but commit message should be also, fix conflicts |
Currently waiting for sm7150-mainline/linux#44 to be merged. After that is being done, I'll copy the dts again and will fix the commit message as well. |
The mtd device is got in setup_mtd_device(), we must put the mtd device before exiting the function to update the mtd use count. This patch fixes the following env error: > Removing MTD device #2 (u-boot-env) with use count 1 > Error when deleting partition "u-boot-env" (-16) Fixes: 03fb08d ("env: Introduce support for MTD") Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
d135c8e to
e9a42fd
Compare
0e292eb to
3697a53
Compare
c2f5863 to
8e7a1d2
Compare
No description provided.